Page 14 of 26
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Thu Oct 06, 2011 8:28 pm
by Nevex
Well egg bot is running with out crashes as of rev 560. The optimized script however isn't counting golden eggs correctly. It says I have collected 14 in two hours..but I really collected 17.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Thu Oct 06, 2011 8:44 pm
by Dsanchez
650 was working, now updated to 651 and getting this error:
Code: Select all
Use MACRO: Executing RoMScript "GetNumPartyMembers()".
9:39pm - Z:/Downloads/micromacro/scripts/rom/functions.lua:1269: attempt to perf
orm arithmetic on global '_lastupdated' (a nil value)
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Thu Oct 06, 2011 9:27 pm
by rock5
Cot_tele has been updated. Tested and working. You will need to update your swim hack to 1.3 as well. I just updated that too.
http://www.solarstrike.net/phpBB3/viewt ... =27&t=2698
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Thu Oct 06, 2011 9:29 pm
by lisa
Dsanchez wrote:650 was working, now updated to 651 and getting this error:
Code: Select all
Use MACRO: Executing RoMScript "GetNumPartyMembers()".
9:39pm - Z:/Downloads/micromacro/scripts/rom/functions.lua:1269: attempt to perf
orm arithmetic on global '_lastupdated' (a nil value)
Hmm works perfectly for me, well except for the fact I make it do 1 to many macros, needed
Code: Select all
MACRO: Executing RoMScript "GetNumPartyMembers()".
MACRO: Executing RoMScript "GetPartyMember(1)".
MACRO: Executing RoMScript "GetPartyMember(2)".
MACRO: Executing RoMScript "GetPartyMember(3)".
MACRO: Executing RoMScript "GetPartyMember(4)".
MACRO: Executing RoMScript "GetPartyMember(5)".
MACRO: Executing RoMScript "GetPartyMember(6)".
ping waypoint: Target acquired before moving.
MACRO: Executing RoMScript "SetRaidTarget("target", 1);".
That is with a full party, so should only be doing 5 not 6.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Thu Oct 06, 2011 9:55 pm
by Dsanchez
well, I wasn't even in a party. maybe that's why it's breaking on the error?
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Thu Oct 06, 2011 10:10 pm
by lisa
Ahhh very good point, hmm might fix that now actually
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Thu Oct 06, 2011 10:10 pm
by Reymauro
Having the same Issue went back to 650 and working again.
Code: Select all
Use MACRO: Executing RoMScript "GetNumPartyMembers()".
9:39pm - Z:/Downloads/micromacro/scripts/rom/functions.lua:1269: attempt to perf
orm arithmetic on global '_lastupdated' (a nil value)
This is the beginning of my my WP
Code: Select all
sendMacro("LeaveParty();");
yrest(200)
player:update();
while not RoMScript("UnitExists('party1')") do
sendMacro('InviteByName("character NAME")');
end
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Thu Oct 06, 2011 10:13 pm
by Reymauro
And I have to repeat it,
Code: Select all
Thanks Lisa & Rock5 you are amazing nice work!!!.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Thu Oct 06, 2011 10:33 pm
by lisa
can you test 652 for me, at work atm so can't do any testing but the code should work to get rid of the issue of solo fighting.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Thu Oct 06, 2011 10:49 pm
by Reymauro
Just did and its working perfectly.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Thu Oct 06, 2011 10:52 pm
by Dsanchez
just started it, looks good so far.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Thu Oct 06, 2011 10:58 pm
by lisa
lisa wrote:
So to do list atm is
1. Party member address
2. Possible not using potions?
3. getting macro to work again for skills
4. ??
5. ??
1. temp fix in place
2. and 3. might be the same soloution needed.
Still working at stripping down the extraactionbars addon, not only did it monitor whispers which was weird it also tracks movement keys and also affects movement. If you hold shift and click a movement key it keeps the keypressed until it is pressed again, so you basically just keep running.
4. some code may be broken, if you do
Code: Select all
if sendMacro("madman.Time") >= 1 then
player:clearTarget();
printf("Running\n")
yrest(4000)
end
but you don't have the addon loaded in game then it just keeps using escape key. This may be a fault of the EAB addon or may be a fault in bot, hard to say at this stage.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Thu Oct 06, 2011 11:35 pm
by Vegeta
hey ive been watching you guys do your thing for a while now and im impressed and i saw the question mark next to the pot thing so i thought i would make an account and do my part to help so i have a picture of the bot malfunction or the lack there of
who knows could be a human malfunction as well so i hope this helps and if theres anything i can do the assist you guys just say the word it must be a pain in the ass to have 2 people working on this alone
oh ps i dont know if this helps but i am a knight warrior that might be why the pots arnt working the patch was based on the knights it would be weird if that was the problem it wouldnt make sence to have the pots function changed for knights and not for everyone elce but who knows
also ps lmfao sorry about the long post but there are alot of variables with this weird malfunction i keep remembering things after ive posed it but nevertheless i also noticed that it does pot somtimes but most of the time it just says it does it and does nothing as you can see in the picture
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 1:54 am
by Balofar
does anybody knows a answer why runes of magic crahsed everytime when i want open the creatpoint lua data?
Im Knight,priest. I tried all new versions of the bot and also put the attack skill on number 6 in key list.
And I get the message: No ranged skills specified in profile; Turning COMBAT_RANGED_PULL off. Then comes loading profile; macro test ok; and then the crash. After the crash then: micromacro/scripts/rom/funktion.lua:607: bad argument #1 to memoryReadByte`<<null>>
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 1:57 am
by lisa
Thanks for the info, unfortunately we know what is wrong, the trouble is how to fix it.
Issue is that frogster decided to take away some in game functions, in this case it is the function UseBagItem() that we used to use for potions and basically any item in game.
There has been success with using the addon Extraactionbars(EAB), I personally have had bot running for 12 hours using the addon with no visible issues. Issues are things you don't see.
The trouble with EAB is the creator also added in some things which are bad.
I can confirm the addon is sending messages, or atleast trying to via a channel which doesn't seem to exist. It opens a dialog box in the background and monitors keypresses so when you press the forward key it registers it and then uses the in game function to move forward. So your keypress isn't actually moving the character.
EAB also monitors whispers and whisper_INFO events, I couldn't find exactly what it was doing with the information it was getting from whispers as the code just lead nowhere.
So long story short it is doing things which I don't think are necessary
1. may or may not be sending info
2. monitors whispers
3. takes control of the keyboard focus in order to be able to ????
Addon itself works great for what it is supposed to do, just wish there wasn't the extra added things in it.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 1:59 am
by lisa
Balofar wrote:does anybody knows a answer why runes of magic crahsed everytime when i want open the creatpoint lua data?
Im Knight,priest. I tried all new versions of the bot and also put the attack skill on number 6 in key list.
And I get the message: No ranged skills specified in profile; Turning COMBAT_RANGED_PULL off. Then comes loading profile; macro test ok; and then the crash. After the crash then: micromacro/scripts/rom/funktion.lua:607: bad argument #1 to memoryReadByte`<<null>>
I should be able to look into it in a few hours from now, see what I can work out.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 2:15 am
by Balofar
thank u cery much you are the best XD
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 2:20 am
by Vegeta
so EAB is a new addon your working on to repair all macros or just mp and hp pots and your just working out the kinks is that right
no presure oc i mean god i love what you guys are doing to frogster just makes me all giddy inside to see them post hey were gonna remove macro to stop botting and then the very next day after that we have a semi perfect bot working again lmfao there gonna chase away all the regular people just puts a jump in my step whenever failster does somthing like this i mean come on stop botting and THE VERY NEXT DAY youve got a semi perfect bot running lmfao stick that in your pipe and smoke it
im sure you get alot of this but THANK YOOOOOU
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 2:30 am
by lisa
If you use EAB and want to see what I mean, try this instead of the one you d/l.
I removed the functions where it registers whispers and the movement keys, without them you can't even move because the addon has the keyboard focus.
- AAB.lua
- Only for people to see that the addon takes control of keyboard focus. DO NOT USE for actual playing.
- (77.15 KiB) Downloaded 129 times
As for the creatpath issue, hmm going to need more info, works perfectly for me.
Code: Select all
MACRO Test: ok
Press the (End) key to stop/pause the script.
You can resume with the (Delete) key.
RoM windows size is 800x600, upper left corner at 4,23
RoM waypoint creator
Hotkeys:
(Num 1) Insert new waypoint (at player position)
(Num 2) Insert new harvest waypoint (at player position)
(Num 3) Save waypoints and quit
(Num 4) Insert merchant (repair and buy) command
(Num 5) Insert target/dialog NPC command
(Num 6) Insert 'ChoiceOption()' command.
(Num 7) Insert 'mouseclickL()' command
(Num 8) Reset waypoints and restart
(Num 9) Save waypoints and restart
(Num 0) Insert lua code command.
(Num Del) Insert target object command.
Ranged skill found: SCOUT_SHOOT
Recorded [# 1] WP, Continue to next. Press Num 3 to save and quit
Recorded [# 2] WP, Continue to next. Press Num 3 to save and quit
Recorded [# 3] WP, Continue to next. Press Num 3 to save and quit
Recorded [# 4] WP, Continue to next. Press Num 3 to save and quit
Recorded [# 5] WP, Continue to next. Press Num 3 to save and quit
Recorded [# 6] HP, Continue to next. Press Num 3 to save and quit
What do you want to name your path (without .xml)?
Make sure you do a svn update, svn revert and don't use rom/update.lua when starting bot.
Can you use that same character to try to kill, even use path:wander just to see if client crashes. I am going to guess and say it is trying to use a memory address which is incorrect and therefore crashes client.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 2:46 am
by botje
sounds weird huh, perhaps its actually frogster that made the addon, and are trying to find botters or cheaters with those extra functions?
lol, im paranoid xd
Botje