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

Parcel ot help !

tibiamo

New Member
Joined
May 30, 2009
Messages
50
Reaction score
1
guys, to a little problem with my ot in, because the parcel does not reach the intended recipient, tpw I send a parcel to a friend of mine, + the parcel not arrive.

what should I do to this arum.

I hope respostaas, Kisses KoJiiRo:$
 
If you don't understend what Snach says...

Open your map with RME Map Editor, click on the depot of the town u need
Choose 'ID' to the id of the town you want.

Hope you understend

:peace:
 
Have towns in your RME?
or
data/creaturescripts/scripts
Mail.lua
Code:
function onReceiveMail(cid, sender, item, openBox)
	if(openBox) then
		doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "New mail has arrived.")
	end

	return true
end
 
Back
Top