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

Simple npc script surprisingly not working!

Nooben nr1

New Member
Joined
Aug 3, 2008
Messages
69
Reaction score
0
Does anyone know how to make rune seller sell stone skin amulets with 5 charges? I tried to change it the same way u change rune charges still they remain low charged, for example I put up:

Code:
shopModule:addBuyableItem({'stone skin'}, 2197, 2500, [b][u]5[/b][/u], 'stone skin amulet')

And when I log in and buy a stone skin amulet it's still only one charge, though if I create an item using "/i stone skin amulet" it's 100 charges, and if I create it using ID I get 5 charges, and they've all got the same ID number :p

Edit: btw in the items.xml the ssa has a value of 5 charges =)

Thanks in advance :D
 
Back
Top