• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

question and a request

dualshock3

New Member
Joined
May 14, 2010
Messages
89
Reaction score
3
it is possible to add features to outfits
example: 1st warrior addon -- 30 sword skill
2nd warrior addon - 20+ speed
???¿?¿?¿¿?
if it is possible can anybody tell me how
----------------------+---------------------

also i have a problem with my custom vocations
a player bought second promotion for elite knight and now he can't use weapons that are for knights ?¿?
please help
 
I think the addon thing might be like
Lua:
local warrior = doPlayerGetAddons(cid, warrior addon)
if  warrior == 1 then
doPlayerAddSkillTry(cid, SKILL_SWORD, 30)

i dont know if doPlayerGetAddons is a function, but it's something like that.

I'm not really good with scripting either though, sorry.
 
Back
Top