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

    Solved Cannot compile a tibia 10.9 version

    @Shyzoul and @Zothion it seems its the 2015.2 update so i am going to get myself the 2015.1 update and retry, will post again if this fails :) https://github.com/otland/forgottenserver/issues/1754
  2. SoloQ

    Solved Cannot compile a tibia 10.9 version

    What do u mean for fix? I have been looking on the Github but I got no clue where to find it or what u mean exactly.
  3. SoloQ

    Solved Cannot compile a tibia 10.9 version

    Bump I reinstalled everything and now i got this: http://pastebin.com/LfAMej3K Lua thing was fixed but it still fails to create.
  4. SoloQ

    Ban the user above you!

    Banned for trying to be funny.
  5. SoloQ

    Solved Cannot compile a tibia 10.9 version

    I tried again this morning with a newer version of my boost 1.60.0 and a newer version of the tfs-sdk 3.2 but it still fails since it is missing the lua.hpp again. Where can I add this lua.hpp manually or am I missing something?
  6. SoloQ

    Solved Cannot compile a tibia 10.9 version

    I followed step 7 to the letter aswell see: https://gyazo.com/f0fcde40dc774195561e624290b839c1 -Edit i am using visual studio 2015
  7. SoloQ

    Solved Cannot compile a tibia 10.9 version

    Very dumb question but first time compiling, what is the LUA API? -edit I get it seems not to get the lua.hpp but how do I acquire this then?
  8. SoloQ

    Solved Cannot compile a tibia 10.9 version

    Hey guys I am trying to compile a 10.9 version for myself to play around with in my free time, but I am running into some problems. http://pastebin.com/mYZQcKDb This is my output from compiling. I am following this tutorial...
  9. SoloQ

    Website wont show main content

    Yes sorry, forgot to mention: Version 1.0.0 for TFS 0.3.6 and TFS 0.4 up to revision 3702 (gesior 2012)
  10. SoloQ

    Website wont show main content

    Hey guys, I have been messing around with different typ of layouts for gesior but for some reason the Widnet layout wont show its main menu and the right side is also fault. I dont get any errors or such that I can see. I am currently using: This is how it looks...
  11. SoloQ

    Solved Website problems adding towns to config

    Sorry, was really blind but thanks man!
  12. SoloQ

    Solved Website problems adding towns to config

    Hey guys, I was looking at https://otland.net/threads/gesior-how-to-put-towns-to-select.57722/ In my case I am trying to add the towns to the $towns_list $towns_list[0] = array(2 => 'Thais', 1 => 'Venore', 4 => 'Carlin'); This is how it currently is, I am trying to add my towns to this...
  13. SoloQ

    Solved Npc will not talk

    This does not change anything for me sorry :(
  14. SoloQ

    Solved Npc will not talk

    I go no clue who josef is to be honest xD, this was already in my datapack. I have been doing some digging and it seems the npc isnt complete though. It is missing the Children of the Revolution Quest aswell so I will try to add them both. Thanks for the help guys, I am just going to rewrite the...
  15. SoloQ

    Solved Npc will not talk

    The local storage and storagee are coming from the script itself. if msgcontains(msg, 'mission') then print(storage) if (storage ~= 1) then npcHandler:say({'Zzo you are offering your help to a lizzard? Hmm, unuzzual. I don\'t know if I can fully truzzt...
  16. SoloQ

    Solved Npc will not talk

    Hey Xikini, it prints 1 1 3 (yes dubbel the 1 I checked it twice) And yes I would like that I will message you I can TV in like an hour.
  17. SoloQ

    Solved Npc will not talk

    I added a print on line 15, inserted at 33 under setPlayerStorageValue(cid, 93800, 1) and 53 to confirm it does try to speak. I get print 1 and 3 back in the console. So when I say mission it does not seem to fully register what I am saying I think. -edit (pastebin to see prints...
  18. SoloQ

    Solved Npc will not talk

    I am not that very clever :$. Could you tell me where and how I can add these prints?
  19. SoloQ

    Solved Npc will not talk

    Hey Xikini, I tried adding that but I does not make it respond, no console error once again.
  20. SoloQ

    Solved Npc will not talk

    <?xml version="1.0" encoding="UTF-8"?> <npc name="Zalamon" script="data/npc/scripts/Zalamon.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="115" head="0" body="0" legs="0" feet="0" addons="0"/> </npc> Dont know what u want with my zalamon.xml but oke o.o
Back
Top