• 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 talk to storage plx

Vivicotz

New Member
Joined
Aug 18, 2008
Messages
25
Reaction score
0
I need help to npc speak later of quest example 8.1:
if msgcontains(msg, 'infernal bolt') then
queststatus = getPlayerStorageValue(cid,7363)
if queststatus == -1 then
selfSay('Você não pode comprar Infernal Bolts, faça a POI Quest primeiro.')
else
buy(cid,6529,getCount(msg),25)

end
 
Back
Top Bottom