Search found 8 matches

by huehuehuebr
31 Jul 2015, 15:57
Forum: Share your macro's
Topic: SimpleKVM Only iRO-Classic
Replies: 0
Views: 5396

SimpleKVM Only iRO-Classic

1.Put all in macros.txt 2.let config.txt/lockMap none 3.save in Prontera (kafra south) automacro kvmprt1 { location prontera timeout 30 priority 10 call kvmprtm1 } macro kvmprtm1 { do talknpc 123 83 c c r0 n do conf kvmstep kvm2 } automacro kvmprt2 { location bat_room 154 150 eval ($::config{kvmstep...
by huehuehuebr
26 May 2015, 17:50
Forum: Bug reports
Topic: [BUG] onAction and notOnAction inside config.txt not working
Replies: 0
Views: 1894

[BUG] onAction and notOnAction inside config.txt not working

Hi guys, i want to try some macros in some AI sequences, but the command notOnAction, doesnt work properly. I dont know if this bug is old, but i search and dont make any results. 'in control/config.txt' doCommand macro portalm { hp sp homunculus_hp homunculus_sp homunculus_dead notOnAction buyAuto,...
by huehuehuebr
11 May 2015, 12:05
Forum: Share your macro's
Topic: [Classic-IRO] Janeway Jump Quests (Job 1 to 50.)
Replies: 4
Views: 11996

Re: [Classic-IRO] Janeway Jump Quests (Job 1 to 50.)

Add this to: \Openkore\src\Network\Receive\iRO.pm ( * * two final lines in red * * ) Thanks to EternalHarvest. http://forums.openkore.com/viewtopic.php?f=55&t=16436 ######################################################################### # OpenKore - Network subsystem # Copyright (c) 2006 OpenKore ...
by huehuehuebr
06 Apr 2015, 21:13
Forum: Share your macro's
Topic: [Classic-IRO] Janeway Jump Quests (Job 1 to 50.)
Replies: 4
Views: 11996

[Classic-IRO] Janeway Jump Quests (Job 1 to 50.)

Hi everyone, I would like to contribute to this macro that was very helpful to me, and I hope it is for you. Thats a simple macro, just some coords and triggers, but the most part, i get in support and tutorials. Really thanks for that. # ## THANKS FOR ALL OPENKORE.COM AND ROFAN.RU COMUNITY , ESPECI...
by huehuehuebr
04 Mar 2015, 17:47
Forum: Macro Plugin
Topic: homunculas summon
Replies: 2
Views: 3105

Re: homunculas summon

Hi grayy, I do this simple macro to feed homun when he is on, (i have the same problem a week ago). To avoid bugs like this, change config line Homunculus_autoFeed to "0". automacro homunfeed { eval ($::char->{homunculus}{hunger}) < 25 overrideAI 1 exclusive 1 timeout 20 call { do homun feed } }
by huehuehuebr
02 Mar 2015, 17:31
Forum: Macro Plugin
Topic: [Idle/Partially Solved]If functions
Replies: 2
Views: 3213

Re: If functions

Thanks for the link Virulent! I will remake for a clean macro.. again, thanks. I solution for time: automacro up0 { location prt_in exclusive 1 eval $::config{Forja} eq "1" ## Add a line Forja in Config.txt ## equipped rightHand none timeout 1 call { do eq Main Gauche [4] } } automacro up1 { locatio...
by huehuehuebr
17 Feb 2015, 17:20
Forum: Macro Plugin
Topic: [Idle/Partially Solved]If functions
Replies: 2
Views: 3213

[Idle/Partially Solved]If functions

Hi everyone, im trying make a refiner via macro, already try another but dont work fine for me. I make this: automacro forjando { location prt_in eval $::config{Forja} eq "1" ## I added this in config, only bcz i use the same config to sell too. timeout 1 call forjandom } macro forjandom { if equipp...
by huehuehuebr
08 Jan 2015, 08:05
Forum: Resolved Questions
Topic: [Solved] Variable Char Name
Replies: 0
Views: 2332

[Solved] Variable Char Name

Hi, I have a little problem, i try a lot and not found anything on tutorials or forums.. I want to make a macro thats log my character name.. its look like this: do talknpc 100 29 w2 t=<$.name> w4 c w4 c w4 Whats happen: he will talk to npc in 100 29 / wait 2 sec / put her char name in the box / wai...