ID:156909
 
Odd question, I need to lower a players field of view from the default one. Any tips on achieving this?
like the view of the screen? i belive it is done by using
client.view=number you want added onto the login
You can use either the world/view or client/view variables. world/view sets the default client/view, while client/view will allow you set different view sizes on a client by client basis during runtime (of course, you can also define it at compile time if you prefer it over world/view).

If you want to limit the view of all players, it's as simple as this:

world/view = "7x7"


Which of course limits the view to 7 x 7 tiles.