Page 5 of 10

Re: [FukKi CP] - Rate Editor Final (Build 4)

Posted: May 28th, 2012, 3:37 am
by Dekar
haxorico wrote: But as Sheldon Cooper said: If you disamble your body and re-create it at a different location, you didn't teleport yourself.
You killed yourself and made a clone on the other end. - The Big Bang Theory - http://www.youtube.com/watch?v=9eTUz61LNjo
It's more than a clone since it would be identical, not just my DNA. I mean the cells would all be the same, it would have the same memories and so on. I think I would do it, though if I could I would rather keep both versions!

Re: [FukKi CP] - Rate Editor Final (Build 7)

Posted: June 5th, 2012, 3:29 pm
by Fukki
Update to Build 7: Fix error from new system Build 6
- Fix damage type action
- Fix Return Damage bug when you enable Attack, Skill, Steal trigger
- Fix Gold Rate bug when you enable No Use Gold
- Fix Lumber Rate bug when you enable No Use Lumber
- Fix leaking trigger from damage trigger
- Fix CP system can't use some maps

Build 8:
- Fix little bug from Build 6
- Fix can't exit share option from build 7

Re: [FukKi CP] - Rate Editor Final (Build 8)

Posted: June 16th, 2012, 4:07 am
by darkdread
Useless ifs. Like
if fb2b and fbact[fi2i+770]then
call SetUnitManaPercentBJ(fu2u,100)
elseif fbact[fi2i+770]then
call SetUnitManaPercentBJ(fu2u,100)
endif
Why not
if fb2b or fbact[fi2i+770]then
call SetUnitManaPercentBJ(fu2u,100)
endif
Rather than !=, you could use not. It's faster.
Quite complicating at first but after awhile it's easy.

Re: [FukKi CP] - Rate Editor Final (Build 8)

Posted: June 16th, 2012, 5:58 am
by Fukki
darkdread wrote:Useless ifs. Like
if fb2b and fbact[fi2i+770]then
call SetUnitManaPercentBJ(fu2u,100)
elseif fbact[fi2i+770]then
call SetUnitManaPercentBJ(fu2u,100)
endif
Why not
if fb2b or fbact[fi2i+770]then
call SetUnitManaPercentBJ(fu2u,100)
endif
Rather than !=, you could use not. It's faster.
Quite complicating at first but after awhile it's easy.
it leak to use it when you use skill or use press H
fbact[fi2i+770] check your option setting from CP not check unit state

Re: [FukKi CP] - Rate Editor Final (Build 8)

Posted: August 13th, 2012, 12:12 pm
by vikingds
I need help i have version 1.26a and its not work i do the name activator... i tested the arrow activator but that not work please help me thanks you

The map is http://www.mapgnome.org/map-info/272174

Re: [FukKi CP] - Rate Editor Final (Build 8)

Posted: August 13th, 2012, 11:47 pm
by Fukki
vikingds wrote:I need help i have version 1.26a and its not work i do the name activator... i tested the arrow activator but that not work please help me thanks you
can you post your cheat map?

Re: [FukKi CP] - Rate Editor Final (Build 8)

Posted: August 24th, 2012, 3:47 pm
by MatronixxD
Hey Fukki Could add Auras
-Critical Aura
-View Invisible Units
- and More

Re: [FukKi CP] - Rate Editor Final (Build 9)

Posted: September 5th, 2012, 12:03 am
by Fukki
now update to Build 9
read features in first page

Re: [FukKi CP] - Rate Editor Final (Build 9)

Posted: September 5th, 2012, 12:43 pm
by Bartimaeus
Gratz. Added the additional features to your entry in the "Cheat Packs Available" topic.

Re: [FukKi CP] - Rate Editor Final (Build 9)

Posted: September 5th, 2012, 8:40 pm
by owner123
Interface looks awesome, well done.