Page 2 of 10

Re: FukKi CP: Rate/Control freedom 1.1a

Posted: March 23rd, 2012, 4:44 am
by Kyoshiro
did you change all 3 instances of "gr"?

Re: FukKi CP: Rate/Control freedom 1.1a

Posted: March 23rd, 2012, 5:45 am
by Mist_finer
yes

Re: FukKi CP: Rate/Control freedom 1.1b

Posted: March 23rd, 2012, 7:47 am
by Fukki
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

Re: FukKi CP: Rate/Control freedom 1.1b

Posted: April 6th, 2012, 3:14 pm
by Mist_finer
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?

Re: FukKi CP: Rate/Control freedom 1.1b

Posted: April 7th, 2012, 3:56 am
by Rageface
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?

Re: FukKi CP: Rate/Control freedom 1.1b

Posted: April 7th, 2012, 12:33 pm
by Fukki
Mist_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?


i'm sorry that this cp have bug and i lazy to fix it
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:
Image

Spoiler:
Image


====================================================
Rageface 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?


yes i'm make it but it difficult to separate code from color of others code write

Re: FukKi CP: Rate/Control freedom 1.1b

Posted: April 8th, 2012, 5:40 pm
by Mist_finer
looks cool, we'll wait :)

Re: FukKi CP[Rate Editor]: GUI 7 Command 1.2e

Posted: April 10th, 2012, 4:13 am
by Fukki
HO! in the end I made successfully
FukKi CP[Rate Editor]: GUI 7 Command 1.2e :D
i think you can like it :D

Re: FukKi CP[Rate Editor]: GUI 8 Command 1.2f

Posted: April 10th, 2012, 10:41 am
by naturesfury
o.o title says 1.2f, you say 1.2e
discrepancy ftw?

and whats key set do?

Re: FukKi CP[Rate Editor]: GUI 8 Command 1.2h

Posted: May 2nd, 2012, 12:00 pm
by risker
Interesting, quite a few things most CP don't have. Good effort.