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

    Fix/Patch Clone items on NPC

    0.3.6pl1 npc.cpp if(NpcState* npcState = getState(player, true)) { npcState->amount = amount; npcState->subType = count; npcState->itemId = itemId; npcState->buyPrice = getListItemPrice(itemId, SHOPEVENT_BUY); npcState->ignoreCap = ignoreCap...
  2. F

    Compiling Trying to compile with Visual Studio 2010

    remove -mt on linkers example: libxml2-mt libxml2
  3. F

    [Gesior ACC] New layout tibia.com - 07/07

    @Update 20/10 Download: tibiacom 7z *CSS Fix (Koci94) *Button fix (Acubens): config.lua -- Status ownerName = "" ownerEmail = "@otland.net" url = "http://otland.net/" location = "Europe" displayGamemastersWithOnlineCommand = "no" replace with: -- Status...
  4. F

    Lua Return true/false

    Okay, thanks.
  5. F

    Lua Return true/false

    No, I removed return true
  6. F

    Lua Return true/false

    This script: function onDeath(cid, corpse, killer) registerCreatureEvent(cid, "onPrepareDeath") if isPlayer(cid) == true then if getPlayerBlessing(cid, 5) then doCreatureSetDropLoot(cid, false) doPlayerSetLossSkill(cid, false) return true end end...
  7. F

    [Source] Player does not lose target

    only void ProtocolGame::sendCancelTarget() { NetworkMessage_ptr msg = getOutputBuffer(); if(msg) { TRACK_MESSAGE(msg); msg->AddByte(0xA3); msg->AddU32(0); } }
  8. F

    [League of Legends] General Discussion

    I will play in EU server :D add me on list o.o Nick: Mechainy EU server
  9. F

    [League of Legends] General Discussion

    add me: Buscapé
  10. F

    [League of Legends] General Discussion

    full ap runes o.o
  11. F

    Lua For

    I meant, the first script stop in ml 157 and the second don't stop. I didn't understand it.
  12. F

    Lua For

    what's the difference? -- This function add ml until 157 for i = 1, 5 do doPlayerAddSkill(cid, SKILL__MAGLEVEL, 1, true) end -- This function add ml until large amount... 200, example for i = 1, 10 do doPlayerAddSkill(cid, SKILL__MAGLEVEL, 1, true) end
  13. F

    TalkAction !buy skill/magic level

    Name: Buy skill/magic level Test version: TFS 0.4_SVN Credits: fireelement and apocarai Example: !buy skillclub !buy magiclevel Between in data/talkactions/talkactions.xml and add this tag: <talkaction words="!buy;/buy" event="script" value="buyskill.lua"/> Between in...
  14. F

    [Gesior ACC] New layout tibia.com - 07/07

    Thanks for fix, work 100%. @shawntio here works normally =)
  15. F

    NPC Mounts Seller

    fix: if doPlayerRemoveMoney(cid, t.cena) then to if doPlayerRemoveMoney(cid, t.price) then \o/
  16. F

    Lua [Console Error] Guild War System!

    yes, adding the war system must have to modify some 20 files +-
  17. F

    Lua [Console Error] Guild War System!

    tfs 0.3 don't have support to war system, only 0.4
  18. F

    [Tibia 7.10 -> 9.00+] SharpLoader - Yet another stupid IP-changer

    <?xml version="1.0" encoding="UTF-8"?> <mounts> <mount id="1" clientId="368" name="Widow Queen" speed="20" premium="yes" /> <mount id="2" clientId="369" name="Racing Bird" speed="40" premium="yes" /> <mount id="3" clientId="370" name="War Bear" speed="20" premium="yes" />...
  19. F

    [Tibia 7.10 -> 9.00+] SharpLoader - Yet another stupid IP-changer

    Well, after a time using the ip changer for tibia 9.1 he started giving problems, but sooner or later it works.
Back
Top