Recent content by game_war48

  1. G

    How to make a "chosen ability" system like DotA OMG

    I devised how to make it. Although, thanks everybody.
  2. G

    How to make a "chosen ability" system like DotA OMG

    It doesn't work. Start from sixth "learn-able" ability, the seventh, eighth... "learn-able" abilities don't appear when enable.
  3. G

    How to make a "chosen ability" system like DotA OMG

    Hmm... Sorry, my mistakes. Before picking hero, you have to choose abilities. Includes 3 normal skills, 1 ultimate skill (These abilities are "learn-able"). I used "Add Ability", but it can't make them "learn-able". I have an idea: Use "Engineering Upgrade" and "fake ability". That is each hero...
  4. G

    How to make a "chosen ability" system like DotA OMG

    I don't know how to make it, someone help me ? "Add Ability" doesn't work, because it can only stand on level 1, can't learn anymore.
  5. G

    JASS NewGen Pack 1.5d

    I have a problem: When I save map with jassnewgen (and the map have jasscode), before jasshelper check appear, my JNG INSTANTLY CLOSE. I bought a new computer yesterday, my old computer worked fine, but this new one didn't... Someone help me :confused:.
  6. G

    Spellpack Wind Spellpack

    Reading this tutorial and I will fix map soon. Thanks :thup:. EDIT: FIXED and UPDATED. EDIT2: ...The raw code of xe dummy same the raw code of my hero, fixed :|. EDIT3: UPDATED v1.5, fixed the effects of Storm Spiral.
  7. G

    Spellpack Wind Spellpack

    FIXED. +rep for both. Had a lot of people repine me about that problem. But I don't know how to make it more simple than :(.
  8. G

    Spellpack Wind Spellpack

    Wind Spellpack Information Spells Twister -Screenshot: -Code: Storm Spiral -Screenshot: -Code: [Spellpack] Twister and Storm Spiral v1.5 Credits Changelog P/s: Please help me the description of both, thank you so much:P..
  9. G

    Storm Bolt and a regen problem

    If you want to make a storm bolt like Sven in DotA, you should base your spell on Channel with these options: I always base my custom spell on Channel because it doesn't have any effects. Here is some information about Channel: P/s: I took these information from Tom_Kazansky :D.
  10. G

    Need help.

    scope MarkoftheDeath initializer InitMOTD private function GetReturnMana takes integer lvl returns real return 25. + (5. * I2R(lvl)) endfunction private struct motd //! runtextmacro PUI() unit c unit t trigger trg triggercondition trgc integer tick real mana...
  11. G

    [Spell Requests] (will be updated constantly)

    ------------------------------------- Body Attack is finished, see attachment. Sorry, I'm very busy, so I will guide you to how to copy this spell later.
  12. G

    [Spell Requests] (will be updated constantly)

    Ye...Ok, but 50 is very much with 500 AoE, so I think limits of 20 is best. I will make it... in JASS. Because I don't know how to make it in GUI (err... sorry about that inconvenience).
  13. G

    [Spell Requests] (will be updated constantly)

    How many is there balls of water's limit (body attack) ?
  14. G

    Tutorial How to create a cooldown for a passive spell

    So, "create a cooldown for a passive spell" is impossible ?
Top