clientSight

From OpenKore Wiki
Revision as of 19:20, 29 January 2023 by 4epT (talk | contribs)
Jump to navigation Jump to search
clientSight [<number>]
If this option is set, Kore will ignore actors (e.g. monsters, NPCs, players...) whose distance from you is greater than or equal to the specified number of blocks. If not specified, Openkore assumes a default value of 15.
This is useful for merchants vending in prontera - set "clientSight" to 5 and you will not send as many getPlayerInfo packets, thus lessening the lag caused by you.
Note. Some private servers will send actor packets at a ridiculous distance that the normal RO Client can't display, and use this for automated banning. This config option will make Kore ignore those actors and hopefully avoid auto-bans.


clientSight_removeBeyond [<number>]

Appeared in PR#3667.