View Single Post
  #2  
Old 05-08-2006, 03:11 AM
sakrod
Fire Beetle
 
Join Date: Apr 2006
Posts: 14
Default

For your mana and healing problem, just use #heal and #mana between fights.

For your xp problem, run this query on your database.


Code:
update variables set value = X where varname = 'EXPMod';
Reply With Quote