Search found 32 matches

by i1own0u
Wed Mar 19, 2014 11:29 pm
Forum: Runes of Magic
Topic: syntax error in bot
Replies: 34
Views: 8692

Re: syntax error in bot

mine isn't working;

scripts\rom\bot.lua:86:...b/desktop/micromacro/scripts/rom/classes/memorytable.lua:7: bad arguement #2 to 'memoryReadUIntPtr' (number expected, got nil)
by i1own0u
Wed Mar 19, 2014 11:24 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Tina 'Black Bar' event
Replies: 7
Views: 3156

Re: Tina 'Black Bar' event

Thank you. Going to try it out.

Offtopic but... anyone have a waypoint file to do the secret garden event? The one that has a 1min timer and you open chests upon chests? I know of people who are farming that for +20 jewels. Would be nice.
by i1own0u
Sun Feb 23, 2014 10:23 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Flower festival - Bot throwing a rose at cavies minigame.
Replies: 43
Views: 13977

Re: Flower festival - Bot throwing a rose at cavies minigame

make macro, spam macro

make waypoints.

/script UseExtraAction(1)
/script TargetNearestFriend()
by i1own0u
Sat Dec 07, 2013 6:45 am
Forum: Runes of Magic
Topic: How to create a function for a elite skill
Replies: 24
Views: 7457

Re: How to create a function for a elite skill

Using diyce for this kind of thing is much better. Just like weaving charged chop.
by i1own0u
Sat Nov 16, 2013 5:02 pm
Forum: RoM general
Topic: Energy of Justice easily earned
Replies: 53
Views: 18942

Re: Energy of Justice easily earned

it's not fixed, yet. macro can be made ingame, needs to happen kinda like this though (i don't have anything decent enough to post, its just daily notes and /cast attacks..) 1.) acceptquest(unknown energy) -- Has to be EoJ version 2.) acceptquest(final analysis) -- Pretyt sure there is only eoj vers...
by i1own0u
Mon Nov 11, 2013 3:01 am
Forum: Runes of Magic
Topic: Micromacro just crashing functions.lua:2044
Replies: 4
Views: 1557

Re: Micromacro just crashing functions.lua:2044

Alright, I'll try that out. If the problem persists, i'll post again.
by i1own0u
Mon Nov 11, 2013 1:08 am
Forum: Runes of Magic
Topic: Micromacro just crashing functions.lua:2044
Replies: 4
Views: 1557

Re: Micromacro just crashing functions.lua:2044

iirc, no. It is just sitting at the NPC before the prompt is even up and open. It seems to be at the step right before the dialogue is open.
by i1own0u
Mon Nov 11, 2013 12:10 am
Forum: Runes of Magic
Topic: Micromacro just crashing functions.lua:2044
Replies: 4
Views: 1557

Micromacro just crashing functions.lua:2044

<?xml version="1.0" encoding="utf-8"?><waypoints> <onLoad> -- Change Profile Option __WPL:setForcedWaypointType("RUN") questName1 = "Killer in the Midst" </onLoad> <!-- # 1 --><waypoint x="-4487" z="-13760" y="350" tag= "sta...
by i1own0u
Sun May 05, 2013 2:16 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Goblin Mines - Phirius Potion farm
Replies: 43
Views: 17250

Re: Goblin Mines - Phirius Potion farm

that's good to hear. can't wait to see if you get it working.
by i1own0u
Mon Oct 01, 2012 6:25 pm
Forum: Runes of Magic
Topic: The new Exp bug - need waypoint help
Replies: 33
Views: 8340

Re: The new Exp bug - need waypoint help

I've got a working script for portals, smetimes it gets stuck, if it targets the portal and then the portal disappears. But anyway, here it is: <?xml version="1.0" encoding="utf-8"?><waypoints type="RUN"> <!-- # 1 --><waypoint x="5503" z="-4221" y=&...
by i1own0u
Mon Oct 01, 2012 1:29 am
Forum: Runes of Magic
Topic: The new Exp bug - need waypoint help
Replies: 33
Views: 8340

Re: The new Exp bug - need waypoint help

111393

I used

Code: Select all

player:target_NPC("111393");
but it doesn't select "Yes" to bring me through.
by i1own0u
Mon Oct 01, 2012 12:23 am
Forum: Runes of Magic
Topic: The new Exp bug - need waypoint help
Replies: 33
Views: 8340

Re: The new Exp bug - need waypoint help

I'm also wondering about that.

Would be nice to have it just find the closest passageway portal that is opened and take it. I have everything else done ;\