Hi All,
Anybody has working macro for crate or daily quest in alberta? my bot just sits and don't do the quest.
this is my source http://rbmpopenkoremadeeasy.blogspot.co ... rates.html
Alberta Daily Quest
Moderators: waferbaron, Moderators
Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
-
- Plain Yogurt
- Posts: 64
- Joined: 30 Nov 2012, 20:27
- Noob?: No
Re: Alberta Daily Quest
@hisokiss
please refer to this topic here. it has been updated already. [LINK: http://forums.openkore.com/viewtopic.php?f=32&t=18434]
please refer to this topic here. it has been updated already. [LINK: http://forums.openkore.com/viewtopic.php?f=32&t=18434]
-
- Noob
- Posts: 8
- Joined: 29 Jan 2013, 12:12
- Noob?: No
Re: Alberta Daily Quest
Hi NitRO106,NiTRO106 wrote:@hisokiss
please refer to this topic here. it has been updated already. [LINK: http://forums.openkore.com/viewtopic.php?f=32&t=18434]
Thanks for your reply. Does this code still works for you?
Code: Select all
automacro getMimic {
console /(first|second|third|fourth|fifth|sixth) crate/
call {
if ($.lastMatch1 =~ /first crate/i) goto first
if ($.lastMatch1 =~ /second crate/i) goto second
if ($.lastMatch1 =~ /third crate/i) goto third
if ($.lastMatch1 =~ /fourth crate/i) goto fourth
if ($.lastMatch1 =~ /fifth crate/i) goto fifth
if ($.lastMatch1 =~ /sixth crate/i) goto sixth
:first
$mimic = first
:second
$mimic = second
:third
$mimic = third
:fourth
$mimic = fourth
:fifth
$mimic = fifth
:sixth
$mimic = sixth
call talkMimic
}
}
also i have tried code from this link http://forums.openkore.com/viewtopic.php?f=55&t=15699 but after my character goes to alberta and talk to NPC i got this (As per NPC blah blah blah etc.) and then disconnect will reconnect after 30 sec
-
- Plain Yogurt
- Posts: 64
- Joined: 30 Nov 2012, 20:27
- Noob?: No
Re: Alberta Daily Quest
@hisokiss
don't use my codes there. it doesn't work until now. i'm finding a free time to modify mine and then i will post it here. use raine101's macro insted.
don't use my codes there. it doesn't work until now. i'm finding a free time to modify mine and then i will post it here. use raine101's macro insted.
-
- Noob
- Posts: 8
- Joined: 29 Jan 2013, 12:12
- Noob?: No
Re: Alberta Daily Quest
I see.. thanks for your helpNiTRO106 wrote:@hisokiss
don't use my codes there. it doesn't work until now. i'm finding a free time to modify mine and then i will post it here. use raine101's macro insted.
