Page 2 of 3
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Wed Dec 14, 2011 9:49 pm
by Lordnika
i have this prob. :
rev 682 copy ingamefunctions used the revert option but
when i start the boot ...Maco test OK
and it gets stuck and in game all is doing flash menu screen
over and over again
no idea what to do
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Wed Dec 14, 2011 9:52 pm
by Lordnika
i delete all my macros
here is what i found after
GameMenuFrame:IsVisible()
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Wed Dec 14, 2011 10:40 pm
by rock5
Do you have 'extraactionbars' ingame addon?
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Wed Dec 14, 2011 11:18 pm
by Supergala
problem.....script\rom\bot.lua:486:bad argument #1 to 'lower' (string expected got boolean)...why? ty
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Thu Dec 15, 2011 12:48 am
by rock5
Supergala wrote:problem.....script\rom\bot.lua:486:bad argument #1 to 'lower' (string expected got boolean)...why? ty
I'd say because you have "RELOAD_AMMUNITION" set to true in your profile. That's incorrect. Here's the entry in the wiki.
RELOAD_AMMUNITION Which kind of ammunition should we reload ( arrow | thrown | false) .
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Thu Dec 15, 2011 1:16 am
by alkirah
forget, restarting client fixed that
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Thu Dec 15, 2011 3:17 am
by Blyad
Code: Select all
/rom/classes/pwn.lua:222:bad argument #1 'readfunc' ((null))
happens roughly every 3 minutes farming, only additional function added or changed other than the default settings is
Code: Select all
<onSkillCast><![CDATA[
while player:haveTarget() do
keyboardPress(key.VK_E); -- press the 1 key
end
]]></onSkillCast>
any thoughts?
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Thu Dec 15, 2011 4:13 am
by rock5
Well, does it do it if you take out that code?
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Thu Dec 15, 2011 5:03 am
by Blyad
no rock it does not, however that line of code worked in the last 12+ patches.
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Thu Dec 15, 2011 5:30 am
by lisa
I just want to double check something, did you type the error or copy & paste it?
/rom/classes/pwn.lua:222:bad argument #1 'readfunc' ((null))
I ask because it sayd pwn.lua and not pawn.lua.
If you copy pasted the error then there could be a huge number of causes as it isn't the default bot.
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Thu Dec 15, 2011 6:34 am
by Blyad
i manually typed it from the micromacro v1.02 beta 1 window.
and i obviously missed the 'a' in pawn however the rest of the error was correct.
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Thu Dec 15, 2011 6:44 am
by rock5
So what exactly does the 'E' key do?
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Thu Dec 15, 2011 6:51 am
by lisa
Do you do an update before the
because if you cast a buff skill then you may not have a target at all.
So if the E key is using attack skills then it may cause issues.
I would test by adding in a
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Thu Dec 15, 2011 8:59 am
by lisa
Ok 1 more question, does the game crash at the same time you get this message?
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Thu Dec 15, 2011 11:19 am
by Blyad
it appears directly before the crash report app opens, but not before the game itself locks up.
it would appear to crash when looting specifically.
i allso manually farmed and was unable to replicate these events,
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Thu Dec 15, 2011 2:37 pm
by Lordnika
Do you have 'extraactionbars' ingame addon?
thnx..solved
100% forgot about my extraactionbars
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Thu Dec 15, 2011 9:07 pm
by lisa
Blyad wrote:it appears directly before the crash report app opens, but not before the game itself locks up.
it would appear to crash when looting specifically.
i allso manually farmed and was unable to replicate these events,
1.
Pop into millers ranch and run the egg farming WP for a few minutes and see what happens. It will atleast test the targeting function and rule that out as the issue.
2.
Have a look through any files in the rom/userfunctions folder and see if there are any addresses used within the userfunctions. It will have 0x in it, 0x9CD67D, 0xA2D55D that sort of thing.
3.
Make sure all icons are green in the rom folder, if any red or yellow icons then do a SVN update and SVN revert.
4.
Try using a different character to do something, anything at all. Even create a new character and just run through the 1-10 that comes as default.
If none of that fixes the issue then not sure what else to try.
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Fri Dec 16, 2011 3:18 pm
by sEbola
I've updated via SVN files, but still have same error:
Code: Select all
9:14pm - D:/micromacro/scripts/classes/player.lua:2099: attempt to perform arithmetic on field 'Speed' (a nil value)
Any suggestions?

Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Fri Dec 16, 2011 8:51 pm
by lisa
Hmm that is a weird error to get.
pawn.lua defines speed as 50 by default
and then when updating it does
Code: Select all
self.Speed = memoryReadRepeat("float", proc, self.Address + addresses.pawnSpeed_offset)
So for .Speed to be nil then the memory read must be returning nil
All I can suguest is making sure you have done SVN update and SVN revert on your rom folder.
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Sat Dec 17, 2011 5:30 pm
by Louis
Solution?
thx