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

doPlayerAddDepotItems

@hellboy:
TFS' parcel system works too when items are on mailbox ;)
 
#Chojrak#
thx4info.gif
 
This script was actually good for me using TFS 0.4 as there is no doPlayerSendMailByName(toPlayerName, item, town_id) function with 0.4 (unless someone knows of an alternative).

Cheers.
 
This script was actually good for me using TFS 0.4 as there is no doPlayerSendMailByName(toPlayerName, item, town_id) function with 0.4 (unless someone knows of an alternative).

Cheers.

wat?
[cpp]
//doPlayerSendMailByName(name, item[, town[, actor]])
lua_register(m_luaState, "doPlayerSendMailByName", LuaInterface::luaDoPlayerSendMailByName);
[/cpp]
 
Back
Top