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

Guys, what do you want to see here in OTHire ?
I have some free time to fix things ;)

And please, do not ask about Exp Shared System and Guild War System too, because I'll not add those systems here !!!!


The community knows you, you come here saying want to help people, but your real interest is the sale of these systems.
 
I have a project 7.72 in progress, of OTHIRE distro ( custom map ), but I no have the NPCS ..
Can anyone help me :(
Thanks, skype Matheus Albane,Brazil.
 
What you did man ?
Tell me your steps, maybe I can help you with that ;)
  1. Download the following .zip containing clients.xml & Remere's 760 files (Do not use the OTB in your server data pack) http://otland.net/attachments/rme_data-zip.27257/
  2. Opens your data folder inside RME folder and replace the files, both clients.xmland anything inside 760 folder.
  3. Open your map or create a new one.
  4. Go to Map -> Properties -> Map Version -> Select 0.6.0, then Client Version -> 7.60
  5. Save

i change the files inside my folder client xml and 760 folder
then i open the map wen propertys select 0.6.0 then client version 7.6
even when my map is 7.6 yet
anyway i click save go
to the exe and the same error as i always
im using a 7.6 global map
lua is right
dunno anyone can share a working map anyone atleast to test?
thanks in advance
 
  1. Download the following .zip containing clients.xml & Remere's 760 files (Do not use the OTB in your server data pack) http://otland.net/attachments/rme_data-zip.27257/
  2. Opens your data folder inside RME folder and replace the files, both clients.xmland anything inside 760 folder.
  3. Open your map or create a new one.
  4. Go to Map -> Properties -> Map Version -> Select 0.6.0, then Client Version -> 7.60
  5. Save
i change the files inside my folder client xml and 760 folder
then i open the map wen propertys select 0.6.0 then client version 7.6
even when my map is 7.6 yet
anyway i click save go
to the exe and the same error as i always
im using a 7.6 global map
lua is right
dunno anyone can share a working map anyone atleast to test?
thanks in advance
Did you tried this ??
https://otland.net/threads/7-72-oth...tserv-trunk-latest.212153/page-7#post-2055714
 
please anyone can share to me a globalmap that i can open with this ot? i got mine and i did the steps before open the map
but no succes
i've recompile the ot and no succes opening the map
i got spawns and xmls just need the map
plsplsplspls share it
 
when exani hur "up/down an object or player currently don't block the square, any fix for this?
 
Hello bro i did all the step what ezz said and i recompile changed the source files items.cpp like u said but still no succes wtf :/ why
what more i can do ?
pic of my exe error https://imgur.com/4FYcMWo
my config lua
-- data directory location
datadir = "data/"

-- map location
map = "data/world/world.otbm"

-- Type of map storage,
-- 'relational' - Slower, but possible to run database queries to change all items to another id for example.
-- 'binary' - Faster, but you cannot run DB queries.
-- To switch, load server with the current type, change the type in config.lua
-- type /reload config and the save the server with /closeserver serversave
map_store_type = "binary"

-- mapkind
-- options: OTBM for binary map, XML for OTX map
mapkind = "OTBM"
 
You can take this feature from Avesta, but it won't work as expected. It will work backwards due to the reversed iretator in Protocolgame::GetTileDescription(...)
(I would at least guess)

Perhaps this can be worked around, not sure though.
I could need some help with this, since i'm not that good with source editing
 
Hello bro i did all the step what ezz said and i recompile changed the source files items.cpp like u said but still no succes wtf :/ why
what more i can do ?
pic of my exe error https://imgur.com/4FYcMWo
my config lua
-- data directory location
datadir = "data/"

-- map location
map = "data/world/world.otbm"

-- Type of map storage,
-- 'relational' - Slower, but possible to run database queries to change all items to another id for example.
-- 'binary' - Faster, but you cannot run DB queries.
-- To switch, load server with the current type, change the type in config.lua
-- type /reload config and the save the server with /closeserver serversave
map_store_type = "binary"

-- mapkind
-- options: OTBM for binary map, XML for OTX map
mapkind = "OTBM"
You should use
Code:
map = "world/world.otbm"

It was trying to acces data/data/world/world.otbm
 
You should use
Code:
map = "world/world.otbm"

It was trying to acces data/data/world/world.otbm
thanks bro but that don't work i tried anyway
mi avesta cofig
all ots have like
data/world/World2.otbm"

-- Map location

Map = "data/world/World2.otbm"
 
othire is fucking shit how this crap won't load maps
anyway all othire are based in avesta
 
thanks bro but that don't work i tried anyway
mi avesta cofig
all ots have like
data/world/World2.otbm"

-- Map location

Map = "data/world/World2.otbm"
Yes, it is in data/world, but if you set your data folder to data/, and world to data/world, it search in data/data/world, which is wrong
 
Here is a few issues that i came across (also posted on github).

- Monsters get stuck at objects such as parcels etc and won't go around them when chasing target.
- Player roof/ground block when levitate don't work.
- UH Trap don't work
- Be able to double heal with exura vita and healing runes

Would appreciate if anyone could take their time and fix them since i'm not able to.
 
Back
Top