Skip to content
peonso edited this page Oct 12, 2016 · 4 revisions

#1 How can I enable loot messages?

Here change from false to true.

#2 How to enable/change exp stage?

Make sure it's enabled in config.lua, then edit desired rates in exp_stages.lua.

#3 How to get NPCs to sell runes with 100 charges?

Check this comment -> https://github.com/TwistedScorpio/OTHire/issues/68#issuecomment-246087138

#4 How to sell/buy items at NPC if they share part of the name?

If you need a NPC to negotiate, exemple, arrow and burst arrow. You need the generic one to go after the specific one in the npc list.

shopModule:addSellableItem({'hand axe'}, 2380, 4)
shopModule:addSellableItem({'axe'}, 2386, 7)