Search found 31 matches

by Yaham
26 Jan 2018, 09:50
Forum: iRO
Topic: Need new botting map
Replies: 17
Views: 8968

Re: Need new botting map

I guess not many doing this but trust me when I said I make 1m every hour doing bounty + sell loots per characters. Come on.... 1m + loots, this is real? Without the need to sell things like cards/equips to players? My bots do like 6~9m pure zeny per day and I was thinking it was already a huge amo...
by Yaham
19 Jan 2018, 05:49
Forum: iRO
Topic: pickupitem bug
Replies: 2
Views: 2587

Re: pickupitem bug

Check if your pickupitems isn't filled with other information
the "all 0" works for all items that are not listed in your pickupitems.txt

if you have

Code: Select all

all 0
Jellopy 1
Openkore will leave all items but jellopy.
by Yaham
28 Dec 2017, 08:35
Forum: iRO
Topic: 12/27/2017 iRO Renewal Will Not Connect
Replies: 4
Views: 3308

Re: 12/27/2017 iRO Renewal Will Not Connect

Weekly update in the server, just wait until someone release the openkore update! (vacations time, may take a while so)
by Yaham
22 Dec 2017, 09:37
Forum: Other OpenKore support
Topic: Stuck autosell/autobuy
Replies: 11
Views: 10198

Re: Stuck autosell/autobuy

I never had problems too... but just to be safe i'm slowing converting everything to eventMacros I know you're just giving an suggestion! I'm just showing some "errors" that may occur if he basically just copy paste the new code! I never used hooks with the macros.txt, console aways supplyed everyth...
by Yaham
22 Dec 2017, 08:56
Forum: Other OpenKore support
Topic: Stuck autosell/autobuy
Replies: 11
Views: 10198

Re: Stuck autosell/autobuy

The use macro.txt "console" function makes the kore a bit slower! (at least is what everyone says) Slower? How many milliseconds? :? Your idea would work if the only item the kore will buy is red potion! But in the scenario where it buys red potion and fly wing... if the fly wing is over but openko...
by Yaham
22 Dec 2017, 08:26
Forum: Other OpenKore support
Topic: Stuck autosell/autobuy
Replies: 11
Views: 10198

Re: Stuck autosell/autobuy

Why you wanna use eventMacro when you can use normal macro? :shock: If you really masochist type ( :lol: :lol: :lol: ) going da trouble with eventMacro, you can use something like this automacro OhShetRedPotGone { InMap pay_in01 exclusive 1 run-once 1 call CrapBetterBuyPot } macro CrapBetterBuyPot ...
by Yaham
22 Dec 2017, 07:39
Forum: Other OpenKore support
Topic: Stuck autosell/autobuy
Replies: 11
Views: 10198

Re: Stuck autosell/autobuy

This is the same case we were talking in the github fadreus! (fvegini)


How would you do an eventMacro to "always sell before buy"?


In the old macros.txt i used to have one "console /calculating route to auto buy/ call {do autosell}"

But I don't know how to make one without the console
by Yaham
15 Dec 2017, 05:45
Forum: iRO
Topic: IP banned?
Replies: 4
Views: 3477

Re: IP banned?

Looks like is some problem with our ISP.

There's a lot of reports of people in forums.

ISP=Vivo and Movistar affected at the moment.


At least nothing openkore related! haha
by Yaham
14 Dec 2017, 21:02
Forum: iRO
Topic: IP banned?
Replies: 4
Views: 3477

IP banned?

Hello guys, During the maintenance today, me and my brother realized that we couldn't connect to any of Warpportal related websites (playragnarok and forum).... and now, we realized that we can neither connect to the game client within our IP. We tried to connect with the phone 4G, and we got sucess...
by Yaham
20 Nov 2017, 13:41
Forum: Macro Plugin
Topic: Transfer Variables from EventMacro to Macro
Replies: 4
Views: 4232

Re: Transfer Variables from EventMacro to Macro

help_us wrote:

Code: Select all

macro Test1 {
         $EventMacroVariable = 1
}

automacro checkTest1 {
    var .EventMacroVariable = 1
    timeout 2
    call {
        log var \$EventMacroVariable is $EventMacroVariable
   }
}


Just for knowledge, this variables persists until the kore section get closed?