Search found 724 matches

by beanybabe
Sun Aug 14, 2016 10:30 am
Forum: Runes of Magic
Topic: /micromacro/scripts/rom/functions.lua:803: bad argument #1 to 'memoryReadByte' ((null))
Replies: 1
Views: 1553

Re: /micromacro/scripts/rom/functions.lua:803: bad argument #1 to 'memoryReadByte' ((null))

this may have been being caused by not doing player:update() after changing class.
by beanybabe
Sat Aug 13, 2016 8:02 pm
Forum: RoM general
Topic: print player.class1 as the text
Replies: 10
Views: 5810

Re: print player.class1 as the text

The class table had error bill cat noticed it I had warden listed twice. if you used you may want to remove one of the wardens. I put this in my default userdefault and each custom profile then I always have list of moneys.
by beanybabe
Sat Aug 13, 2016 7:28 pm
Forum: Runes of Magic
Topic: How do iI enable enchanted throw automaticly?
Replies: 12
Views: 4478

Re: How do iI enable enchanted throw automaticly?

Good eye bill thanks Missed that. I corrected them all now.

here is the original thread about what that does and how to make list with it.viewtopic.php?f=33&t=6276&p=63870#p63870
by beanybabe
Sat Aug 13, 2016 7:12 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: The Treasure Within
Replies: 9
Views: 3990

Re: The Treasure Within

Bill you wp needed some fixes to work here is my version.

I also included my swap class wp to turn this in if you leveling a lower class from higher one. I think if you set swap off it may work on main class I did not test that.
by beanybabe
Fri Aug 12, 2016 2:23 pm
Forum: Runes of Magic
Topic: how can we disable a skill like rogue.poision
Replies: 4
Views: 2215

Re: how can we disable a skill like rogue.poision

The reason i'm looking to disable is so you can swap classes and play some combos you want the skill not to cast but have the skill be there in case it is used in a wp so bot does not crash with some nul or other error. I use one profile to do most classes and just adjust the profile in the onload s...
by beanybabe
Fri Aug 12, 2016 2:15 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's travelTo userfunction
Replies: 145
Views: 61848

Re: Rock5's travelTo userfunction

there are errors in xaveria also and coa porting to some camps.
by beanybabe
Fri Aug 12, 2016 2:12 pm
Forum: Runes of Magic
Topic: How do iI enable enchanted throw automaticly?
Replies: 12
Views: 4478

Re: How do iI enable enchanted throw automaticly?

Fixed
The problem was the player:update() that was needed after swap class while doing daily's that was causing enchanted throw not to be seen so it would not cast.

Thank you for the ideas that lead to the solution.
by beanybabe
Thu Aug 11, 2016 10:42 am
Forum: Runes of Magic
Topic: How do iI enable enchanted throw automaticly?
Replies: 12
Views: 4478

Re: How do iI enable enchanted throw automaticly?

I may have discovered the problem not sure why I have not seen it before. my code for swap class i think it needs a player:update() the bot seems to be seeing wrong skills after swapping class i hope that fixes it. if swapClass == true then questtohouse() repeat yrest(500) until player:target_NPC(ho...
by beanybabe
Thu Aug 11, 2016 10:20 am
Forum: Runes of Magic
Topic: How do iI enable enchanted throw automaticly?
Replies: 12
Views: 4478

Re: How do iI enable enchanted throw automaticly?

player:cast("ROGUE_ENCHANTED_THROW") I left out the if checks for class and now i get this. there must be something messed up in rogue/mage skills Unknown profile skill ROGUE_ENCHANTED_THROW. Check your manual castings (e.g. in the events or waypoint files). Be sure the skill is in the ski...
by beanybabe
Thu Aug 11, 2016 9:38 am
Forum: Runes of Magic
Topic: How do iI enable enchanted throw automaticly?
Replies: 12
Views: 4478

Re: How do iI enable enchanted throw automaticly?

<skill name="ROGUE_ENCHANTED_THROW" hotkey="MACRO" priority="100" autouse="true" />

This only works first time auto use is not really auto. If you swap class and swap back it will not recast it.
by beanybabe
Thu Aug 11, 2016 9:31 am
Forum: Runes of Magic
Topic: Unknown profile skill ...
Replies: 2
Views: 1949

Unknown profile skill ...

I got this error after changing class in a waypoint. It is caused by not doing a player:update() after changing class. Hope this helps someone some day.
by beanybabe
Thu Aug 11, 2016 7:48 am
Forum: Runes of Magic
Topic: how can we disable a skill like rogue.poision
Replies: 4
Views: 2215

how can we disable a skill like rogue.poision

I was wondering is there a way to disable a skill so it does not cast. I want to disable rogue poison so it does not cast.
If set it to priority 0 would that make it never cast?
The only other option might be to change it from a "buff" to "none" if that does not crash the bot.
by beanybabe
Thu Aug 11, 2016 7:34 am
Forum: Runes of Magic
Topic: How do iI enable enchanted throw automaticly?
Replies: 12
Views: 4478

Re: How do iI enable enchanted throw automaticly?

dealing with the skills is easy i just put things like this in my profile /onload section classtable = {"WARRIOR", "SCOUT", "ROGUE", "MAGE", "PRIEST", "KNIGHT", "WARDEN", "DRUID", "WARLOCK", "CHAMPION"...
by beanybabe
Wed Aug 10, 2016 12:26 pm
Forum: Runes of Magic
Topic: Unexcepted symbol near '@"
Replies: 4
Views: 2213

Re: Unexcepted symbol near '@"

what version is bot and micromacro ?
by beanybabe
Wed Aug 10, 2016 11:36 am
Forum: Runes of Magic
Topic: How do iI enable enchanted throw automaticly?
Replies: 12
Views: 4478

Re: How do iI enable enchanted throw automaticly?

ahhh lightbulb moment I tried to put this in a wp and still did not work if(player.Class1 == CLASS_ROGUE and player.Class2 == CLASS_MAGE and (not player:hasBuff( "501279 "))) then player:cast("ROGUE_ENCHANTED_THROW") end; I checked the buff number and it was correct then noticed ...
by beanybabe
Mon Aug 08, 2016 10:20 am
Forum: Runes of Magic
Topic: /micromacro/scripts/rom/functions.lua:803: bad argument #1 to 'memoryReadByte' ((null))
Replies: 1
Views: 1553

/micromacro/scripts/rom/functions.lua:803: bad argument #1 to 'memoryReadByte' ((null))

I keep getting this error when attacking things on r/m it happens every day almost but not every time. I just using basic skills in normal wp. here is another that happens every few days /micromacro/scripts/rom/classes/player.lua:1838: Error in your profile: onLeaveCombat error: C:/micromacro/script...
by beanybabe
Fri Aug 05, 2016 9:42 am
Forum: Runes of Magic
Topic: How do iI enable enchanted throw automaticly?
Replies: 12
Views: 4478

Re: How do iI enable enchanted throw automaticly?

<skill name="ROGUE_ENCHANTED_THROW" id="491178" range="0" type="buff" casttime="0" cooldown="0" target="self" buffname="501274" inbattle="true" /> <!-- Buff ID Verified --> I think this is the updated skill inf...
by beanybabe
Fri Aug 05, 2016 1:14 am
Forum: Runes of Magic
Topic: How do iI enable enchanted throw automaticly?
Replies: 12
Views: 4478

How do iI enable enchanted throw automaticly?

I am trying to work out a default profile that auto configures to what ever class you have so you dont need edit it every time. enchanted throw rogue mage skill I tried to put auto in the profile but did not work I tried if(player.Class1 == CLASS_ROGUE and player.Class2 == CLASS_MAGE and (not player...
by beanybabe
Thu Aug 04, 2016 8:17 am
Forum: Runes of Magic
Topic: RoM-Bot Only Wanders
Replies: 7
Views: 3931

Re: RoM-Bot Only Wanders

\micromacro\scripts\rom\waypoints this is the default way \micromacro\scripts\rom-bot\waypoints This is the folder path for waypoints. I rename the rom-bot to just rom it makes it easier to start the bot in console by typing rom/bot your waypoint.xml needs be in that folder. make sure the waypoint e...
by beanybabe
Wed Aug 03, 2016 11:14 am
Forum: Everything else
Topic: player direction
Replies: 3
Views: 5548

Re: player direction

I used a few game editors those numbers you are showing in ce look like they are from unreal.

here is a article that talks about some of the ways. http://www.aclockworkberry.com/world-co ... al-engine/