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

NPC that sells Sets

Ravauvial

Member
Joined
Mar 19, 2009
Messages
186
Reaction score
8
Location
Stanwood, Washington, USA
Does anyone know how you could get a NPC to sell Sets


This is normal
Lua:
shopModule:addBuyableItem({'helmet'}, 7901, 50, 'helmet') 
shopModule:addBuyableItem({'armor'}, 7898, 50, 'armor') 
shopModule:addBuyableItem({'legs'}, 7895, 50, 'legs') 
shopModule:addBuyableItem({'boots'}, 7893, 50, 'boots') 
shopModule:addBuyableItem({'shield'}, 7808, 110, 'shield') 
shopModule:addBuyableItem({'amulet'}, 7889, 110, 'amulet')


I want kinda like.

Lua:
shopModule:addBuyableItem({'Lightning Set'}, 7901 7898 7895 7893 7808 7889, 5000000, 'Lightning Set')


how do you combine items in one line.
 
Back
Top