Search found 724 matches

by beanybabe
Mon Aug 01, 2016 4:18 am
Forum: Runes of Magic
Topic: enchanted throw and poison Bug
Replies: 0
Views: 7972

enchanted throw and poison Bug

RoM Bot Version 3.29, Revision 787ñ i'm using this as the newer version started to get errors. Poison seems to auto cast on some classes and not others. if i cast enchanted throw on r/m it seems to cast poison and replaces enchanted throw buff. this is a problem. I do not have poison set to auto use...
by beanybabe
Thu Jul 28, 2016 9:56 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mirror wp samples. ver 5
Replies: 19
Views: 26035

Re: Mirror wp samples. ver 5

I added an Aggro check (thanks to kenzu38) to the get mirror chest code. Now it open chest only if not being attacked. Still hoping to find way to end the waypoints by the timer if anyone knows how.
by beanybabe
Thu Jul 28, 2016 9:51 am
Forum: Runes of Magic
Topic: check if in agro before casting home sweet home
Replies: 5
Views: 4279

Re: check if in agro before casting home sweet home

thanks again kenzu38 found another use for aggro check when opening chests in mirror.
by beanybabe
Mon Jul 25, 2016 6:04 pm
Forum: Runes of Magic
Topic: LootIt! add-on Detection
Replies: 3
Views: 1872

Re: LootIt! add-on Detection

lootit works ok but it seems to work better if you keep items moved to the higher bags and let loot drop into bag 1. I never quite liked the way its filters worked. The default for rune and ammo needs to be removed as default, it really could use a way to remove mob drop stat runes by level as level...
by beanybabe
Fri Jul 15, 2016 3:52 am
Forum: Runes of Magic
Topic: warden crystal pet question
Replies: 1
Views: 1492

warden crystal pet question

in the pet lua it shows this name = GetIdName(102325), -- nature crystal skillid = 493344, skill5name = "PROTECTION", skill5auto = "true", skill6name = "ACCELERATION", skill6auto = "true"}, It seems that the crystalline protection should auto start when bot do...
by beanybabe
Thu Jul 14, 2016 5:20 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Standalone Multihack
Replies: 178
Views: 139009

Re: Rock5's Standalone Multihack

MicroMacro v1.04.174 MicroMacro v1.05.207 R5Hacks.7z Version 0.6 beta 2 and R5Hacks[0.5].7z I tried all of these I tried to run this and get this error. I used this not to long ago not sure what changed. 2016-07-14 17:17:57 - C:\micromacro\scripts\R5Hacks/hacks.lua:28: Unable to find 'swimAddress' i...
by beanybabe
Thu Jul 07, 2016 12:09 pm
Forum: Runes of Magic
Topic: Leveling project - looking for some ppl
Replies: 34
Views: 12981

Re: Leveling project - looking for some ppl

The mob difficulty is a good thing to consider. I know when I make normal wp I make the nodes to avoid and round around some mobs. I often thought if there was a way to load all the mobs into some matrix and plot the path that might be interesting. The problem is wondering mobs. I handle this my sel...
by beanybabe
Tue Jul 05, 2016 7:11 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cenedril
Replies: 3
Views: 3301

Re: Cenedril

If you install the cenedril add on it will make the bot miss when it fights. You need to remove the cenedril adon every time after upgrading the pet.

I hope some one fixes the bot or the adon so both can work together.
by beanybabe
Tue Jul 05, 2016 6:57 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Ancient Treasure
Replies: 284
Views: 101168

Re: Rock5's Ancient Treasure

This bit of code started to cause problems on 3.71 I commented it out for now on mine. It only seems to act up if you are standing outside ancient treasure by the npc when you start the script. It does not seem to be needed. local shells, empty = getCurrency("shell") if 30 > empty then pri...
by beanybabe
Sat Jul 02, 2016 4:19 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Research Expert - Manual Macro
Replies: 2
Views: 3687

Re: Research Expert - Manual Macro

I have heard there is a macro for it around but have not seen it. here is one lisa made. you could look at it and figure way to make a macro. https://www.solarstrike.net/phpBB3/viewtopic.php?t=6019 it has local bottle1 = player:findNearestNameOrId(123369) local bottle2 = player:findNearestNameOrId(1...
by beanybabe
Tue Jun 28, 2016 5:46 pm
Forum: Runes of Magic
Topic: check if in agro before casting home sweet home
Replies: 5
Views: 4279

Re: check if in agro before casting home sweet home

Here is what I ended up with this works fast, it needed a *not* this worked well will add it to more wp

Code: Select all

repeat 	-- you have aggro wait for aggro to drop
    player:updateBattling() 
    yrest(500)         --   little delay to lessen server updates.  
until not player.Battling 
by beanybabe
Mon Jun 27, 2016 1:58 am
Forum: Runes of Magic
Topic: Mysterious bags
Replies: 35
Views: 12504

Re: Mysterious bags

here is what I use in my onleave combat to get bags and chests -- get gift bags if player:findNearestNameOrId("Gift Bag") or player:findNearestNameOrId("Mysterious Bag") then player:lootAll() rest(1000); if (player.Class1 == CLASS_ROGUE) and (not player:hasBuff("500675"...
by beanybabe
Mon Jun 27, 2016 1:28 am
Forum: Runes of Magic
Topic: repairing
Replies: 11
Views: 6528

Re: repairing

You can get them running mini game ancient treasures or with honor from siege or guild castle games at stronghold castle in mercenary square. The token and diam shop have hammers. lisa was right Rock posted the weapon code i put it in the onleave combat part of the profile. Just be warned if you bag...
by beanybabe
Sun Jun 26, 2016 11:58 pm
Forum: Runes of Magic
Topic: check if in agro before casting home sweet home
Replies: 5
Views: 4279

Re: check if in agro before casting home sweet home

Thank you. What happens is when the quest status goes to complete I set wp to travel and mount then ride thru the mobs back to quest person. There is just enough distance the mobs do not follow but aggro is still set. The time can vary depending on mob aggro'd. Currently I just wait many seconds bef...
by beanybabe
Tue Jun 21, 2016 4:02 pm
Forum: Runes of Magic
Topic: repairing
Replies: 11
Views: 6528

Re: repairing

I try to use this to repair with the master simple repair hammer but for some reason it keeps repairing and using up all the hammers. I am not seeing were hammer is defined. if ( 50 > inventory:getMainHandDurability() ) then if hammer > 0 then cprintf(cli.lightred,"repairing ..."); invento...
by beanybabe
Mon Jun 20, 2016 11:56 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mirror wp samples. ver 5
Replies: 19
Views: 26035

Re: Mirror wp samples. ver 5

I recommend not to run these wp with warden pet or egg pet out. The bot seems to have a bug that if warden pet is attacking something and timer ends it will not end the bot and you character ends up running were it should not be. The only way I see to stop this is to read the timer and terminate th...
by beanybabe
Sat Jun 18, 2016 9:07 pm
Forum: Runes of Magic
Topic: Butterfly daily with resets script
Replies: 24
Views: 14204

Re: Butterfly daily with resets script

That speed hack may cause problems I would comment it out or you might rubber band.
by beanybabe
Sat Jun 18, 2016 8:19 am
Forum: Runes of Magic
Topic: crafting problem event
Replies: 5
Views: 2580

Re: crafting problem event

did you make the change suggested by kenzu38 I know it was messing up 2 years ago and he thought that would fix it.
by beanybabe
Sat Jun 18, 2016 8:16 am
Forum: Runes of Magic
Topic: Butterfly daily with resets script
Replies: 24
Views: 14204

Re: Butterfly daily with resets script

local dqCount, dqPerDay = RoMScript("Daily_count()"); inventory:update(); -- putting these 5 lines in may work player:update(); if inventory:itemTotalCount(202434) > 0 then inventory:useItem(202434); end if dqCount == 10 then sendMacro("LeaveParty();") player:sleep(); else player...
by beanybabe
Sat Jun 18, 2016 8:10 am
Forum: Runes of Magic
Topic: Mysterious bags
Replies: 35
Views: 12504

Re: Mysterious bags

They are working you may have another problem.

check your versions they need to be near
MicroMacro v1.04.174
RoM Bot Version 3.29, Revision 787