View Single Post
  #6  
Old 11-12-2017, 10:13 AM
Turmoiltoad
Forum Guide
 
Join Date: Apr 2013
Posts: 27
Default

Quote:
Remove various NPC titles Partially Fixed GM titles persist tho.
GM titles are hard coded into Server/world/clientlist.cpp

Quote:
Remove Tutorial Buttons Partial fixed, I would like to completly remove the button tho.
EnableTutorialButton FALSE in Server Rules

Quote:
Change faction messages I want to remove the numerical value of the various faction messages, and leave them as simply faction increased or decreased messages.
Client:UseLiveFactionMessage false in Server Rules

Quote:
Remove find Either remove the skill or make it so nothing can be found by it. No Clue about this one yet.
NPCs have a findable field that you can set to 0.

Quote:
Remove shared banking Not sure if I want this gone yet or not. Would still like to know how to remove it tho.
Character:SharedBankPlat false in Server Rules

You can also deal with the slots showing by modifying the UI.

Quote:
Remove "a mysterious voice whispers" Got this popping up when I zoned.
Look for your player.pl or player.lua files in the zones where this appears--you'll find the LDON/wayfarer quest info that causes the text to appear. It should be all starting cities, West Karana and Rathe Mountains iirc.
Reply With Quote