edubart / otclient

An alternative tibia client for otserv written in C++11 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to customize
Other
648 stars 399 forks source link

Ladder disappear.[7.6] #410

Closed otclient closed 10 years ago

otclient commented 10 years ago

When someone stay under ladder and he get blood hit seems like blood splash cover the ladder and ladder disappear. But when you walk away lost ladder on screen and back, ladder appears.

ech0123 commented 10 years ago

It can be fixed in .dat file, change "Top 2" to "Top 3" on either the ladder or blood splash, not completely sure which one of them but that should do the trick.

otclient commented 10 years ago

ok ill check thanks

otclient commented 10 years ago

Just edited items.otbm and there is attribute "always on top", guessing in tibia.dat also because on cipsoft client was no problems. I tried even with my server source selecting top 1,2,3 and nothing.

Ladder disappear after second hit... weird but it should be possible to solve it in client source but idk where.

ech0123 commented 10 years ago

It should be possible in the client sources somehow but I couldn't figure out how. Therefore in my 7.6 server I solved it by doing an edit to the .dat file (not .otb) using "Tibia Dat Editor" by changing it from Top 2 to Top 3 in either the ladder or blood splash (not completely sure which, since it's been a while)

otclient commented 10 years ago

You mean that "Tibia Dat Editor 7.6" with console? I tried it but when it asked for item id something doesn't work look: nowy obraz mapy bitowej 1386 = ladder, what i doing wrong?

ech0123 commented 10 years ago

With the original sprites my normal ladder is at ID: 1948 and I changed it using "Tibia Dat Editor". This is how it looks like

dateditor

ech0123 commented 10 years ago

Also, could you/anyone check if this issue exists in other versions than 7.6, if not I think this issue could be closed because it's server based.

otclient commented 10 years ago

Ok i see you using another dat editor can you send me link with same editor? Trust me i was looking for it alot in google without result.

I think its only 7.4-7.7 because there was always problems with items topoder.

ech0123 commented 10 years ago

I downloaded it years ago, but with a simple google search for "Tibia Dat Editor 7.6" I got this up. http://www.4shared.com/rar/WA6141Sw/tibia_dat_editor.htm http://tibiafans.com/download_file_280_Tibia-7-6--DAT-and--SPR.html http://www.blacktibia.org/t23590-tibia-dat-editor-76-87-black-demon-tools

I've used it with clients up to 8.54 so it should work for most versions I assume.

LordHepipud commented 10 years ago

This is a server error. The server is sending the wrong stackpos to the Client for adding the "splash" effect. @OTclient: Before you open a "bug" on this repository, please make sure you check your server configuration. Most older 7.6 Servers are entire crap from their coding base (I'm using a plain older 7.6 SVN myself, so I now what I'm talking about). Either switch to a newer server version or get used with the idea that you will have to re-code plenty of core elements of your server to work correctly.

Issued should be closed.

TheSumm commented 10 years ago

Thanks for the response.

ronpetit commented 10 years ago

Well, i'm having the same trouble, and i'm using the lastest version of avesta that ferrus did, so come on, i'm not using a "entire crap", what i need to modify to prevent the server to send a wrong stackpos?