xLosT
Member
need transform to creaturescripts and add storage to first login.
PHP:
local c = {
text = "WELCOME TO X OT MISTER [NAME] in this letter u will find out how to blablablabla",
writer = "Arnold",
date = os.date("%d/%m/%Y %H:%M:%S")
}
item = doCreateItemEx(2598, 1)
doSetItemText(item.uid, c.text, c.writer, c.date)
doPlayerAddItemEx(cid, item, true)