Re: Announcement - Maintenance
Posted: Wed Sep 16, 2009 3:05 pm
Post a copy of your profile. Are the potions in the first or second page of your inventory?
Administrator wrote:Post a copy of your profile. Are the potions in the first or second page of your inventory?
I've downloaded the latest SVN now and it works fine. Should I still send my old micromacro folder? I've zip'd it before.Administrator wrote:For the potion problem, try opening rom/classes/player.lua, and go to line 334.
Directly above this:Add this:Code: Select all
-- If we need to use a health potion if( (self.HP/self.MaxHP*100) < settings.profile.options.HP_LOW_POTION ) then
What does it display when it's using potions for no apparent reason?Code: Select all
printf("hppercent: %s\n", self.HP/self.MaxHP*100); printf("usepercent: %s\n", settings.profile.options.HP_LOW_POTION);
3cmSailorfuku: zip up your whole micromacro folder (containing the rom scripts as-is) and e-mail it to admin @ solarstrike.net for examination.