Search found 29 matches

by randomuser01
Fri Aug 20, 2010 2:10 am
Forum: Runes of Magic
Topic: How do I force start at waypoint #1?
Replies: 20
Views: 5290

Re: How do I force start at waypoint #1?

Ran the new script and setup today and it worked flawlessly, did exactly what I wanted it to.

Thanks for the help!
by randomuser01
Thu Aug 19, 2010 12:10 am
Forum: Runes of Magic
Topic: How do I force start at waypoint #1?
Replies: 20
Views: 5290

Re: How do I force start at waypoint #1?

Could really use some help with this. Trying to chain together several scripts and they all start and end on the exact same spot. So half the time a new script will load, and it will automatically set the last waypoint as next (because start and end are the same) and that means it skips that waypoi...
by randomuser01
Wed Aug 18, 2010 9:44 pm
Forum: Runes of Magic
Topic: How do I force start at waypoint #1?
Replies: 20
Views: 5290

Re: How do I force start at waypoint #1?

Either way. Starting rom/bot.lua and selecting the waypoint from the list, even with the onLoad script, it will start wherever is closest. With a new waypoint list being started using loadPaths(""). Either way, the closest waypoint is selected. I even tried loading it by creating a batch f...
by randomuser01
Wed Aug 18, 2010 8:00 pm
Forum: Runes of Magic
Topic: How do I force start at waypoint #1?
Replies: 20
Views: 5290

Re: How do I force start at waypoint #1?

Could really use some help with this. Trying to chain together several scripts and they all start and end on the exact same spot. So half the time a new script will load, and it will automatically set the last waypoint as next (because start and end are the same) and that means it skips that waypoin...
by randomuser01
Tue Aug 17, 2010 6:45 pm
Forum: Runes of Magic
Topic: How do I force start at waypoint #1?
Replies: 20
Views: 5290

Re: How do I force start at waypoint #1?

Still doesn't work, not getting any errors either.
by randomuser01
Tue Aug 17, 2010 5:51 pm
Forum: Runes of Magic
Topic: Swap secondary class
Replies: 2
Views: 1187

Re: Swap secondary class

I've been looking through the API functions and I can't find the function to just click on a menu option that isn't a quest from an NPC. I'm using streamline, so clicking on "I want to switch my primary and secondary" on a house maid will automatically swap classes, so that part is finish...
by randomuser01
Tue Aug 17, 2010 5:45 pm
Forum: Runes of Magic
Topic: disable UAC for micromacro.exe...
Replies: 7
Views: 2632

Re: disable UAC for micromacro.exe...

Well, yes and no.

Deleting that file make it not ask for admin privileges anymore. So that is good.

But it can no longer communicate with the client. So that is bad.
by randomuser01
Tue Aug 17, 2010 5:41 pm
Forum: Runes of Magic
Topic: Bot makes no attempt to loot *SOLVED*
Replies: 13
Views: 4744

Re: Bot makes no attempt to loot (ya ya)

Do you have click to move on still?
by randomuser01
Tue Aug 17, 2010 12:12 am
Forum: Runes of Magic
Topic: How do I force start at waypoint #1?
Replies: 20
Views: 5290

Re: How do I force start at waypoint #1?

I'll give that a shot tomorrow, see what it spits out, thanks.
by randomuser01
Tue Aug 17, 2010 12:11 am
Forum: Runes of Magic
Topic: disable UAC for micromacro.exe...
Replies: 7
Views: 2632

Re: disable UAC for micromacro.exe...

I'm running a fresh install of windows 7 too, and I get the popup.

Default setting is any program that gets write access has the popup, and mm.exe definately does.
by randomuser01
Mon Aug 16, 2010 9:54 pm
Forum: Runes of Magic
Topic: How do I force start at waypoint #1?
Replies: 20
Views: 5290

Re: How do I force start at waypoint #1?

Does the exact same thing that my code does. Still just loads whatever waypoint is closest.
by randomuser01
Mon Aug 16, 2010 9:25 pm
Forum: Runes of Magic
Topic: Swap secondary class
Replies: 2
Views: 1187

Swap secondary class

I've been looking through the API functions and I can't find the function to just click on a menu option that isn't a quest from an NPC. I'm using streamline, so clicking on "I want to switch my primary and secondary" on a house maid will automatically swap classes, so that part is finishe...
by randomuser01
Mon Aug 16, 2010 7:53 pm
Forum: Runes of Magic
Topic: How do I force start at waypoint #1?
Replies: 20
Views: 5290

How do I force start at waypoint #1?

Code: Select all

	<onLoad>
		__WPL:setWaypointIndex( 1);	
	</onLoad>
^ doesn't work. I'm out of ideas.

How do I make the script start at waypoint 1 no matter what waypoint it thinks is closer?
by randomuser01
Fri Aug 13, 2010 7:09 pm
Forum: Runes of Magic
Topic: Suggestion for next update
Replies: 4
Views: 1594

Re: Suggestion for next update

You should set LOOT_DISTANCE in your profile to a lower value, not much higher than MAX_TARGET_DISTANCE It's set to 40: <option name="LOOT" value="true" /> <option name="LOOT_IN_COMBAT" value="true" /> <option name="LOOT_DISTANCE" value="40&quo...
by randomuser01
Fri Aug 13, 2010 4:49 pm
Forum: Runes of Magic
Topic: Suggestion for next update
Replies: 4
Views: 1594

Suggestion for next update

Please add a timeout to looting! I can't count how many times my bot has stopped because of We didn't move to the loot!? Root buff? Missing click to move option? Use MACRO: Looting target in distance 31111. It seems to happen most when I'm killing a group of mobs that all have the same name in a rea...
by randomuser01
Fri Aug 06, 2010 1:51 pm
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 11889

Re: Help need to make questbot

Well yeah that would be an option, alltough i dont want to call another waypoint script ;) I want to use 1 waypointscript for 1 quest :) but thnx for your input :) :geek: Well then instead of the load waypoint code, use a jump to waypoint code like repeat queststate = getQuestStatus(questname); yre...
by randomuser01
Fri Aug 06, 2010 1:44 pm
Forum: Runes of Magic
Topic: I want to rest after combat if HP is low
Replies: 2
Views: 987

Re: I want to rest after combat if HP is low

Works great, thanks a lot!
by randomuser01
Thu Aug 05, 2010 11:21 pm
Forum: Runes of Magic
Topic: Help need to make questbot
Replies: 49
Views: 11889

Re: Help need to make questbot

What about doing something like this? repeat queststate = getQuestStatus(questname); yrest(500) until queststate if queststate == "complete" then --load waypoint file to run back to town end (Stolen from your egg script btw) I use that script chunk for all my chars for doing dailies, I'd i...
by randomuser01
Thu Aug 05, 2010 11:15 pm
Forum: Runes of Magic
Topic: I want to rest after combat if HP is low
Replies: 2
Views: 987

I want to rest after combat if HP is low

My bot runs through a pretty dense area of non-aggressive mobs. The combination of them hitting me + dots + there being so many, I have a decent chance of dieing. What I'd like to do is once a fight is finished, if my HP is under 80% use the hide skill, wait til HP is over 90%, and then continue doi...
by randomuser01
Thu Jul 29, 2010 10:55 pm
Forum: Runes of Magic
Topic: Can't figure out how to accept quest
Replies: 4
Views: 1486

Re: Can't figure out how to accept quest

Isn't working. Gives error: [string "..."]:24: attempt to call global 'OnClick_QuestListButton' <a nil value> Sorry; sendMacro("OnClick_QuestListButton(1, 1)"); yrest(1000) sendMacro("AcceptQuest()"); sendMacro("OnClick_QuestListButton(3, 1)"); yrest(1000) se...