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

    how i can fix this? (image)

    HELP ME TOO and not work on 1.2 clean guilds tables... IM DESESPERATE XD
  2. Tampek

    Help GESIOR SHOPPING TFS 1.2

    If you need 1 scroll for all mounts just add all player:addMount(ID) to this scroll but if you want split all mounts in the different scrolls you need create new script for different mount, so you can check the gamestore from otx 11 to buy mounts or outfits without scrolls.
  3. Tampek

    Help GESIOR SHOPPING TFS 1.2

    function onUse(player, item, fromPosition, target, toPosition, isHotkey) player:addMount(27) player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "You received a Lady bug mount to your character.") item:remove(1) return true end try it
  4. Tampek

    Help GESIOR SHOPPING TFS 1.2

    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.") player:addMount(27) end return true end <mount id="27" clientid="447" name="Lady...
  5. Tampek

    Help GESIOR SHOPPING TFS 1.2

    your scroll need a player:addMount(numberofmountladybug)
  6. Tampek

    [Suggestion] Add current ping to server on otservlist

    GREAT IDEA, but your idea need i think this: Location ping (From viewer) from server (to server), it changes depending if you check otservlist from mexico, or Poland. Great idea!!!!!!!!!
  7. Tampek

    Update item.otb

    use objectbuilder and itemeditor to find this <version value="1101" string="10.01" dat="4576" spr="58BE44CA" otb="0"/> but for version 10.00 (old)
  8. Tampek

    Update item.otb

    you want a tutorial too or what?
  9. Tampek

    Update item.otb

    For people without brain download and test on your server ! If works have fun if not delete :D @malucooo update your otx too
  10. Tampek

    C++ Help in changes to use version 10

    otx or tfs?
  11. Tampek

    C++ Help in changes to use version 10

    what tibia you have? the version 10 (old without pharaon outfits) or the newest 10.01 with pharaon outfits?
  12. Tampek

    [Switzerland] Nastarius RPG - Mytica - Tibia 7.4

    how you edit your dat and spr serials?
  13. Tampek

    Update item.otb

    Using a item editor + objectbuilder + brain fowoll it to compile: <version value="1101" string="10.01" dat="4576" spr="58BE44CA" otb="0"/>
  14. Tampek

    Update item.otb

    Yes bu he need items otb version 10.00
  15. Tampek

    Monster Monster looktypes

    Dragon with addons and colors wtf xD
  16. Tampek

    Missing monters files

    check on the others maybe you have a list of corpses
  17. Tampek

    Missing monters files

    <look type="604" corpse="23352"/> check your map editor to find all corpses
Back
Top