• 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!

Addons -- OTServ 0.6.4

d3eather1650

New Member
Joined
Apr 22, 2015
Messages
7
Reaction score
1
Hi, I've got a problem with addons. I created a simple NPC who give addons, but it doesn't work.
Code:
<interact keywords="addon" >
       <response text="Done!">
         <action name="script">
         doPlayerAddOutfit(cid, 136, 3)
         doPlayerAddOutfit(cid, 128, 3)
         </action>
         <action name="effect" value="redshimmer"/>
       </response>
</interact>
I see only 'red shimmer effect'. I tried 'doPlayerAddons' function too, but in that case console shows this:
Code:
[string "loadBuffer"]:34: attempt to call global 'doPlayerAddAddons' (a nil value)

Help!! :D
 
Back
Top