View Single Post
  #9  
Old 09-04-2010, 08:49 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by DustyPorViva View Post
I imagine so... it would be useful for my multilayered house except it'd have to apply to the whole server, instead of specifically
The server options only specify the defaut value for players. A client can change the distance by calling following function:
PHP Code:
sendtext("syncoptions","distance", {horizontalvertical}); 
Quote:
Originally Posted by MrOmega View Post
Gah still no feature so when changing pot tile it doesn't drop the default health? >:[
The only way to do that right now is to add itemdropevents=true in the server options, then the Control-NPC gets an event onItemDrop(level,x,y,itemname) each time an item is dropped. This is however disabling all classic items.
Reply With Quote