Hazzy Wrote:Just replace the quest restricted part from 'sendOkMessage("You can only see this after doing my quest")' to 'openShop(x)', or something along those lines. :f6:Nexon probably doesn't use the same npc scripting language as Odin -_- it's not necessarily possible for them to do what private servers do.
In terms of Odin it would have been easier to do a shop than to make them able to sell in bulk. If you want to sell in bulk through NPC chat, you have to check for inventory space, make a proper text entry box to write how many you want, etc. for each item. Shops already handle all of that stuff.
1 less important thing... the numerical input is limited as a single signed byte. The max # you can put in is 127, if you enter higher it just overflows... so it's kinda useless for arrows.

