(fixed) Spell Experience
Posted: Mon Mar 05, 2007 12:52 am
Do you get experience for casting spells yet?
The 'Dungeon Master' video games community
https://www.dungeon-master.com/forum/
Oops!TheMormegil wrote:Do you get experience for casting spells yet?
Code: Select all
local itime = dsb_get_idle(ppos)
if (itime > 80) then itime = 80 end
dsb_set_idle(ppos, itime + spell[sr].idleness + ext_delay)
Code: Select all
xp_up(who, spell[sr].class, spell[sr].subskill, xp_gain)