Search results

  1. LearningCode

    Healing Spell+Heal Message every second

    Use T32x, it's a timer system some where on the forums =x scope Heal initializer HealInit globals private constant integer SpellID = 'A000' //This is the rawcode of your Healing spell endglobals private struct H unit SpellTarget real TargetX real TargetY...
  2. LearningCode

    Trigger Problem

    (Unit-type of ISDummy5) Equal to Ignis Strike[Invisible] Unit type of triggering unit Equal to Ignis Strike[Invisible] Try it, lol
  3. LearningCode

    Mathematical Bounce

    Calculating like that only makes you go, like, a light ray. As in, the dummy will bounce unnaturally. Unless it is off a wall.. Does he mean bouncing up and down or off walls? o.0 [EDIT] Wait- I just re-read the first post xD [EDIT=2] Hmm.. Place invisible path blockers that you want the ball...
  4. LearningCode

    Mathematical Bounce

    Oh, the irony; 1) Man asks question about bouncing 2) Another Man replies and the guy's avatar is of a ball.
  5. LearningCode

    Crime Mom calls 911 on son for playing too many video games

    If you took the game away, the kid might have freaked and killed someone, or ran away from home or something
  6. LearningCode

    World In China, no Internet for you!

    But register it that way and use it for another way, and you better have an escape plan.
  7. LearningCode

    World Philippine volcano on verge of eruption but villagers are refusing to leave

    "even returning after being evacuated up to three times by authorities" That's what I call 'stubborn'
  8. LearningCode

    Crime Mom calls 911 on son for playing too many video games

    Woman needs to understand her kid. Involving the police is never necessary for these kind of things. She's weak.
  9. LearningCode

    variable question

    GetSpellTargetX GetSpellTargetY GroupEnumUnitsInRange
  10. LearningCode

    Any Leaks in this trigger?

    Lol, I read the other post you put up, I think the unit leaks I thought I saw had to do with LastCreatedUnit and PickedUnit =x Maybe there are no leaks xD
  11. LearningCode

    Any Leaks in this trigger?

    Unit leaks don't matter? o.0
  12. LearningCode

    carrion swarm automaticly shooting the direction your faceing

    That is so.. Eww. I think he meant when you cast it, the projectile flies depending on where you're facing. Using channel (Instant, no target) [Off-topic] Like those Touhou games. TOUHOU!!! KYAA!!! xD Okay, google it up if you want to know about it xD [edit] I also believe you have to null...
  13. LearningCode

    Any Leaks in this trigger?

    Quick scan through. Haven't you guys noticed the leaks? First trigger leaks, like, 2 units and a location Second trigger leaks, like, 4units and a location I think
  14. LearningCode

    carrion swarm automaticly shooting the direction your faceing

    Use channel Use dummy Use trigger Make dummy move Pick units within dummy's range Damage units Extremely rough guideline, if I do say so myself
  15. LearningCode

    Just started on a spell, need help (Uncompleted spell, duh)

    Holy shet, you're right! Lol! I was supposed to put zb.casterX xD Thx
  16. LearningCode

    ghost a.i. in pacman

    The secret to Blinky's AI, is regions.
  17. LearningCode

    Spell Request/Help

    Except his ending has some kick-ass shockwave in all directions
  18. LearningCode

    Just started on a spell, need help (Uncompleted spell, duh)

    Okay, I'm getting this error message when trying to save: Bad types for Binary operator scope ZeppelinBomber initializer ZBCast globals private constant integer MAXPlayers = 1 //This is the number of players in the map that have access to your hero private constant integer ZBID...
Top