Alberta Daily Quest

Philippines

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.
hisokiss
Noob
Noob
Posts: 8
Joined: 29 Jan 2013, 12:12
Noob?: No

Alberta Daily Quest

#1 Post by hisokiss »

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
NiTRO106
Plain Yogurt
Plain Yogurt
Posts: 64
Joined: 30 Nov 2012, 20:27
Noob?: No

Re: Alberta Daily Quest

#2 Post by NiTRO106 »

@hisokiss

please refer to this topic here. it has been updated already. [LINK: http://forums.openkore.com/viewtopic.php?f=32&t=18434]
hisokiss
Noob
Noob
Posts: 8
Joined: 29 Jan 2013, 12:12
Noob?: No

Re: Alberta Daily Quest

#3 Post by hisokiss »

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]
Hi NitRO106,

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
NiTRO106
Plain Yogurt
Plain Yogurt
Posts: 64
Joined: 30 Nov 2012, 20:27
Noob?: No

Re: Alberta Daily Quest

#4 Post by NiTRO106 »

@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.
hisokiss
Noob
Noob
Posts: 8
Joined: 29 Jan 2013, 12:12
Noob?: No

Re: Alberta Daily Quest

#5 Post by hisokiss »

NiTRO106 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.
I see.. thanks for your help :)