• 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.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

I see that I have a market on 8.0, but I don't have a market box next to the depo box. I click on the empty field on the right and the market appears. How to add an icon? :) I will be grateful for your answer
probabilly are missing sprites and objects in .dat and .spr if u use the client on the fork it must work.
 
Does anyone have a clean 8.0 map from Sabrehavan? @Erikas Kontenis , I just viewed that you had some custom stuff on there. Do you have a clean 8.0 map without the custom things you added?
 
modal wings.webp
Does anyone know how to put the wing/shaders enabler back on? I took wings from my other project to put in this project but it seems to be more complex than expected, does anyone have a solution?
I added and nothing happened!

g_game.enableFeature(GameOutfitShaders)
g_game.enableFeature(GameDrawAuraOnTop)
g_game.enableFeature(GameWingsAndAura)
 
When you walk with arrow keys and go left up or right down and so on, character cancels the previous movement to direction sometimes. It this is a normal behavior?

EDIT: Adding back this, fixed this weird behavior.

1728121425360.webp
 
Last edited:
Does anyone have a clean Real Tibia Map 8.0 without the necessary custom stuff that was added?


Maybe you could check the download section of the forum? There might be a clean Real Tibia Map 8.0 available there.
 
Has anyone managed to set up swimming via ship to be available only with a premium account?Zrzut ekranu 2024-11-09 111102.webp
 
how did you make the tower shield have a different color on the displayed loot? ? :O I failed to do so
 
Has anyone managed to set up swimming via ship to be available only with a premium account?View attachment 88158

Change premium to realpremium. Or edit SabrehavenServer/src/behaviourdatabase.cpp at ebdcffea33149a7270009d5470f1c664f47dc826 · ErikasKontenis/SabrehavenServer (https://github.com/ErikasKontenis/SabrehavenServer/blob/ebdcffea33149a7270009d5470f1c664f47dc826/src/behaviourdatabase.cpp#L809)
Post automatically merged:

how did you make the tower shield have a different color on the displayed loot? ? :O I failed to do so

Its based on cost attribute Attributes = {Weight=8200,Defense=32,Cost=8000}
 

I wanted to implement this feature on my server because it is great. Should I change something somewhere in the files to display the color depending on the "cost" attribute?
Post automatically merged:

I was looking for textmessage files but I couldn't find something that would read the "cost" attribute and give the item a color :D
 
Last edited:
Back
Top