Page 1 of 1

evBuff_DebuffSystem event does not work

Posted: 05.08.2013 2:51
by Orich
Nothing I try works.

Code: Select all

procedure buffChecker(id, attributeid:word; isenabled:boolean);
begin
   AddToSystemJournal('buffchecker called');
   ClientPrint('buffchecker called');
end;

SetEventProc(evBuff_DebuffSystem, 'buffChecker');
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.

Re: evBuff_DebuffSystem event does not work

Posted: 05.08.2013 4:58
by Vizit0r
even if this not works in Stealth 4 - i will not (and can't) fix it.
So, you can try to test Stealth 6, here it works

Re: evBuff_DebuffSystem event does not work

Posted: 05.08.2013 5:50
by Orich
Where do I download Stealth v6?

Re: evBuff_DebuffSystem event does not work

Posted: 09.08.2013 1:29
by Crome696
Just as Side note, Events were working on 4.x. If anyone have similar troubles contact me for troubleshooting.