Exclude levels & ranks
-
Hey,
I was looking for a way to exclude levels and ranks and managed to do it with the following code change in class.characters.php:
Replace on line 33:
if($excluderanks != "")
with:
if($excluderanks = "3,4,5,6,7,8,9")
Replace on line 36:
if($fromlvl != "")
with:
if($fromlvl = "100")
This will exclude ranks 3 to 9 and only display level 100’s.
Maybe features like these can be added to the settings in the future.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Exclude levels & ranks’ is closed to new replies.