Recent content by zoidbergZA

  1. Z

    General - Modifying the Command Buttons Completely

    Hi, i've been trying to move the 'build' command button with this guys to a new position (1,1) but no matter what, i cant get it to move away from (0,2). Can any1 help me solve this one plz?
  2. Z

    [Spell Request] JASS

    thanks, i added the ABC system trigger and vJass no longer gives errors when saving. however, when i cast the spell ingame only the base ability 'channel' occurs, ie no HP boost or spell effect occurs. i checked and re-checked to make sure i set the global constant values to match mine in...
  3. Z

    [Spell Request] JASS

    hey guys i know this is going to sound retarted but plz keep in mind that im totaly new and im trying hard to learn. i copied the JASS code above that kingkingyyk3 kindly wrote for me into to a blank trigger on my map. i then changed the global constant values at the top to match those on my...
  4. Z

    [Spell Request] JASS

    function Trig_turn_on_Conditions takes nothing returns boolean if ( not ( GetSpellAbilityId() == 'A003' ) ) then return false endif return true endfunction function Trig_turn_on_Actions takes nothing returns nothing call CreateNUnitsAtLoc( 1, 'h00D'...
  5. Z

    [Spell Request] JASS

    hi guys, i've got a spell made in GUI that is a channeling ability but that isn't MUI. i have just started to try and learn JASS but i still find it very difficult. If anybody can make this ability MUI i would really appreciate it. The spell is channeling, it boosts the life of the target by...
Top