Trigger fixing

OMGedDude

New Member
Reaction score
5
Anyways, i made some spell called Conjure: Storm Earth and Fire. I started to make it GUI but after I finished I wanted a bit more JASS into it. But since I just learned basic JASS a few days ago I just wanted to know if there's any bugs or leaks in it :confused:. (this isn't exactly JASS btw :nuts:) (oh, and sorry if this is in a wrong forum, please move it if it is.)
Conjure Storm Earth and Fire
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Conjure: Storm, Earth and Fire
Actions
Custom script: local unit Caster = GetTriggerUnit()
Custom script: local location CasterLoc = GetUnitLoc(Caster)
Custom script: local location SpellTarget = GetSpellTargetLoc()
Custom script: call CreateNUnitsAtLoc( 1, 'n000', GetOwningPlayer(Caster), CasterLoc, bj_UNIT_FACING )
Custom script: call UnitAddAbilityBJ( 'A001', GetLastCreatedUnit() )
Custom script: call SetUnitAbilityLevelSwapped( 'A001', GetLastCreatedUnit(), GetUnitAbilityLevelSwapped('A000', Caster) )
Custom script: call UnitApplyTimedLifeBJ( 9.00, 'BTLF', GetLastCreatedUnit() )
Custom script: call IssuePointOrderLocBJ( GetLastCreatedUnit(), "stampede", SpellTarget )
Custom script: call CreateNUnitsAtLoc( 1, 'n000', GetOwningPlayer(Caster), CasterLoc, bj_UNIT_FACING )
Custom script: call UnitAddAbilityBJ( 'A002', GetLastCreatedUnit() )
Custom script: call SetUnitAbilityLevelSwapped( 'A002', GetLastCreatedUnit(), GetUnitAbilityLevelSwapped('A000', Caster) )
Custom script: call UnitApplyTimedLifeBJ( 9.00, 'BTLF', GetLastCreatedUnit() )
Custom script: call IssuePointOrderLocBJ( GetLastCreatedUnit(), "stampede", SpellTarget )

Any leaks, bugs, suggestions? Thanks :)
 

Rheias

New Helper (I got over 2000 posts)
Reaction score
232
3 variables that are not nulled and 2 locations that are not removed. Also, you keep using BJs when you don't need to.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top