If you want to disable a PRC class you have several options:
- the easies one would be editing 'classes.2da' and changing the value of 'Playerclass' column for given class to 0 (players won't see disabled classes)
- you could also change 'cls_pres_*.2da' for that class and set 'PRC_Allow*' variable to 1 (in case of Dread Necro: edit 'cls_pres_dnecro.2da' and set 'PRC_AllowDNecro' to 1) (players will see disabled classes, but won't be able to choose them)
- you could edit 'prc_prereq.nss' script to always set above mentioned variable to 1.
The last option will work serverside - if you decide to go with 2da editing you'll have to create a top hak for your server and place all 2das you've changed there.
BTW PRC forum is still active, you can use our chat or post your questions there
'>
Modifié par Alex Warren, 06 mars 2011 - 08:41 .