• 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.1b - Based in OTServ Trunk (Latest)

Well, I'm testing the engine and works fine, also I have found some little bugs, but them you make you debug:

Here's one of them:

Change in global.lua

Code:
TALKTYPE_ORANGE_1 = 18
TALKTYPE_ORANGE_2 = 19

To

Code:
TALKTYPE_ORANGE_1 = 16
TALKTYPE_ORANGE_2 = 17

There are likely no bugs, just some that I'm waiting for people to find so I can commit, that's not needed, it's a bug from food.lua.
 
could add a guide on how to compile this work in win 7 32 bits with visual 2012? Please: (
 
Check items.cpp, add currency attribute to Tibia's currency items in items.xml.
 
When I try to load any maps or avesta packs it doesn't work, I get no errors up until -
FATAL: [OTBM loader] [x:31980, y:31554, z:7] Failed to load item 2148.
:: Loading map from: data/data/world/world.otbm OTBM
FATAL: [OTBM loader] Could not open the file data/data/world/world.otbm.

It ends up going through any item on the ground and not loading it, from goal coins, spears, leather helmets, etc.. really don't feel like cleaning the entire tibia map just to test a server ;o I must be doing something wrong, I tried to grab the RME you recommend to use - but already seems to be a dead link. Any help is greatly appreciated!
 
Updated the map to client version 8.0 and its working fine now, sorry for the double post but can't edit my previous post and figured this may help somebody out there.
 
Another "bug", the function doPlayerAddPremiumDays(cid, days) isn't working too.
I've added 7 days to my account and then I logout, when I login, still appearing the free account message.
 
WTF are you talking about? no guide compilation on Windows ... is incomplete ...
Here is a picture of your supposed complete guide ....View attachment 24751

When I try to load any maps or avesta packs it doesn't work, I get no errors up until -
FATAL: [OTBM loader] [x:31980, y:31554, z:7] Failed to load item 2148.
:: Loading map from: data/data/world/world.otbm OTBM
FATAL: [OTBM loader] Could not open the file data/data/world/world.otbm.

It ends up going through any item on the ground and not loading it, from goal coins, spears, leather helmets, etc.. really don't feel like cleaning the entire tibia map just to test a server ;o I must be doing something wrong, I tried to grab the RME you recommend to use - but already seems to be a dead link. Any help is greatly appreciated!

https://github.com/TwistedScorpio/OTHire/wiki/How-to-use-RME-for-this-OTServer
 
I really like your work, I will wrap myself and fully cooperate on this project 100% for grows up it, because I assure you this is a big project. Thank you very much for your work :D.
 
I am not experienced with Visual Studio. I followed the avesta's guide with visual studio o compile OTHire and I think I have an error with the libraries because I have a lot of errores like 'boost/thread.hpp: no such file or directory', and lua.h, libxml, etc.
Can you help me Ezzz?
 
for some strange reason visual studio 2013 did not apply the settings, but I've finally managed to include the libraries. Well I'm a total noob when it comes to linking and building with Visual Studio, when i try to compile i get: 'fatal error LNK1104: cannot open file 'libboost_regex-vc110-mt-1_51.lib'.
 
for some strange reason visual studio 2013 did not apply the settings, but I've finally managed to include the libraries. Well I'm a total noob when it comes to linking and building with Visual Studio, when i try to compile i get: 'fatal error LNK1104: cannot open file 'libboost_regex-vc110-mt-1_51.lib'.

Are you using the x64 libs or x86?
 
Back
Top