07-20-2014, 12:29 PM
(07-20-2014, 07:36 AM)se110ut Wrote: how do u change the default Inform if a hunt is found (default is to linkshell, can change it to /tell manually)
Edit the HPHunterBeta.lua file, in the 6th and 7th line you'll find the following
Code:
HPHunterBeta.InformText = "/l <pos> --- <t>";
HPHunterBeta.DeathText = "/l <t> --- Dying @ ";
edit the text between the double quotes
for example
Code:
HPHunterBeta.InformText = "/tell Name Here <pos> <t> POPED";
HPHunterBeta.DeathText = "/l <t> --- Dying @ ";