RoM server Patch 4.0.3. - The Mighty Shield.

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
Nevex
Posts: 46
Joined: Sat Oct 01, 2011 3:55 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#261 Post by Nevex » Thu Oct 06, 2011 8:28 pm

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.

Dsanchez
Posts: 77
Joined: Thu Aug 04, 2011 11:20 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#262 Post by Dsanchez » Thu Oct 06, 2011 8:44 pm

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)

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#263 Post by rock5 » Thu Oct 06, 2011 9:27 pm

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
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#264 Post by lisa » Thu Oct 06, 2011 9:29 pm

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

for i = 1, nummembers - 1 do

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.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

Dsanchez
Posts: 77
Joined: Thu Aug 04, 2011 11:20 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#265 Post by Dsanchez » Thu Oct 06, 2011 9:55 pm

well, I wasn't even in a party. maybe that's why it's breaking on the error?

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#266 Post by lisa » Thu Oct 06, 2011 10:10 pm

Ahhh very good point, hmm might fix that now actually
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
Reymauro
Posts: 54
Joined: Wed Apr 27, 2011 1:01 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#267 Post by Reymauro » Thu Oct 06, 2011 10:10 pm

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 

User avatar
Reymauro
Posts: 54
Joined: Wed Apr 27, 2011 1:01 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#268 Post by Reymauro » Thu Oct 06, 2011 10:13 pm

And I have to repeat it,

Code: Select all

Thanks Lisa & Rock5 you are amazing nice work!!!.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#269 Post by lisa » Thu Oct 06, 2011 10:33 pm

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.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
Reymauro
Posts: 54
Joined: Wed Apr 27, 2011 1:01 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#270 Post by Reymauro » Thu Oct 06, 2011 10:49 pm

Just did and its working perfectly.

Dsanchez
Posts: 77
Joined: Thu Aug 04, 2011 11:20 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#271 Post by Dsanchez » Thu Oct 06, 2011 10:52 pm

just started it, looks good so far.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#272 Post by lisa » Thu Oct 06, 2011 10:58 pm

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.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

Vegeta
Posts: 7
Joined: Thu Oct 06, 2011 11:22 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#273 Post by Vegeta » Thu Oct 06, 2011 11:35 pm

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 :D 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
Attachments
as you can see it says its going to use them and it doesn't quite get it :D also posted buffs so you can see the time frame in which this took place you can see when they were cast and that they still have 5 minutes on them :D you also see that the quantity of my hp pots does not change
as you can see it says its going to use them and it doesn't quite get it :D also posted buffs so you can see the time frame in which this took place you can see when they were cast and that they still have 5 minutes on them :D you also see that the quantity of my hp pots does not change

Balofar
Posts: 14
Joined: Thu Oct 06, 2011 4:00 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#274 Post by Balofar » Fri Oct 07, 2011 1:54 am

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>>

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#275 Post by lisa » Fri Oct 07, 2011 1:57 am

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.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#276 Post by lisa » Fri Oct 07, 2011 1:59 am

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.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

Balofar
Posts: 14
Joined: Thu Oct 06, 2011 4:00 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#277 Post by Balofar » Fri Oct 07, 2011 2:15 am

thank u cery much you are the best XD

Vegeta
Posts: 7
Joined: Thu Oct 06, 2011 11:22 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#278 Post by Vegeta » Fri Oct 07, 2011 2:20 am

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 :D

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 :D im sure you get alot of this but THANK YOOOOOU

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#279 Post by lisa » Fri Oct 07, 2011 2:30 am

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 110 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.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
botje
Posts: 656
Joined: Wed Oct 27, 2010 7:17 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#280 Post by botje » Fri Oct 07, 2011 2:46 am

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

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 4 guests