scripts for abilities

Post Reply
mephidross
Posts: 1
Joined: Wed Nov 14, 2012 7:01 pm

scripts for abilities

Post by mephidross » Tue Nov 20, 2012 11:44 am

Is there a way to get the scripts that I would like to test to work. Currently I am attempting to work on drain samba and the luautils will not find the directory for drain_samba.lua.
I know that the animations for drain samba is not included yet in the program, I am just getting the ability to work at this point.

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: scripts for abilities

Post by whasf » Tue Nov 20, 2012 8:20 pm

That's a pretty open-ended question. Are you saying it can't find the script? You need to put the script in the scripts/abilities folder. It should show you the path to the file it's looking for in the error message.
-- Whasf

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: scripts for abilities

Post by kjLotus » Tue Nov 20, 2012 8:24 pm

whasf wrote:That's a pretty open-ended question. Are you saying it can't find the script? You need to put the script in the scripts/abilities folder. It should show you the path to the file it's looking for in the error message.
also make sure the function names are all correct (looks for OnUseAbility)

Post Reply