Recent content by Po0gles

  1. P

    spawn/attack-move problem

    Hey guys, i am having big trouble getting my spawn/attack move system done. It intends to spawn units periodically and tells them to attack a random unit from a random player in Team 1. The spawned units always seem to recalibrate their target as they just run around without being able to walk...
  2. P

    spawning/attack-moving

    That actually sounds good to me. Like making an integer and every unit that spawns gets a random number for example with 5 players, every unit gets a random number between 1-5, 1 means attacking player 1 and 5 attacking player 5. I just wonder how to make the units know where the specific...
  3. P

    spawning/attack-moving

    Hey, im making a map in which i want units to spawn and attack an area, but i do not want them to just attack the player thats nearest, i want them to kind of swarm so that not only the player at the front will be attacked. What i was thinking about is making multiple regions and let the units...
  4. P

    Patrolling

    Thanks for your answer, i guess i will just increase the guard distance if needed/ decrease how far they patrol. Since im making a town its not that big of a problem anymore. The third thing you suggested was also what i had in mind but i didnt know how to do it except making a trigger for every...
  5. P

    Patrolling

    Hello, i made a map in which i use a patrolling trigger (unit - issue order targeting a point) but the unit will stop after patrolling a few rounds. Is there a way to make them patrol indefinitely? So that they will never stop? E: I've watched their movements closely ingame and apparently, if...
  6. P

    share gold

    thanks for the effort , does that mean i mustnt use DestroyForce(udg_pgTemp) ? and can i somehow copy the trigger in my world editor? sorry i am not good at making maps i dont know how you created the udg_temp variable :(
  7. P

    share gold

    hi in my map i want the heroes to share their money , means if you kill a unit , lets say it gives 80 gold . there are 4 heroes and i want everyone to get 20 . how do i do that ?
  8. P

    how to trigger on a crit?

    how do i trigger it? because usually if i want to trigger spells i just make "a unit starts casting an abillity " but crit is a passive do i have to use "a unit starts the effect of an abillity" ?
  9. P

    how to trigger on a crit?

    sry you may be right but i dont understand . .:confused: my english is bad and i dont know very much about world editor . .
  10. P

    how to trigger on a crit?

    yes that means IF the crit procs i want something to happen when the crit procs , i will decide by myself what to do then but the question is HOW i do something when crit procs .. sorry i cant express it good my english is bad . .
  11. P

    how to trigger on a crit?

    there goes my next question . . . i wanted to know what to do if i want to trigger something on a crit means when i crit i want something to happen . but i dont know how to create a crit-trigger could someone explain ? thanks in advance :)
  12. P

    Spell referring on allies only

    okay thanks very much i will try this :) edit: worked properly thank you !
  13. P

    Spell referring on allies only

    hi i made i spell which i want to refer to allies . the heal doesnt work could you tell me whats wrong and how to do it properly ? InnerFire Ereignisse Einheit - A unit Beginnt, eine Fähigkeit zu wirken Bedingungen (Ability being cast) Gleich Inneres Feuer Aktionen Set Heal = (Last created...
  14. P

    Spell referring on allies only

    hi i made i spell which i want to refer to allies . the heal doesnt work :( could you tell me whats wrong and how to do it properly ? Einheit - A unit Beginnt, eine Fähigkeit zu wirken _______________________________________ (Ability being cast) Gleich Inneres Feuer...
Top