Author Topic: [Version 4] UsePrimaryAbility/UseSecondaryAbility/GetActiveAbility Don't Work?  (Read 3907 times)

0 Members and 1 Guest are viewing this topic.

Offline OrichTopic starter

  • Jr. Member
  • **
  • Posts: 77
  • Activity:
    0%
  • Reputation Power: 3
  • Orich has no influence.
  • Respect: +12
  • Referrals: 1
    • View Profile
These functions don't seem to work? Is there a way to make them work?
« Last Edit: October 08, 2013, 12:13:58 AM by Crome969 »
Member of the Stealth development team.
Author of Stealth .NET DLL

Offline dxrom

  • Master of the milestones!
  • Elite
  • *
  • *
  • Posts: 1080
  • Activity:
    0%
  • Reputation Power: 15
  • dxrom is working their way up.dxrom is working their way up.dxrom is working their way up.
  • KEYBOARD COWBOY, GREAT SAMURAI OF THE INTERNET.
  • Respect: +100
  • Referrals: 1
    • View Profile
Re: UsePrimaryAbility/UseSecondaryAbility/GetActiveAbility Don't Work?
« Reply #1 on: August 04, 2013, 03:35:33 PM »
0
They don't work in public release.



 ​_██​_
(ಠ​_ృ)
I do say, ol' Chap! Come play EVE Online! Why here is a 21 Day Free Trial!

Offline OrichTopic starter

  • Jr. Member
  • **
  • Posts: 77
  • Activity:
    0%
  • Reputation Power: 3
  • Orich has no influence.
  • Respect: +12
  • Referrals: 1
    • View Profile
Re: UsePrimaryAbility/UseSecondaryAbility/GetActiveAbility Don't Work?
« Reply #2 on: August 04, 2013, 03:42:35 PM »
0
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
« Last Edit: August 04, 2013, 03:54:02 PM by Orich »
Member of the Stealth development team.
Author of Stealth .NET DLL

Offline Crome969

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: UsePrimaryAbility/UseSecondaryAbility/GetActiveAbility Don't Work?
« Reply #3 on: August 06, 2013, 05:05:19 AM »
0
Issue solved. We fixxed that in Version 6.0, wich will be available soon..

Tags: