Search found 13 matches

by hg478
Wed May 05, 2010 1:05 pm
Forum: Runes of Magic
Topic: Is their anyway to make it press ctrl+1-(=)?
Replies: 6
Views: 1595

Re: Is their anyway to make it press ctrl+1-(=)?

Hmm... Well Is it normal that it doesnt get the skills right on >.< Because it sometimes hits ctrl+5... When theirs nothing there. It means to hit slot 5, But instead it hits either alt, Or control... Anyway to fix this up a little?
by hg478
Wed May 05, 2010 8:33 am
Forum: Runes of Magic
Topic: Is their anyway to make it press ctrl+1-(=)?
Replies: 6
Views: 1595

Re: Is their anyway to make it press ctrl+1-(=)?

Administrator wrote:

Code: Select all

hotkey="VK_1" modifier="VK_CONTROL"
Thank you!
by hg478
Tue May 04, 2010 7:03 pm
Forum: Runes of Magic
Topic: Is their anyway to make it press ctrl+1-(=)?
Replies: 6
Views: 1595

Is their anyway to make it press ctrl+1-(=)?

I have my tool bars set up so;
Image

Is their anyway to make it so the macro presses keys like; alt+1-(=) or ctrl+1-(=)? >.< I tried using hotkey="VK_ctrl+1" and it rejected it. Id appreciate your help alot, Thank You.
by hg478
Fri Aug 21, 2009 10:27 pm
Forum: Runes of Magic
Topic: hmm idea? :D
Replies: 4
Views: 1458

Re: hmm idea? :D

The answer, in short, is no. It cannot be done without injecting code into the process, which is something that I have decided to stray away from. The reason I do not want to inject any code is: 1) It means having to manually update the DLL and redistribute it for every patch, 2) It means many hack...
by hg478
Fri Aug 21, 2009 9:54 pm
Forum: Runes of Magic
Topic: hmm idea? :D
Replies: 4
Views: 1458

Re: hmm idea? :D

this dident tell me anything... >_<
by hg478
Fri Aug 21, 2009 5:52 pm
Forum: Runes of Magic
Topic: hmm idea? :D
Replies: 4
Views: 1458

hmm idea? :D

ok so i got the whole harvesting thing running almost perfectly, but i was wandering, was their any way to make it run without having to use the mouse? that way we could use other programs while it harvested instead of having the window always open... just and idea/thought :D

Thankx :p
by hg478
Thu Aug 20, 2009 7:58 pm
Forum: Runes of Magic
Topic: help? :D
Replies: 5
Views: 1390

Re: help? :D

uhhh,no at the very top you can save yourself some time at the top where it says <waypoints>,change it to <waypoints type="TRAVEL"> This will save you alot of time,and it will make every waypoint in your file TRAVEL (attack only if attacked.),Unless you tell it so. heh oopz XDDD thanks ma...
by hg478
Thu Aug 20, 2009 4:55 pm
Forum: Runes of Magic
Topic: help? :D
Replies: 5
Views: 1390

Re: help? :D

At the top of your waypoint.xml file it will say <waypoint> make it <waypoint type="TRAVEL"> Now it will only attack when it is attacked. yea i just figured it out XDD looks :p <waypoints> <!-- # 1 --><waypoint x="-175" z="-7357" type="TRAVEL">player:harvest(...
by hg478
Thu Aug 20, 2009 4:49 pm
Forum: Runes of Magic
Topic: help? :D
Replies: 5
Views: 1390

help? :D

is their any way to get the waypoints to go to every waypoint without interfearing with NPCs? so that it dosent attack basicly... i thought i saw someone say put in "travel" for path types, but that dosent work.. not a code. is their any way so that my bot dosent attack when its gathering?...
by hg478
Thu Aug 20, 2009 11:09 am
Forum: Runes of Magic
Topic: Hai, i have an error? i need help pls :s
Replies: 6
Views: 1765

Re: Hai, i have an error? i need help pls :s

The harvester funcion as I see is just create waypoints near resources and save it, after that you must edit the waypoint file and put something like: <waypoint x="-2376" z="-9763"> player:harvest(); </waypoint> The whole description of the process is here: http://www.solarstrik...
by hg478
Thu Aug 20, 2009 10:38 am
Forum: Runes of Magic
Topic: Hai, i have an error? i need help pls :s
Replies: 6
Views: 1765

Re: Hai, i have an error? i need help pls :s

Sure, you missed the closing </skills> tag. roflmao ty XD i do know a lil about this stuff but i guess i just missed that.. im learning atleast eh? and i got it to work btw p: just gonna test stuff on it and see what i can come out with :D oh another thing... what do you know about the harvester fo...
by hg478
Thu Aug 20, 2009 10:20 am
Forum: Runes of Magic
Topic: Hai, i have an error? i need help pls :s
Replies: 6
Views: 1765

Re: Hai, i have an error? i need help pls :s

Try this: <profile> <options> <option name="HP_LOW" value="85" /> <option name="MP_LOW_POTION" value="50" /> <option name="HP_LOW_POTION" value="40" /> <option name="COMBAT_TYPE" value="ranged" /> <option name="COM...
by hg478
Thu Aug 20, 2009 9:58 am
Forum: Runes of Magic
Topic: Hai, i have an error? i need help pls :s
Replies: 6
Views: 1765

Hai, i have an error? i need help pls :s

Ok im rather new here and i have NO clue what im doing. i got micromacro and everything running for ROM, and im trying to run it for my priest. heres the .txt <profile> <options> <option name="HP_LOW" value="85" /> <option name="MP_LOW_POTION" value="50" /> <o...