Page 2 of 2

Re: 689 Changelog

Posted: Sat Jan 14, 2012 9:14 am
by lisa
you should already have the <onSkillCast> in your profile, just need to add the code in between the

Code: Select all

<onSkillCast>
and

Code: Select all

</onSkillCast>

Re: 689 Changelog

Posted: Sat Jan 14, 2012 10:20 pm
by Hetrix
Alright, thank you lisa.
Will try it asap ;)

Re: 689 Changelog

Posted: Mon Jan 16, 2012 3:37 am
by rock5
kkulesza wrote:Since last update i often get this error:

Did not find any crashed game clients.
8:42pm - ...gram Files/micromacro/scripts/rom/classes/player.lua:2735: attempt to perform arithmetic on field 'Level' (a nil value)

i've chcecked player.lua:2735 :
2734 local newExp = self.XP or 0;
2735 local maxExp = memoryReadRepeat("intptr", getProc(), addresses.charMaxExpTable_address, (self.Level-1) * 4) or 1;

is there a problem with wrong address or my pc has some memory problems?
Should be fixed in revision 690.