View Single Post
  #7  
Old 11-19-2015, 01:04 PM
Cilraaz
Sarnak
 
Join Date: Mar 2010
Posts: 77
Default

You want:

Quote:
Originally Posted by Veltira View Post
I would like to bring the server down to just classic, including classes, races, and disabling of expansions.
- Set the rule World:UseClientBasedExpansionSettings to false
- Set the rule World:ExpansionSettings to 0 (zero)

Quote:
Originally Posted by Veltira View Post
I would like to fix an xp bonus on the server for each player to create a better environment for soloing.
- Set the rule Character:ExpMultiplier to an appropriate value

Quote:
Originally Posted by Veltira View Post
I would like to fix a hardcore death penalty on to the server wherein each death results in loss of character levels, loot, and bank.
You can use the code mentioned by provocating to reset the character's level to 1 with zero experience gained. Removing gear, bank items, etc could be done via a perl script, most likely.

Quote:
Originally Posted by Veltira View Post
I would like to disable luclin models by default.
Short of using something like P99's dll to check a player's GlobalLoad, you won't be able to do this. Models are determined client side.
Reply With Quote