Advertisement
igromanru

simple behavior swap by Pavuk

May 29th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. Author: Pavuk
  3. Description: Behavior script tutorial
  4. }
  5. [ENABLE]
  6. {$lua}
  7. if not syntaxcheck then
  8. local AoeRape = {
  9. {40,0x128,"8E 3F 00 00"}, --40 your own body effect , "Curse sitting on your back" effect spawn behaviorID
  10. {16270,0x98,"0C 56 42 06"}, --behavior swap , Curse sitting on your back->Pontiff Scythe AOE Frost Circle
  11. {16270,0x156,"4E"}, --state info 78 for 0 damage from WA
  12. }
  13.  
  14. ParamIterator("SpEffectParam",AoeRape,"AoeRapeF")
  15. end
  16.  
  17. {$asm}
  18. [DISABLE]
  19. {$lua}
  20. if not syntaxcheck then
  21. ParamDepatcher("AoeRapeF")
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement