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

[7.72] OTHire 0.0.3

I can't edit my post? .-.
Ok, completing the previous post, the NPCs are too slow for answer the player.
If you say for example "buy rope", the npc delay 2-3 seconds to answer you.
 
hmm...now Im using linux, and I am able to compile in 64x...use linux dude, is better :D
 
Linux is the best for host one server. Im only use windows for tests.
 
Can't edit above post?

Anyway, I'm using MSVC 2015 because I don't see how to compile in x64 from VS 2010 express. x32 is my only option there.


I can't get it to open those libraries. I've followed the above guide to the letter, but I keep getting this when trying to compile:

Code:
Severity    Code    Description    Project    File    Line    Suppression State
Error (active)        cannot open source file "libxml/xmlmemory.h"    server   

c:\Users\Desktop\server\server\otpch.h    17   
Severity    Code    Description    Project    File    Line    Suppression State
Error (active)        cannot open source file "libxml/parser.h"    server    c:\Users\Desktop\server\server\otpch.h    18   

Severity    Code    Description    Project    File    Line    Suppression State
Error (active)        cannot open source file "libxml/threads.h"    server   
c:\Users\Desktop\server\server\otpch.h    19   
Error (active)        cannot open source file "boost/config.hpp"    server   

c:\Users\Desktop\server\server\otpch.h    21   
Error (active)        cannot open source file "boost/shared_ptr.hpp"    server   

c:\Users\Desktop\server\server\otpch.h    22   
Error (active)        cannot open source file "boost/bind.hpp"    server   

c:\Users\Desktop\server\server\otpch.h    23   
Error (active)        cannot open source file "boost/function.hpp"    server   

c:\Users\Desktop\server\server\otpch.h    24   
Error (active)        cannot open source file "boost/tokenizer.hpp"    server   

c:\Users\Desktop\server\server\otpch.h    25   
Error (active)        cannot open source file "boost/regex.hpp"    server   

c:\Users\Desktop\server\server\otpch.h    26   
Error (active)        cannot open source file "boost/asio.hpp"    server   

c:\Users\Desktop\server\server\otpch.h    27   
Error (active)        cannot open source file "boost/thread.hpp"    server   

Severity    Code    Description    Project    File    Line    Suppression State
Error    C1083    Cannot open include file: 'libxml/xmlmemory.h': No such file or directory    server   

c:\users\\desktop\server\server\otpch.h    17
 
Hello. Somehow when im casting spell repeatedly after exhaust my attack doesnt work (sword, distance etc...). When im not casting any spells it works fine.
 
Hi im trying to do a NPC for promotion, but when NPC asks if i want to buy a promotion and i say yes nothing happens. Just error in Server window.
Code:
data/npc/scripts/lib/npcsystem/modules.lua:79: attempt to index field 'promotions' (a nil value)
stack traceback:
        data/npc/scripts/lib/npcsystem/modules.lua:79: in function 'callback'
        data/npc/scripts/lib/npcsystem/keywordhandler.lua:47: in function 'processMessage'
        data/npc/scripts/lib/npcsystem/keywordhandler.lua:180: in function 'processNodeMessage'
        data/npc/scripts/lib/npcsystem/keywordhandler.lua:133: in function 'processMessage'
        data/npc/scripts/lib/npcsystem/npchandler.lua:296: in function 'onCreatureSay'
        data/npc/scripts/king.lua:7: in function <data/npc/scripts/king.lua:7>

My king.lua NPC file - [Lua] local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(k - Pastebin.com
 
Hi. Did anyone experienced the slow dying of monsters ? I mean if more monsters are on the screen and you kill them, dying and dissapearing is very slow.
 
Hi. Did anyone experienced the slow dying of monsters ? I mean if more monsters are on the screen and you kill them, dying and dissapearing is very slow.
I had this issue on Avesta way back :p Idk why do.
 
i loaded that 7.6 map somehow but this shit just tells me every item on map is bug ( weapon vial spear or even tough)
 
Hi im trying to do a NPC for promotion, but when NPC asks if i want to buy a promotion and i say yes nothing happens. Just error in Server window.
Code:
data/npc/scripts/lib/npcsystem/modules.lua:79: attempt to index field 'promotions' (a nil value)
stack traceback:
        data/npc/scripts/lib/npcsystem/modules.lua:79: in function 'callback'
        data/npc/scripts/lib/npcsystem/keywordhandler.lua:47: in function 'processMessage'
        data/npc/scripts/lib/npcsystem/keywordhandler.lua:180: in function 'processNodeMessage'
        data/npc/scripts/lib/npcsystem/keywordhandler.lua:133: in function 'processMessage'
        data/npc/scripts/lib/npcsystem/npchandler.lua:296: in function 'onCreatureSay'
        data/npc/scripts/king.lua:7: in function <data/npc/scripts/king.lua:7>

My king.lua NPC file - [Lua] local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(k - Pastebin.com

Try this tibialegacyserver/King Tibianus.lua at master · peonso/tibialegacyserver · GitHub

i loaded that 7.6 map somehow but this shit just tells me every item on map is bug ( weapon vial spear or even tough)

It should by default load 7.6 maps, as there isn't an Map editor for 7.72. If you want to use 7.6 client, no idea how to do it, but I would advise against, since 7.72 ad 7.6 is the same thing with a better client.
 
well i use yurots and it passes its job great but othire has problems finding normal items like they are a bug / spear / gold coins and some other stuff that is on the ground.
 
Back
Top