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

Search results

  1. X

    TFS 1.X+ funcion add outfit and addon in shop.lua otclient

    I did solve this for TFS 1.3 by doing the following. For the defaultOutfitBuyAction function I just use the addOutfitAddon function to add the outfit along with all possible addons. function defaultOutfitBuyAction(player, offer) if player:addOutfitAddon(offer["outfit"]["type"]...
  2. X

    Lua Print out data of variable

    Hello! Im trying to develop a new script for my server and are currently using item to upgrade equipment. I do it with a action script and have came upon a problem now. I use the "onUse" function where I pass in: onUse(player, item, fromPosition, target, toPosition, isHotkey) thoose varaibles...
  3. X

    [10.00/11] OTXServer Full Global Daily Updated!

    Hey, im looking for the same as Dredds - how to use this with Item Editor? I says it is OT Version 62, but wich client should I add into Item Editor to match the version 62 of the OTB?
  4. X

    TFS 1.X+ [Complie] Cannot conver argument 1 from 'InstantSpell *Const *'

    Thanks alot for the answer @Jo3Bingham it was like you said, they have updated it today at this commit: https://gitlab.com/malucooo/Otxserver-Global/commit/336c56cca3fd0cefbc16cd183e490de9a283cc76 Now I just have to get the libbooost going! :)
  5. X

    TFS 1.X+ [Complie] Cannot conver argument 1 from 'InstantSpell *Const *'

    Hello! I have just got interested in trying to make OTs again and have decided to try and compile my own .exe from the TFS 1.3 version - vc14 · master · Erick Nunes Mello Mattos / Otxserver-Global · GitLab I have downloaded the boost_1_62_0 lib and run the .bat file to register PATH also done...
  6. X

    XP Gain Rate (Tibia 10.98 client) modify TFS 1.2

    Hello! Im wondering if there is any way that I could increase the XP Gain Rate precentage thorugh any LUA function in TFS 1.2? I dont asking for a script or so just if you know if its possible and maybe with what function? Greentings, xatroN
  7. X

    Lua /reload TFS 1.0

    Hello, I've downloaded the TFS 1.0 with datapack but it seems that "/reload" command does not work. I cant find it in the talkactions and such, anyone had problem with this or know how to solve the problem? <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="player"...
  8. X

    Lua When im doing a quest I always getting chest.

    When Im doing a quest on my server the reward is always an chest. What should I change, anyone know how I could solve this problem? Greetings - - - Updated - - - No one know how to solve this problem?
  9. X

    [Sweden] Nibera 8.6 Custom Map.

    Nibera.net We are new started open tibia server with a custom map. The client is 8.6! Website: Latestnews - Nibera.net Ip-Adress: nibera.net Information about the server: 1 - 50 level, 350x 51 - 100 level, 100x 101 - 150 level, 50x 151 - 180 level, 25x 181 - 210 level, 15x 211 -...
  10. X

    Problem with Paygol script.

    Im trying to get my shop working, Paygolshop - Nibera.net Its in test mode so you can try. When i try to buy points I can do, but I dont get my points. What could the problem be? Followed this guide http://otland.net/f479/paygol-complete-tutorial-photos-scripts-186213/ but it wont work...
  11. X

    Solved Problem with libs

    Alright it works :D! - - - Updated - - - ++++ rep on you mate :)
  12. X

    Windows NPC Dosent load at start.

    Piclair.com - Share what you see! It dosent seems like my NPC's loads. >> Loading npc is not there. Is that cus my compile or is there something wrong with my datapack? Please help me!
  13. X

    Solved Problem with libs

    How do I summon an NPC ingame?
  14. X

    Solved Problem with libs

    Piclair.com - Share what you see! There is a printscreen, everything works but it dosent says like >> Loading npc and I cant summon NPC's and such.
  15. X

    Solved Problem with libs

    Working! The problem is that i cant get any NPC's, it doesnt load NPC could that be a problem from the compile or something else?
  16. X

    Solved Problem with libs

    I need the 32 bits I think! But I dont know where to get the 32 bits dll files.
  17. X

    Solved Problem with libs

    Yeah attacked or something :/,alright so I just need some new DLL files? - - - Updated - - - Hmm I changed the .dll files but still the same error.
  18. X

    Solved Problem with libs

    Aaah I need the 64 bits, how do I setup that in visual studios 2010?
  19. X

    Solved Problem with libs

    And where do i put em? - - - Updated - - - http://piclair.com/ijnmq <- Thats what happends when I start the server (Using the newest rev 0.2.r5934 trunk). http://piclair.com/4smpf <- Finished Please help me what to do :/ - - - Updated - - - BUMP
Back
Top