• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

[MOD] Best First items !

Besides the players receiving such item would someone post pro player receiving a letter with a configurable message?
i + + rep thx
 
#Shadow Celtics#
Add this code to script:
Code:
local text = "Text inside letter!"
itemC = doCreateItemEx(2598) 
doSetItemText(itemC, text)
doPlayerAddItemEx(cid, itemC)
 
Back
Top