Problem: cast of secundary class don't work
Posted: Wed Jul 01, 2009 8:07 am
I'm playing a scout/priest. Since yesterday the char only use the scout casts. No healing from the casts of the second class anymore.
Don't know the reason. self.MP = 100 from the concentration. self.MP2 = 2xxx from the second class. I deleted the old ENERGY_STORAGE from the profile, because of the new function. Same result.
Any hints? Later I will check whats happen if I try priest/scout.
Don't know the reason. self.MP = 100 from the concentration. self.MP2 = 2xxx from the second class. I deleted the old ENERGY_STORAGE from the profile, because of the new function. Same result.
Code: Select all
<skills>
<skill name="PRIEST_RISING_TIDE_SCOUT" hotkey="VK_Q" priority="100" level="" />
<skill name="PRIEST_REGENERATE" hotkey="VK_4" priority="90" level="" />
<skill name="SCOUT_VAMPIRE_ARROWS" hotkey="VK_E" priority="80" level="" />
<skill name="SCOUT_AUTOSHOT" hotkey="VK_5" priority="70" level="" />
<skill name="SCOUT_SHOT" hotkey="VK_3" priority="60" level="" />
<skill name="SCOUT_WIND_ARROWS" hotkey="VK_6" priority="50" level="" />
<skill name="PRIEST_SOUL_BOND" hotkey="VK_8" priority="30" level="" />
</skills>