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

I stuck with function xd!

Shawak

Intermediate OT User
Joined
Sep 11, 2008
Messages
1,984
Solutions
2
Reaction score
120
Location
Germany
GitHub
Shawak
Lua:
function doPlayerAdd...(cid, text)
	local abc = doCreateItemEx(<id>)
	doSetItemSpecialDescription(abc, text)
	doPlayerAddItemEx(cid, abc)
	return true
end

You think it should work?
Wrong!!!!
If I look at the item, it has the description, but when I put it on any other slot or on the map, the description remove.

(Tfs 0.3.5pl1)
 
Back
Top