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!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
[FukKi CP] - Rate Editor Final
Moderator: Cheaters
-
- Forum Drunk
- Posts: 2899
- Joined: January 17th, 2007, 4:22 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: [FukKi CP] - Rate Editor Final (Build 4)
Don't pm me with Warcraft questions, this is a forum so just make a post!
In the world of thinking we are all immigrants. -Robert Nozick
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
Re: [FukKi CP] - Rate Editor Final (Build 7)
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
- 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
-
- Newcomer
- Posts: 6
- Joined: June 15th, 2011, 2:13 am
Re: [FukKi CP] - Rate Editor Final (Build 8)
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.
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.
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
Re: [FukKi CP] - Rate Editor Final (Build 8)
it leak to use it when you use skill or use press Hdarkdread 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.
fbact[fi2i+770] check your option setting from CP not check unit state
-
- Newcomer
- Posts: 1
- Joined: March 6th, 2012, 5:38 am
Re: [FukKi CP] - Rate Editor Final (Build 8)
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
The map is http://www.mapgnome.org/map-info/272174
Last edited by vikingds on August 29th, 2012, 2:54 pm, edited 1 time in total.
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
Re: [FukKi CP] - Rate Editor Final (Build 8)
can you post your cheat map?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
-
- Newcomer
- Posts: 3
- Joined: November 3rd, 2010, 9:29 pm
Re: [FukKi CP] - Rate Editor Final (Build 8)
Hey Fukki Could add Auras
-Critical Aura
-View Invisible Units
- and More
-Critical Aura
-View Invisible Units
- and More
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
-
- Tyrannical Drama Queen
- Posts: 4430
- Joined: November 19th, 2007, 5:05 am
- Been thanked: 2 times
Re: [FukKi CP] - Rate Editor Final (Build 9)
Gratz. Added the additional features to your entry in the "Cheat Packs Available" topic.
-
- Super Moderator
- Posts: 1943
- Joined: February 3rd, 2009, 11:28 pm
- Been thanked: 1 time