ScriptUO

Scripting Resources & Utilities => Stealth Client => Stealth archive => Topic started by: Orich on August 04, 2013, 12:37:14 PM

Title: [Version 4] UsePrimaryAbility/UseSecondaryAbility/GetActiveAbility Don't Work?
Post by: Orich on August 04, 2013, 12:37:14 PM
These functions don't seem to work? Is there a way to make them work?
Title: Re: UsePrimaryAbility/UseSecondaryAbility/GetActiveAbility Don't Work?
Post by: dxrom on August 04, 2013, 03:35:33 PM
They don't work in public release.
Title: Re: UsePrimaryAbility/UseSecondaryAbility/GetActiveAbility Don't Work?
Post by: Orich on August 04, 2013, 03:42:35 PM
There seems to be a lot that isn't working.

evBuff_DebuffSystem event does not work.   I tried implementing my own and then using Crome's Events.pas ... neither seem to work at all.

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

SetEventProc(evBuff_DebuffSystem, 'buffChecker');

I can cast any buff... nothing happens.


Edit:   More information. 

Stealth v4.3.6
Client Version 7.0.31
OSI Shard
Title: Re: UsePrimaryAbility/UseSecondaryAbility/GetActiveAbility Don't Work?
Post by: Crome969 on August 06, 2013, 05:05:19 AM
Issue solved. We fixxed that in Version 6.0, wich will be available soon..