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

A New View in free "Z"

Delitaheiral

New Member
Joined
Apr 11, 2015
Messages
12
Reaction score
0
I Just posted this on Support but maybe its better to post here, once its a discussion of possible or not...

I'm sorry for the double post, I don't really know where to post...

Hello, I am a beginner programmer in C++, I mostly just Edit some already made codes (to be honest) and I have a question, just to know if its hard work or maybe can be done easily.

I am not asking how to do it, I just want to know if Its very hard in a way that I will have to change the whole structure of the code or can I do it with some ease without changing much...

I want to start a project were I need to see and target people on other floor, unlike Tibia that you can see only the floor you are. I don't want to use minus Z, like Z = -1, just the zero and above...

Someone please enlighten me
 
You can do damage or heal or give items,etc. To players outside of your client window, but I'm not sure you can target them.
 
mostly client-sided to receive data from all floors (see how xray is done)
you have to edit things from other floors to make them visible as on player's floor
plus you have to program multi-floor distance effects and make items from other floor usable, creatures attackable (probably removing floor check or replacing it with something like improved pathfinding)

this repo may be very useful for you to create your custom client: https://github.com/edubart/otclient
 
@zbizu Thank you for the information, I'm downloading it to have a look! I'll post anything important if I discover it.
 
Back
Top