Search found 10 matches

by jurafxp
Sat Jun 19, 2010 9:08 am
Forum: Runes of Magic
Topic: have a problem with the Waypoint
Replies: 2
Views: 1468

Re: have a problem with the Waypoint

heometric valor .. are you sure?
by jurafxp
Sat Jun 12, 2010 3:58 am
Forum: Announcements
Topic: MicroMacro 1.01, need testers
Replies: 17
Views: 20437

Re: MicroMacro 1.01, need testers

Administrator wrote:

Code: Select all

wine START micromacro.exe --wine
That helped and its working, but anyway its very slow and it makes very long pauses..
I am using Ubuntu 10.04 64bit (on C2D 3GHz), wine-1.2-rc3.
by jurafxp
Thu Jun 10, 2010 6:03 pm
Forum: Announcements
Topic: MicroMacro 1.01, need testers
Replies: 17
Views: 20437

Re: MicroMacro 1.01, need testers

hi, i tried micromacro under wine, but its not reacting to any hotkeys, even with --wine parameter (except ctrl+c) log.txt Fri Jun 11 01:07:39 2010 : MicroMacro v1.01 beta 2 Fri Jun 11 01:07:39 2010 : Processor Type: 2X 586 @1998MHz, OS: Windows XP Service Pack 3 Fri Jun 11 01:07:39 2010 : User priv...
by jurafxp
Wed Jun 02, 2010 3:30 am
Forum: Runes of Magic
Topic: _WPL:reverse(); does not work
Replies: 11
Views: 3676

Re: _WPL:reverse(); does not work

i am using this:

Code: Select all

<!-- #  1 --><waypoint x="123" z="123">__WPL:reverse();__WPL:setWaypointIndex(2); </waypoint>
...
<!-- # 69 --><waypoint x="456" z="456">__WPL:reverse();__WPL:setWaypointIndex(68); </waypoint>
by jurafxp
Sun May 23, 2010 2:17 am
Forum: Runes of Magic
Topic: How can I add an inventoryid?
Replies: 6
Views: 2091

Re: How can I add an inventoryid?

its in inventory.lua, line 565
by jurafxp
Sun May 09, 2010 9:36 am
Forum: Runes of Magic
Topic: Need some help with RB strange behaviors :-)
Replies: 15
Views: 3456

Re: Need some help with RB strange behaviors :-)

i have same problem..
by jurafxp
Mon May 03, 2010 6:26 am
Forum: Runes of Magic
Topic: Who can fix UberFlex AutoCombat System?
Replies: 26
Views: 8289

Re: Who can fix UberFlex AutoCombat System?

Also there is no SimpleTimer3_EventHandler(); unless you have a different version than me. i have version "v1.6.3", also timer 3 seems quite unnecessary: .... ------------------------------------------------ -- Timer 3 : Used for animated icon ---------------------------------------------...
by jurafxp
Sun May 02, 2010 4:23 am
Forum: Runes of Magic
Topic: Who can fix UberFlex AutoCombat System?
Replies: 26
Views: 8289

Re: Who can fix UberFlex AutoCombat System?

for working Uberflex: in options: <option name="AUTO_TARGET" value="false" /> <option name="PATH_TYPE" value="wander"/> <option name="WANDER_RADIUS" value="0" /> in onLoad: player.Current_waypoint_type = WPT_RUN; while (true) do sendMacro(&...
by jurafxp
Sun May 02, 2010 3:57 am
Forum: Runes of Magic
Topic: Uberflex replacement
Replies: 122
Views: 41925

Re: Uberflex replacement

rock5 wrote:Except I don't quite follow the keyboard commands.
I think it should be

Code: Select all

while (true) do
        sendMacro("SimpleTimer1_EventHandler();");
        sendMacro("SimpleTimer2_EventHandler();");
        sendMacro("SimpleTimer3_EventHandler();");
         yrest(200)
end
by jurafxp
Fri Apr 30, 2010 4:12 am
Forum: Runes of Magic
Topic: Who can fix UberFlex AutoCombat System?
Replies: 26
Views: 8289

Re: Who can fix UberFlex AutoCombat System?

so if the problem with UberFlex is that it needs some event to trigger actions, is it possible to get this event from micromacro.. something like "clock signal" ?