Search found 8 matches

by vegasmike
Fri Oct 05, 2012 7:16 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Veiled Encampment Waypoint
Replies: 4
Views: 2151

Re: Veiled Encampment Waypoint

<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL"> <onload> YourTargetScore = 1776 function waitForEventStart() repeat yrest(1000) -- check every second local namePE,messagePE,namePH,ScorePE,Count , IsScoreVisible= RoMScript("PE_GetInfo(1)") if C...
by vegasmike
Fri Aug 24, 2012 2:11 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Anthony Taz Daily Quest in Rorazan: Demonstration Battle
Replies: 31
Views: 12261

Re: Anthony Taz Daily Quest in Rorazan: Demonstration Battle

Just figured I'd put this here since it relates to the event. I'm not sure what the tick timer is for micromacro but pressing the key manually seems to be faster than any way I have been able to do this quest via micromacro. Hotkeying it, of course, would allow for spamming via micromacro and allow ...
by vegasmike
Wed Aug 15, 2012 8:05 pm
Forum: Upcoming games
Topic: Vanguard: Saga of Heroes
Replies: 1
Views: 3821

Vanguard: Saga of Heroes

Now that Vanguard has gone F2P, are there any plans to do a bot for it?
by vegasmike
Wed Aug 01, 2012 9:52 am
Forum: Runes of Magic
Topic: Use of harvest
Replies: 13
Views: 4027

Re: Use of harvest

rock5 wrote:
vegasmike wrote:I ran the WP and it didn't bring up any other names.
So it didn't print anything at all in green?
There are just the "Tergothen Wildberry"s from the area. The WP didn't yield any object IDs for me to compare but the names are the same as the quest as well as the tooltip.
by vegasmike
Tue Jul 31, 2012 3:53 pm
Forum: Runes of Magic
Topic: Use of harvest
Replies: 13
Views: 4027

Re: Use of harvest

Here is a little waypoint file I just wrote. Stand near a Wildberry and run it. It should print info on all objects within a radius of 50 from the player. If there is a second id printed with the same coords as the wildberry then that is probably the id you should be targeting. I ran the WP and it ...
by vegasmike
Tue Jul 31, 2012 10:23 am
Forum: Runes of Magic
Topic: Use of harvest
Replies: 13
Views: 4027

Re: Use of harvest

Is it posible it's the wrong id? It is certainly possible. I am very new at this. I got the ID by using getid. Are there better ways to go about getting the numbers? When you click the Wildbery, does it disappear or does it just become unclickable but still visible? Once MM shows that the item has ...
by vegasmike
Mon Jul 30, 2012 2:27 pm
Forum: Runes of Magic
Topic: Use of harvest
Replies: 13
Views: 4027

Re: Use of harvest

player:harvest doesn't have that many options and should only really be used when collecting resources such as wood, herbs and ore. player:target_Object is for collecting objects. That's the function that has all the options for dealing with differerent types of objects. After having excluded the p...
by vegasmike
Mon Jul 30, 2012 12:51 pm
Forum: Runes of Magic
Topic: Use of harvest
Replies: 13
Views: 4027

Use of harvest

I apologize if this was covered elsewhere but I was unable to find anything on this in any threads that seemed even slightly relevant. I am having a problem with player:harvest(). For some objects, it works; for others, it does not. Here is a line from my WP file <!-- # 13 --><waypoint x="-2618...