FlyFF Increase View Range Distance

10/09/2021 15:25 kzrenren2#1
Hi! Good Day!

Is there any way or any bot that can make the view range distance of a character increase? Not talking about Zooming.

Example:
Character is in Flaris Nyang Nyang Area and the character can see any player around Aibatt Area.

Thank you in advance !
10/09/2021 15:42 FIorist#2
This is not possible due to the fact that adding and removing objects from view comes from the WorldServer and depending on the position of your character (important: position exactly on WorldServer). So your game-client "does not know anything" about those objects that are too far away from you. I'm not sure if it works exactly the way I described it, but I think I'm right.
10/11/2021 23:18 WaterIsSand#3
its possible by making changes to the linkmap system and stuff that interfaces with it. It'd be easier to just rewrite the entire section to make it work like how you want. Objects are split through sections of the map.
10/12/2021 04:55 FIorist#4
Quote:
Originally Posted by WaterIsSand View Post
its possible by making changes to the linkmap system and stuff that interfaces with it. It'd be easier to just rewrite the entire section to make it work like how you want. Objects are split through sections of the map.
I guess he just want to use it as a "hack" for some pservers as a player, if i understand his message correctly.
10/12/2021 12:46 netHoxInc#5
Might be possible to do by sending teleportation packets to force the server to transmit the data to the client, then rework the client to not release the data when out of range.

In the end a very painful and.complicated process..

Anything i got in my mind is not close to being worth the effort tbh. Even too much work for a PoC but im quite confident that it would work. Also the client will most likely crash alot due to outdated data since running this method constantly would cause alot of weird things to happen.