Posts: 1
Threads: 1
Joined: Jan 2021
Reputation:
0
is there anyway to make a lua code to show invis monsters and make them targettable like you use to be able to do with hex editor?
Posts: 2,948
Threads: 492
Joined: Jul 2018
Reputation:
84
01-17-2021, 08:11 PM
(This post was last modified: 01-17-2021, 08:14 PM by Arkilys.)
Well, that's tricky, because it depends on the server you play, it depends on server-side information.
Trying to explain in a very simple way... In old times, the servers used to sent to the game client information about all creatures (invisible or not), so the client used to identify those creatures that were invisible and just didn't display it, BUT still had the information about this creature. So you could make a small change on client's memory or client's executable to make the game-client display it for you.
Later on, CipSoft updated their servers, so as well the otservers. So the servers would not send any information about invisible creatures, so the game client no longer receives those information. Therefore, it is impossible to detect invisible creatures (stalkers, gms, etc.).
Even though the server is 7.4 version, otservers have updated their source codes like I said above to avoid this cheat.
So even if you are using a tibia client 7.4 and make memory or file (using hex editor), it stills depends on the server-side information.