View Single Post
  #2  
Old 01-19-2016, 06:07 PM
Dremis
Fire Beetle
 
Join Date: Jan 2016
Posts: 20
Default

Quote:
Originally Posted by NatedogEZ View Post
Guessing you don't have the rule set to true or missing the rule from the database. (by default in source its false)


If you use other rulesets besides 1.. make sure to add rules for each set
Code:
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Spells:AlwaysSendTargetBuffs', 'true', 'Allows the server to send the targets buffs ignoring the LAA.');
This was missing from my rule_values table. I added it for every rule set. However spells still don't show up in the target window for mobs. They show for other players, pets and mercs but not for mobs. This make root/rotting and kiting difficult. (I still can cause I'm old school but new players like my son can't)

So any other ideas?
Reply With Quote