Page 2 of 2

Re: Announcement - Maintenance

Posted: Wed Sep 16, 2009 3:05 pm
by Administrator
Post a copy of your profile. Are the potions in the first or second page of your inventory?

Re: Announcement - Maintenance

Posted: Wed Sep 16, 2009 3:06 pm
by Maaa
Administrator wrote:Post a copy of your profile. Are the potions in the first or second page of your inventory?

They are in the 4th page maybe that is the problem?

EDIT: Works fine now thx for the help, I putted them all into the first page of my inventory and now it works:)

Re: Announcement - Maintenance

Posted: Thu Sep 17, 2009 9:18 am
by 3cmSailorfuku
Administrator wrote:For the potion problem, try opening rom/classes/player.lua, and go to line 334.

Directly above 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
Add this:

Code: Select all

	printf("hppercent: %s\n", self.HP/self.MaxHP*100);
	printf("usepercent: %s\n", settings.profile.options.HP_LOW_POTION);
What does it display when it's using potions for no apparent reason?



3cmSailorfuku: zip up your whole micromacro folder (containing the rom scripts as-is) and e-mail it to admin @ solarstrike.net for examination.
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.

Re: Announcement - Maintenance

Posted: Thu Sep 17, 2009 12:43 pm
by Administrator
Nope, that's fine. I was more worried about the crashing problem (which turned out to not be caused by the bot). Since that has been figured out, there's no need to send it now. Thanks anyways.