Search found 8 matches

by coarse
08 May 2015, 18:52
Forum: Private Servers
Topic: DarkRo Force Bot
Replies: 6
Views: 4153

Re: DarkRo Force Bot

already check, positive harmony :D Positive for harmony? Or positive that there's not harmony? According to this post , harmony is not installed in the server as it was stopping them from adding new items. In other words, what DarkRO was back in 08/09 (minus the antibot script in gold room was it?)...
by coarse
08 May 2015, 06:20
Forum: Share your macro's
Topic: [DarkRO] Gold Counter
Replies: 4
Views: 8592

Re: [DarkRO] Gold Counter

DarkRO updated their servers. They've added a total GP collected everytime you get GP. Here's the updated macro for exiting the room, though you can still use the one above. automacro exit { console /Total GP: (\d+)/ call { if ($.lastMatch 1 >= 500) { -insert your exit commands here- } } }
by coarse
06 May 2015, 04:22
Forum: Share your macro's
Topic: [DarkRO] Gold Counter
Replies: 4
Views: 8592

[DarkRO] Gold Counter

I use this instead of using a timer for my gold room bot.

Code: Select all

automacro instantiate {
	var gold unset
	call {
		$gold = 0
	}
	run-once 1
}
automacro add {
	var gold >= 0
	console /got (\d+) GP/
	call {
		$add = $.lastMatch1
		$gold = @eval($gold+$add)
		log You have $gold gold.
	}
}
by coarse
06 May 2015, 04:16
Forum: Private Servers
Topic: DarkRo Force Bot
Replies: 6
Views: 4153

Re: DarkRo Force Bot

You can find the server information inside your DarkRO data folder. Aside from the server information, you also need the correct .pm files and the correct recvpackets text file. This should be enough information for you to know how to connect to DarkRO.
by coarse
04 May 2015, 06:52
Forum: Share your macro's
Topic: [DarkRO] Blackjack Dealer Bot
Replies: 1
Views: 5081

[DarkRO] Blackjack Dealer Bot

You have to change #indexOfNPC to the index of the blackjack dealer when you type 'nl' Other than that, it's good to go You can change the strategy at the do automacro dealer hand value is $dhvalue while player hand value is $phvalue $phvalue will always be the soft value, if possible macro startbj ...
by coarse
17 Nov 2013, 01:59
Forum: iRO
Topic: Priest bot being erratic
Replies: 2
Views: 2510

Re: Priest bot being erratic

Yeah I got an idea. I think your configuration is wrong. :roll: If it buffs him then it works. That's the main point of having a priest bot. Autowhisper is just an additional feature, totally optional. On topic, you could probably add a timeout instead of an autowhisper so that the bot buffs you be...
by coarse
17 Nov 2013, 01:35
Forum: iRO
Topic: ip server chaos for bot.
Replies: 2
Views: 5447

Re: ip server chaos for bot.

# Renewal [International - iRO: Ymir/Yggdrasil/Valkyrie] # http://playragnarok.com title International - iRO: Chaos (Renewal-compatible) ip 128.241.92.162 port 6800 master_version 1 version 18 serverType iRO serverEncoding Western patchserver ropatch1.gravityus.com patchpath /patch02 addTableFolder...
by coarse
17 Nov 2013, 01:32
Forum: iRO
Topic: Auto Vend
Replies: 1
Views: 2079

Re: Auto Vend

Code: Select all

lockMap
lockMap_x
lockMap_y
That is your problem. You need to set a map and the coords so the bot automatically goes to that map and vend at those coords.