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

    OpenTibia OTClient that unpack map.otbm to .png files

    COmpiling now, Still the same? 1. prepareClient(1076, '/things/1076/items.otb', '/map.otbm') 2. generateMap(25, 45, 0, 555, 699, 15, 4) <-- to generate full map. @Gesior.pl I'm having compiling issues again, mind compiling it and posting the .exe of the client?
  2. Mokerhamer

    OpenTibia OTClient that unpack map.otbm to .png files

    @Gesior.pl I've been gone for a while, but is it now possible to unpack my own ORTS map? or still having errors with unpacking?
  3. Mokerhamer

    [TFS 1.1] Bot NPC?

    change if monster:getMaster() == nil then to if monster:isMonster() then
  4. Mokerhamer

    [TFS 1.1] Bot NPC?

    function getMonstersfromAreaRedTurret(pos, radiusx, radiusy, stack) local monsters = { } -----Keep it empty it's a storage! local starting = {x = (pos.x - radiusx), y = (pos.y - radiusy), z = pos.z, stackpos = stack} local ending = {x = (pos.x + radiusx), y = (pos.y + radiusy), z =...
  5. Mokerhamer

    [TFS 1.1] Bot NPC?

    change checking to creature
  6. Mokerhamer

    [TFS 1.1] Bot NPC?

    Remove isFightOn() and thats an event check :p
  7. Mokerhamer

    [TFS 1.1] Bot NPC?

    Change creature = creature:getPosition() to creature = getThingfromPos(pos)
  8. Mokerhamer

    Mc Multiclient (hex) 7.4 at 10.x

    @MartyX Please check my quote below, note that there are 2! 10.81 clients!!!!! Below is the latest one with outfits and mounts.
  9. Mokerhamer

    [TFS 1.1] Bot NPC?

    Just made the npc fast, used a old script. (Handle monster targetting the same, so the will target npc in the area (You just need to attach the lua in the .xml of the monster, and add npc check & npc name check* then it will target npc. ) *if monster:isNpc() and monster:getName() == "NPC NAME"...
  10. Mokerhamer

    [TFS 1.1] Bot NPC?

    Can u please explain detailed what you want? I've just finished my "League of Legends" event, where we have Minion waves that walk to the same direction and the attack enemy/enemy towers/enemy inhibitors. <-- M0nsters are actually NPC's.
  11. Mokerhamer

    Lua Function Monster onSelectTarget(self, target)

    monster.h find int32_t thinkEvent; add: int32_t targetEvent; Love it thank you!
  12. Mokerhamer

    I will start a server but which client should i choose 8.60 or 10.81

    True, but keep in mind there are 2 10.81 client, with new horse mount & outfit. and a client without. You should add an extra check to only allow the latest one else the will debug when seeing new outfits or mounts!
  13. Mokerhamer

    Mc Multiclient (hex) 7.4 at 10.x

    Latest 10.81 -> 1A9C32 (Keep in mind this is version 10.81, with the new horse mount and outfits!)
  14. Mokerhamer

    GlobalEvent [TFS 1.2] Hunger Games Event [with maps]

    @Karain you were really close to fix that bug! It's solved now. I just added a clone function :) Now it works 100% with or without opening depot :) Thank you for sharing the event i love it :) function Player:getBackItems() -- function to clear the player's inventory local depotpos =...
  15. Mokerhamer

    Using Flash Client in Ots

    Screenshot..
  16. Mokerhamer

    OpenTibia OTClient that unpack map.otbm to .png files

    @Gesior.pl @Damc Any progress in the thread leak? I've been messing around with the code for the past few days, no success yet in generating full map on 1 thread :p
  17. Mokerhamer

    Can anyone make a website for me ?

    Download gesior or Znote
  18. Mokerhamer

    OpenTibia OTClient that unpack map.otbm to .png files

    got it, downloading and installing it now :) -- Double Post Merged, at Sat Aug 8, 2015 21:24 PM -- Oke it's up and running, i just have a small question. (already tryt to solve it myself :p) How can i goto direct coordinates? i'm currently using this, -> https://tibia.xyz/32903,32095,6:1 Is...
  19. Mokerhamer

    OpenTibia OTClient that unpack map.otbm to .png files

    My current ftp host is slow, Dropbox is a option tough. Can u add the webgui preconfigured to it to?
  20. Mokerhamer

    OpenTibia OTClient that unpack map.otbm to .png files

    Still crashing :S @Gesior.pl Can u upload a full package (orts map?) of it with gui support?
Back
Top