[FukKi CP] - Rate Editor Final
Moderator: Cheaters
-
- Forum Staff
- Posts: 762
- Joined: October 27th, 2009, 12:18 pm
- Location: Australia, GMT+8
Re: FukKi CP: Rate/Control freedom 1.1a
did you change all 3 instances of "gr"?
If you have any questions drop in by chat sometime, chances are there'll be someone who can help you that's afking there, so the next best thing is to click the link on UndeadxAssassin's Sig and ask your question there.
-
- Junior Member
- Posts: 29
- Joined: November 4th, 2011, 9:09 am
- Location: Somewhere in this planet
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
Re: FukKi CP: Rate/Control freedom 1.1b
if you want to change cmd please look this
elseif fukki_s2==fukki_operator+"gr"then
call SaveInteger(fukki_handle,1,fukki_i,fukki_i3-100)
call Fukki_GoldRateInstall(fukki_p)
the color is substring to check
now you want change to !goldrate
elseif SubString(fukki_s,0,9)==fukki_operator+"goldrate"then
call SaveInteger(fukki_handle,1,fukki_i,S2I(SubString(fukki_s,9,fukki_i2))-100)
call Fukki_GoldRateInstall(fukki_p)
someone asked me why not a new cmd list
because i lazy to fix and count substring
now i write it again to multiple cmd as allgoldlumber!1000000
elseif fukki_s2==fukki_operator+"gr"then
call SaveInteger(fukki_handle,1,fukki_i,fukki_i3-100)
call Fukki_GoldRateInstall(fukki_p)
the color is substring to check
now you want change to !goldrate
elseif SubString(fukki_s,0,9)==fukki_operator+"goldrate"then
call SaveInteger(fukki_handle,1,fukki_i,S2I(SubString(fukki_s,9,fukki_i2))-100)
call Fukki_GoldRateInstall(fukki_p)
someone asked me why not a new cmd list
because i lazy to fix and count substring
now i write it again to multiple cmd as allgoldlumber!1000000
-
- Junior Member
- Posts: 29
- Joined: November 4th, 2011, 9:09 am
- Location: Somewhere in this planet
Re: FukKi CP: Rate/Control freedom 1.1b
This may be a noob question...
I changed the operator ! to (Space), how come the gold rate only works when i put 200 or higher number?
I changed the operator ! to (Space), how come the gold rate only works when i put 200 or higher number?
-
- Newcomer
- Posts: 1
- Joined: February 13th, 2012, 1:23 am
Re: FukKi CP: Rate/Control freedom 1.1b
Hey Fukki, were you who made a save system by generating a log with the code on wc3 folder? If yes, can you share it?
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
Re: FukKi CP: Rate/Control freedom 1.1b
i'm sorry that this cp have bug and i lazy to fix itMist_finer wrote:This may be a noob question...
I changed the operator ! to (Space), how come the gold rate only works when i put 200 or higher number?
now i have make new Fukki CP to GUI ver it easy to use for 7 cmd
-gold rate
-lumber rate
-exp rate
-return damage rate
-blocking damage rate
-add attack damage
-add skill damage
it pic is show new cp (it use cmd before GUI)
Spoiler:
Spoiler:
yes i'm make it but it difficult to separate code from color of others code writeRageface wrote:Hey Fukki, were you who made a save system by generating a log with the code on wc3 folder? If yes, can you share it?
-
- Junior Member
- Posts: 29
- Joined: November 4th, 2011, 9:09 am
- Location: Somewhere in this planet
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
Re: FukKi CP[Rate Editor]: GUI 7 Command 1.2e
HO! in the end I made successfully
FukKi CP[Rate Editor]: GUI 7 Command 1.2e
i think you can like it
FukKi CP[Rate Editor]: GUI 7 Command 1.2e
i think you can like it
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
Re: FukKi CP[Rate Editor]: GUI 8 Command 1.2f
o.o title says 1.2f, you say 1.2e
discrepancy ftw?
and whats key set do?
discrepancy ftw?
and whats key set do?
-
- Forum Staff
- Posts: 351
- Joined: June 8th, 2008, 3:05 am
- Location: Australia
Re: FukKi CP[Rate Editor]: GUI 8 Command 1.2h
Interesting, quite a few things most CP don't have. Good effort.