Page 1 of 1
API
Posted: Thu Oct 30, 2014 4:29 pm
by Nemoel
Hey guys,
I want to make some Addons but I need to know if the API are still the same as in the original game?
GetCareerResource( GameData.BuffTargetType.SELF ) for example
thank you
Re: API
Posted: Thu Oct 30, 2014 4:58 pm
by Azarael
The API is the same.
Re: API
Posted: Thu Oct 30, 2014 6:08 pm
by Tesq
ehi you should first check if you could fix some existing add on like enemy and buffhead first, both for make some exeprience and for fix some issue if you can thx!
Re: API
Posted: Fri Oct 31, 2014 2:13 am
by Azarael
If the existing addons worked with the 1.4.8 client in live, then the problem is likely related to functionality the emulator's not replicating as the client is the same as live. It's probably to do with events or (de)buff info not being sent. You'll note that BuffHead works only with certain (de)buffs, like Law of Conductivity and Transfer Force.
Re: API
Posted: Wed Mar 04, 2015 9:26 pm
by navis
Tesq wrote:ehi you should first check if you could fix some existing add on like enemy and buffhead first, both for make some exeprience and for fix some issue if you can thx!
+1 this