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

Recent content by Auriaotbr

  1. A

    Help GESIOR SHOPPING TFS 1.2

    The Lady Bug Scroll is named Donate, how should I create the scroll of another mount? What name do I put? And just copy everything from the lady bug and change the id?
  2. A

    Help GESIOR SHOPPING TFS 1.2

    Or i need create 1 scroll for 1 mount?
  3. A

    Help GESIOR SHOPPING TFS 1.2

    Ok fix, and i need add all mounts, example player:addMount(ID) player:addMount(ID) player:addMount(ID) player:addMount(ID) player:addMount(ID) player:addMount(ID) player:addMount(ID) player:addMount(ID) player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "You received a Lady bug mount to your...
  4. A

    Help GESIOR SHOPPING TFS 1.2

    up
  5. A

    Help GESIOR SHOPPING TFS 1.2

    ERROR IN CONSOLE Lua Script Error: [Action Interface] data/actions/scripts/other/donate.lua:onUse data/actions/scripts/other/donate.lua:5: attempt to index global 'player' (a nil value) stack traceback: [C]: in function '__index' data/actions/scripts/other/donate.lua:5: in function Lua...
  6. A

    Help GESIOR SHOPPING TFS 1.2

    MY SCROLL CODE function onUse(cid, item, fromPosition, itemEx, toPosition) if Player(cid) then Item(item.uid):remove(1) doPlayerSendTextMessage(cid,19,"Relogue para ativar seu outfit ou montaria.") end return true end
  7. A

    Help GESIOR SHOPPING TFS 1.2

    Good morning, can you explain me better? I did not understand..I'm new to these things ..
  8. A

    Help GESIOR SHOPPING TFS 1.2

    Good morning my dear friends having the following problem in my gesior shop. When buying a mount / outfit the player receives a "paper" in which he asks him to click and relogar to activate the mount or outfit. But when he replays nothing appears. Help me ! Imgur: The most awesome images on...
  9. A

    Error in shopsystem.php

    up
  10. A

    Error in shopsystem.php

    Good night I'm having a mistake in my shopsystem, he's delivering the mounts in the depot and not the char. I could not locate the error, help me! You have received >> thorfire << from the WebShop in your depot. HYPER SHOPSYSTEM - Pastebin.com
  11. A

    Drop Loot

    FIX THANKS
  12. A

    Drop Loot

    up
  13. A

    Drop Loot

    DROPLOOT.LUA function onDeath(player, corpse, killer, mostDamage, unjustified, mostDamage_unjustified) if getPlayerFlagValue(player, PlayerFlag_NotGenerateLoot) then --or player:getVocation():getId() == VOCATION_NONE then return true end local amulet =...
  14. A

    Countdown HELP

    Good afternoon, I researched in many places and only find countdowns to put in the pre-ready site so they are very ugly and not aligned. I would like to know how to put an equal to the server that I left in the link .. Latestnews - Thornia 10.97 - 10.99 EXAMPLE <
  15. A

    Gesior - Buying mount in the store

    ALL FIX, THANKS FOR YOUR HELP !
Back
Top