GUI help
Moderator: Cheaters
-
- Junior Member
- Posts: 43
- Joined: June 24th, 2009, 2:07 pm
GUI help
Well, I was hacking village builder, but I didn't want the usual -(code) -gold 1000000, I wanted something in game, like have units in 4 points of the map, giving you 1000000 gold. Or another way for it to be secure, but easy. Any ideas? This is the map http://epicwar.com/maps/78098/.
Some people see the cup half full, some see it half empty... I see it twice as big as it needs to be.
-
- Spice Pirate
- Posts: 862
- Joined: January 29th, 2009, 5:35 pm
- Title: LHC
- Location: Canada
Re: GUI help
Create a trigger for a unit entering any of those regions (they'll be 4 separate events, one for each region).
Conditions for the trigger would be that each region has at least one unit owned by the owner of the triggering unit.
Actions would be to give 1000000 gold to the owner of the triggering unit.
Conditions for the trigger would be that each region has at least one unit owned by the owner of the triggering unit.
Actions would be to give 1000000 gold to the owner of the triggering unit.
Spoiler:
-
- Junior Member
- Posts: 43
- Joined: June 24th, 2009, 2:07 pm
Re: GUI help
Ty, but one last question, I couldn't find the add gold ability, what section is it?
Some people see the cup half full, some see it half empty... I see it twice as big as it needs to be.
-
- Banned-To-Be
- Posts: 1378
- Joined: July 28th, 2008, 6:28 pm
- Title: Administrator
Re: GUI help
Crock wrote:Ty, but one last question, I couldn't find the add gold ability, what section is it?
Code: Select all
Player - Add 1000000 to (Owner of (Entering unit)) Current gold

League of legends North America - Nietono
-
- Junior Member
- Posts: 43
- Joined: June 24th, 2009, 2:07 pm
Re: GUI help
Thank both of you, time for an unfair advantage...
Some people see the cup half full, some see it half empty... I see it twice as big as it needs to be.
-
- Junior Member
- Posts: 43
- Joined: June 24th, 2009, 2:07 pm
Re: GUI help
Okay, sorry for the double post (I forget if people care about that on this forum) but I had an idea, in village builder 6.5 there's a cheat in there already (not a cheatpack, but if you type in Sushi FTW you get admin like things) so, how could I make a spell that when used gives you 1mil gold?
Some people see the cup half full, some see it half empty... I see it twice as big as it needs to be.
-
- Banned-To-Be
- Posts: 1378
- Joined: July 28th, 2008, 6:28 pm
- Title: Administrator
Re: GUI help
Just make a custom spell using war stompCrock wrote:Okay, sorry for the double post (I forget if people care about that on this forum) but I had an idea, in village builder 6.5 there's a cheat in there already (not a cheatpack, but if you type in Sushi FTW you get admin like things) so, how could I make a spell that when used gives you 1mil gold?
Events - unit uses an ability
cond - ability = Cash
Action - player add 1,000,000 gold to owner of casting unit
something along those lines..

League of legends North America - Nietono