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

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    I've noticed that every script with doShowTextDialog seems to crash Tibia client. Spellbook, /commands command, and few other things with that function. Any source-side solutions?
  2. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    If you are having this error while compiling: 1>d:\projects\server\server\otpch.h(17): fatal error C1083: Cannot open include file: 'libxml/xmlmemory.h': It means that you didn' t set libraries path correctly in C/C++>General>additional libraries and in Links>General>additional includes. To...
  3. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Nevermind, solved that :)
  4. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Tried to compile using this tutorial: https://github.com/TwistedScorpio/OTHire/wiki/Compiling-under-Windows-%28Visual-Studio-2010-2013%29 but i have error: 1>d:\projects\server\server\otpch.h(17): fatal error C1083: Cannot open include file: 'libxml/xmlmemory.h': No such file or directory...
  5. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Server says it. So I can solve it by deleting items.otb version checking in source (and compile)?
  6. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    But when I change something and save it , server doesn't run. It says "Unsupported client version".
  7. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Well, I can't load items.otb to OtItemEditor properly. When I open item editor and load items.otb, it doesn't load item names, descriptions, it loads nohing except item IDs. So I can't save it in the way that server could load it without errors. I know I'm making a fundamental mistake, but...
  8. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Could you possibly explain it to me? Here or on conversation?
  9. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Kungenn, have you tried to edit items.otb file?
  10. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    I've made a very simple script to test doShowTextDialog function: function onUse(cid, item, frompos, item2, topos) doShowTextDialog(cid, item.itemid, "hello") end And it crashes. It seems that this function is the crash reason
  11. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Of course, there it is: function onUse(cid, item, frompos, item2, topos) local count = getPlayerInstantSpellCount(cid) local text = "" local t = {} for i=0, count-1 do local spell = getPlayerInstantSpellInfo(cid, i) if spell.level ~= 0 then if...
  12. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Well, when I disabled spellbook script it didn't give me error, that's nice, but dunno what's so bad in that spellbook script? It looks simple, in addition to that I wasn't able to find any different script.
  13. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Tested book(id 2325 for example), and writeable and readable parchment, works fine. Can write and read text.
  14. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Sorry for double post, but can not find the edit button. Forgot to add crash report from the spellbok issue: +--------------------------------------------------------------- Debug Assertion 7.72 Utils.cpp 310 Thu Dec 25 23:58:36 2014 Windows Version: 6.1 build 7601 on 2 with Service Pack 1...
  15. Kamo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Hello, Maybe it's not 100% related to OTHire distro, but... I'm using your distro(Peonso datapack), did some changes, everything seems to work really fine so far, but i got an issue with a spellbook and editing items.otb. First: I got same problem as Arcadius few pages earlier, spellbook...
  16. Kamo

    Windows OTS Console crashes. Runtime error(Windows 7 x64)

    Problem solved ~Close thread please.
  17. Kamo

    Windows OTS Console crashes. Runtime error(Windows 7 x64)

    Hello dear OtLand users, I have a problem with my avesta 0.6.5. When I run my server first time(after login to my account in Windows) its starts perfectly. But when I turn it off, and try to run it again, it wont start. the OT crashes with error: "this application has requested the runtime to...
  18. Kamo

    npcsystem.lua:55: attempt to call global 'getNpcParameter' JIDDO NPC SYSTEM

    Are you able to reupload these files, please?
  19. Kamo

    [7.4] Avesta

    Thanks to Jakkes. I've succeded in compilation of this OT but i have problems with NPCs. I have added the npc.h and npc.cpp from the older avesta source that has Jiddos NPC system, but it seems i need an GetNpcParameter function, because NPCs dont sell items. just take money... So, i noticed...
  20. Kamo

    [7.4] Avesta

    Yup, its 100 legit. I know its weird, i cand find fix anywhere.
Back
Top Bottom