View Single Post
  #5  
Old 02-03-2012, 12:48 AM
bad_captain
Developer
 
Join Date: Feb 2009
Location: Cincinnati, OH
Posts: 512
Default

I leveled a warrior to level 10 and created a ranger bot and a cleric bot. I went to crushbone and the ranger only cast healing spells on the group, and cast flame lick on our targets.

Something must be wrong with your configuration or something. What does the following query return for your server?

Code:
SELECT * FROM npc_spells_entries WHERE npc_spells_id = 710 
AND minlevel <= 10 AND maxlevel >= 10 ORDER BY minlevel;
You may want to update to the latest revision and see if that helps.
Reply With Quote