Search results

  1. 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.
  2. 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..
  3. 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...
  4. G

    Missing: endblock

    scope Shukuchi initializer InitShukuchi globals private integer I endglobals private function GetShukuchiDamage takes integer lvl returns real return 80. + ( 10. * lvl ) endfunction private struct data unit c group g real dam integer tick endstruct...
  5. G

    A problem with "Add Item To Slot"

    I have a problem with "Add Item To Slot", concrete is: I want to add an item to a slot for an unit ( because native UnitAddItemToSlotById can causes bugs ). But my code doesn't work. scope UnitAddItemToSlot initializer Init globals private constant integer SLOT_FILLER = 'bzbe'...
  6. G

    The problem move dummys.

    I want to move dummys within 1 second similar this picture : But it dissimilar picture ^ :(. Someone can help me ? This is my code: scope PSTA initializer InitPSTA //======================================================================== globals private real MinX...
  7. G

    How to Get Damage from an unit ?

    I want to make a spell deals damage = "Caster's Damage x 5". Who can help me?
  8. G

    How to edit the text "LOADING" and "PRESS ANY KEY TO CONTINUE" ?

    I know them can edit. But i don't know edit them where ? Someone can help me?:D.
  9. G

    Castle Fight System ?

    Who body can help me this problem: -Unit in Castle Fight don't have slots Move, Attack, Hold Position,... I can't do any order (although I'm is owner of it), but it can move, attack. Why?
  10. G

    Can't Start War3.exe When Click Button Test

    I use Newgen Pack 1.5c and patch 1.21b. Version's Jasshelper of my Newgen is 0.9.G.1. When I Click button Test (or Ctrl + F9), appear a Black Board and hide after this. After, appear a Error Board:mad:: Help me !
Top