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

it has as npc runes sell bps with runas??

<thinking>
<searching the code>
here its the code:

elseif msgcontains(msg, 'bp of mf') then
buyContainer(cid,2001,2006,7,5000)

Explain:
2001: BP ID
2006: Item ID
7: Count
5000: Price!

if you put:
elseif msgcontains(msg, 'bp of hmm') then
buyContainer(cid,2002,HMM_ID,25,5000)
you will buy a backpack with id 2002, with 20 hmm's 25 changes, for 5000 gp...

so i don't know if this works in TFG...
 
Back
Top