• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. R

    Lua Use scroll to give tibia coin

    I tried both scripts from your post and neither of them gives Tibia coin, only the text "You received 25 Transferable Coins" appears. The item disappears from the inventory. 1737573118 local addCoins = Action() function addTournamentCoins(player, coins) local accountId =...
  2. R

    Lua Use scroll to give tibia coin

    can you explain it to me even more? Like for totaly newbie.
  3. R

    Lua Use scroll to give tibia coin

    I tried reworking this code with GPT, referring to this: static int luaPlayerAddTibiaCoins(lua_State* L); GPT give me this, but still not working. local config = { scrollId = 14759, coins = 250, } local coins = config.coins local coinScroll = Action() function...
  4. R

    Lua Use scroll to give tibia coin

    Hi. Im trying to add this script for tibia coins but its not working... local config = { scrollId = 14759, coins = 250, } local coins = config.coins local coinScroll = Action() function coinScroll.onUse(player, item, fromPosition, target, toPosition, isHotkey) db.query("UPDATE...
Back
Top