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

Need change in NPC system(including sources I guess)

zakius

Enter the Ninja!
Joined
Apr 30, 2009
Messages
2,635
Reaction score
65
Location
with Taiga
I need to make NPCsystem accept
Code:
shopModule:addBuyableItem({'rusty armor'}, {9808, 9809, 9810}, 150, 'rusty armor')
format, with table instead of just one itemid.
It should show sprite of first item in table
And when you buy this item id is randomized from the table(when you buy, not when loading npcs or making trade window list)
Also if you buy more than one item of this each one have to be randomized

But most importat thing is accepting this format+sprite thing, probably I can handle rest
 
Back
Top