evBuff_DebuffSystem event does not work
Posted: 05.08.2013 2:51
Nothing I try works.
Since nothing was working, I searched and found Crome969's Events.pas (http://www.scriptuo.com/index.php?topic=10739.0) for buff handling. Register_BuffDebuff(); does not show anything when I cast buffs.
I have spent many hours learning and writing scripts. The two things I need to continue are evBuff_DebuffSystem and UsePrimaryAbility/UseSecondaryAbility/GetActiveAbility
Please help
BTW, Stealth is -awesome- so far besides these bugs.
Code: Select all
procedure buffChecker(id, attributeid:word; isenabled:boolean);
begin
AddToSystemJournal('buffchecker called');
ClientPrint('buffchecker called');
end;
SetEventProc(evBuff_DebuffSystem, 'buffChecker');
I have spent many hours learning and writing scripts. The two things I need to continue are evBuff_DebuffSystem and UsePrimaryAbility/UseSecondaryAbility/GetActiveAbility
Please help

BTW, Stealth is -awesome- so far besides these bugs.