Thread: LUA vs PERL
View Single Post
  #8  
Old 08-04-2013, 07:22 PM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

Quote:
Originally Posted by sorvani View Post
Since the wikia is hosed, we have all the new Lua stuff on the built in github wiki.

https://github.com/EQEmu/Server/wiki/Lua-API


Can the SpecialAbility stuff be used in perl? (guessing no)
Don't have time to test it right now.


Code:
Integer GetSpecialAbility(Integer ability);
Integer GetSpecialAbilityParam(Integer ability, Integer param);
Void SetSpecialAbility(Integer ability, Integer level);
Void SetSpecialAbilityParam(Integer ability, Integer param, Integer value);
Void ClearSpecialAbilities();
Void ProcessSpecialAbilities(String str);
Reply With Quote