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

Lua function 'getPlayerItemCount' tibia 12.85

tibiamaniak

New Member
Joined
Aug 15, 2020
Messages
18
Reaction score
3
[C]: in function 'getPlayerItemCount'
/home/ots/data/scripts/actions/shop/sklep3.lua:14: in function </home/ots/data/scripts/actions/shop/sklep3.lua:11>]


Tibia 12.85
problem with script lever script shop :(

Help!
 
Last edited:
You are trying to implement script from TFS < 1.0 to OTBR (obr is based on tfs 1.3+ as i remember), idk since u didnt post the script that is invalid u can try change:
Lua:
getPlayerItemCount
to
Lua:
player:getItemCount(HERE_ITEM_ID)
 
Back
Top