Search found 25 matches

by Uzah
31 Dec 2011, 17:52
Forum: Macro Plugin
Topic: How to make an automacro trigger every <n> seconds?
Replies: 1
Views: 2373

Re: How to make an automacro trigger every <n> seconds?

Adding timeout <n> seconds should work.. Here's an example:

Code: Select all

automacro Smile Every 5 Sec {
	timeout 5
	call {
		do e heh
		}
	}
-Spoonfed
by Uzah
31 Dec 2011, 14:21
Forum: Macro Plugin
Topic: AutoTrade[Made Easy] by Gamenikko
Replies: 77
Views: 62316

Re: AutoTrade[Made Easy] by Gamenikko

Yeah you're absolutely right. Actually I just lost 400+ pcs raydric cards on Dec 29 2011 because of the cheap hunter's talkie box trap. Luckily I did not put all of my raydric cards on that particular character. I still have 700 pcs left and I managed to fix the problem by adding another automacro r...
by Uzah
28 Dec 2011, 02:47
Forum: Resolved Questions
Topic: ignoreAll with exceptions
Replies: 4
Views: 3388

Re: ignoreAll with exceptions

IMO the one you are trying to aim is impossible. ignoreALL 1 is equivalent to /exall command in game; thus, you can't make any exemption to it similar to when you're actually playing the game.
by Uzah
28 Dec 2011, 01:34
Forum: Resolved Questions
Topic: help for bot vend
Replies: 7
Views: 6010

Re: help for bot vend

^ I tested the automacro I posted and its running fine. Perhaps you just need to download the latest openkore svn at http://openkore.collectskin.com/.
by Uzah
22 Dec 2011, 02:00
Forum: Other Plugins
Topic: petFeeder plugin
Replies: 37
Views: 53614

Re: petFeeder plugin

I believe everything is working except all console commands of this plugin. Just tested and it seems like only the Commands.pl is responding that's why I tweaked Commands.pl instead of petFeeder plugin. I don't know if this is allowed but I edited Commands.pm from: } elsif ($args[0] eq "s" || $args[...
by Uzah
22 Dec 2011, 01:25
Forum: pRO
Topic: Timeout on Account Server, reconnecting...(using latest svn)
Replies: 18
Views: 9727

Re: Timeout on Account Server, reconnecting...(using latest svn)

gulphe39 wrote:pag ka dl ko meron pa ba ako dpat iedit? kc d xa nagana, valkyrie or new loki.

senxa na po hehe,, noob pa. thx sa future reply :))
http://forums.openkore.com/viewtopic.php?f=32&t=129
Please use English and explain further the error/problem you're encountering while running the Kore. Thanks.
by Uzah
21 Dec 2011, 01:50
Forum: Resolved Questions
Topic: Char Deletion Plugin Error
Replies: 3
Views: 6087

Re: Char Deletion Plugin Error

The plugin does not create a character in an empty char slot unless it deletes an existing one first.
by Uzah
21 Dec 2011, 01:14
Forum: pRO
Topic: dissabling gameguard for philippine valkyrie 12/21/2011
Replies: 4
Views: 3394

Re: dissabling gameguard for philippine valkyrie 12/21/2011

Just to make it simple, check this page http://forums.openkore.com/viewtopic.php?f=55&t=11659, and click Finding Hex Codes for Valkyrie. Download any safe Hex Editor you're comfortable with to open and edit the provided unpacked ragexe.exe. Then just disregard any codes that you see and focus on Sea...
by Uzah
20 Dec 2011, 04:09
Forum: Discussion
Topic: How to config for "Buying to unusuall NPC's"
Replies: 1
Views: 2414

Re: How to config for "Buying to unusuall NPC's"

If I remember it right, Erundek is where you can exchange your badges for prizes only and is not related to buying. Thus, you can make a simple automacro that repeatedly talks to him. Here's an example: automacro Exchange { inventory "Badges" >= 10 location geffen 101 122 exclusive 1 call { do talkn...
by Uzah
20 Dec 2011, 03:27
Forum: Private Servers
Topic: HELP locating NPCs
Replies: 3
Views: 2948

Re: HELP locating NPCs

I'm not quite sure if this is your problem but try to adjust removeActorWithDistance in config.txt. I think the default value should be 15 there. For further information you can read it at http://www.openkore.com/index.php/Remov ... thDistance. Hope this might help.