Difference between revisions of "removeActorWithDistance"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page RemoveActorWithDistance to removeActorWithDistance: Converting page titles to lowercase)
Line 4: Line 4:
 
: This is useful for merchants vending in prontera - set [[removeActorWithDistance]] to '''5''' and you will not send as many getPlayerInfo packets, thus lessening the lag caused by you.
 
: This is useful for merchants vending in prontera - set [[removeActorWithDistance]] to '''5''' and you will not send as many getPlayerInfo packets, thus lessening the lag caused by you.
  
[[Category:config.txt]]
+
: This parameter has been merged with [[clientSight]] in [https://github.com/OpenKore/openkore/pull/3424 PR#3424]
 +
 
 +
[[Category:Deprecated]]

Revision as of 16:08, 9 May 2021

removeActorWithDistance [<number>]
Automatically remove actors from a specified distance.
This is useful for merchants vending in prontera - set removeActorWithDistance to 5 and you will not send as many getPlayerInfo packets, thus lessening the lag caused by you.
This parameter has been merged with clientSight in PR#3424