help with selling

SNOOPDOGGDIZ

New Member
Reaction score
2
this is what i have..

sell
Events
Unit - A unit owned by Player 1 (Red) Begins training a unit
Unit - A unit owned by Player 2 (Blue) Begins training a unit
Conditions
(Trained unit-type) Equal to Sell
Actions
Special Effect - Create a special effect at (Position of (Triggering unit)) using Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl
Unit - Remove (Triggering unit) from the game
Player - Add (Supply provided by (Unit-type of (Triggering unit))) to (Owner of (Triggering unit)) Current gold


when a building is sold i dont make a profit.. why?
 

Exide

I am amazingly focused right now!
Reaction score
448
Player - Add (Supply provided by (Unit-type of (Triggering unit))) to (Owner of (Triggering unit)) Current gold

That line is wrong.
Try changing it to 'Add point value of ..'
 

ManyTimes

I'm so lonesome I could cry...
Reaction score
293
Code:
Untitled Trigger 004
    Events
        Unit - A unit Sells a unit
    Conditions
        (Unit-type of (Sold unit)) Equal to Footman
    Actions
        Player - Add (Point value of (Selling unit)) to (Owner of (Triggering unit)) Current gold
        Set Point = (Position of (Triggering unit))
        Special Effect - Create a special effect at Bombpoint using Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl
        Custom script:   call RemoveLocation(udg_Point)
        Unit - Remove (Selling unit) from the game
Variables: name: Point, Type? Point-variable, array? No
Now you enter the Object Editor and edit the field "Point Value" of all towers to the gold you want to give the player. Since as far as I know, you cannot get the total gold cost of a tower. And you dont need to use the point value feild. YOu can use "Hitpoints"-field, mana points....
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top