i have a problem when killing units with my heros in game, im not getting the bonuty

  • Thread starter Thread starter grupoapunte
  • Start date Start date
G

grupoapunte

Guest
i have a problem when killing units with my heros in game, the thing is that when i kill a spawned unit it should be giveing me tha gold that i have set for this unit when it dies (in the object editor) but i dont get it i dont even see the messege in the screen in the place that the unit was killed, i dont know if i need a trigger for that cuz i checked another map that do what i want and it has no trigger (battleships by sked).
Is there any game constant that do this or something?


Thanks
 
Yeah, you need to put this trigger in, i dont have WE open right now, but itl be close enough lol

Events - Map Initialization
Actions - Player - Turn 'Gives Bounty' on for <Player #>

You have to run the trigger for all players in the game i believe, so copy-paste it and just change the player number.
 
no no no, only turn it on for the creeps not the user players !!!
So if the creeps are owned by brown then turn this on:

Code:
Melee Initialization
    Events
        Map initialization
    Conditions
    Actions
        Player - Turn Gives bounty On for Player 12 (Brown)
 
Don't copy paste it, and don't do that trigger. It will leak the map. Try this one:
Code:
For each (Integer A) from 1 to <number of players your game has> do turn bounty on for (Player number of (Integer A))
 
It leaks? I have an AoS that has that trigger, and I dont have any problems. Unless I do and dont know about it o.O
 
Also dont forget to edit the units bounty (if u havnt alrdy)
 
Tom_Green said:
It leaks? I have an AoS that has that trigger, and I dont have any problems. Unless I do and dont know about it o.O

Seeing as it runs once at map initialization, I can't possibly see how it would be a problem.
 
remember to destroy the trigger after it runs, that supposidly works wonders ;)
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    got it
  • The Helper The Helper:
    Happy Thursday!
  • The Helper The Helper:
    Check out the new Featured Content feature we apparently got with the forum software upgrade! https://www.thehelper.net/featured/
  • The Helper The Helper:
    Also on the bottom right side bar we now have a Trending Content Box!
    +1
  • The Helper The Helper:
    Not on the Headline News page just on the Forums page can we get that Featured and Trending on the home page?
  • Ghan Ghan:
    Since the home page is technically a forum, it now shows on all forum views. Still in the sidebar.
    +1
  • The Helper The Helper:
    Happy Friday! Hope everyone has a fantastic day and an even better weekend!
  • The Helper The Helper:
    Happy Sunday!
  • The Helper The Helper:
    I lovc that I can post webp and X links now! :)
  • The Helper The Helper:
    Happy Thursday!
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    we were down for a minute - think a log file or something got too big
    +1
  • Ghan Ghan:
    The alerts say it was down for a while unfortunately.
  • Ghan Ghan:
    Didn't know what was going on while I was at work.
  • Ghan Ghan:
    Disk filled up with logs. Fixed now.
    +1
  • The Helper The Helper:
    not a problem at all thanks for getting us back up
  • The Helper The Helper:
    I think the bots are finding a way to get through the anubis
  • The Helper The Helper:
    Happy Wednesday Everyone! Hope everyone has a Fantastic Day!
    +1
  • The Helper The Helper:
    Yeah, stats are showing big bot influx like 12k page views.
  • Wizard Wizard:
    :wave:
    +1
  • Ghan Ghan:
    TH changed his avatar again. 6 more weeks of summer.
    +3
  • Wizard Wizard:
    lol
    +1
  • The Helper The Helper:
    Guys just a heads up I am going to be shutting the site down soon. I am just waiting on the NUON people to decide whether they want to transfer forum data and keep the discord. My email is [email protected] for anyone that wants to keep in touch and I have a facebook too. I will make an official post later. Love you guys and will miss everyone!
    +1
  • V-SNES V-SNES:
    Sent a pm @The Helper

The Helper Discord

Members online

No members online now.

Affiliates

Hive Workshop NUON Dome World Editor Tutorials
Back
Top