Alberta Daily Cargo Quest Macro

Moderator: Moderators

Message
Author
mnajrg24
Noob
Noob
Posts: 4
Joined: 28 Mar 2011, 08:01
Noob?: Yes

Re: Alberta Daily Cargo Quest Macro

#11 Post by mnajrg24 »

theres no bug in this macro, except for the change character, when the bot finish the quest
it only sitting, not changing char, what could be the problem?
and can i add more characters?
because in my server i can create 9 characters in 1 account,

chenchut20
Noob
Noob
Posts: 13
Joined: 19 Feb 2010, 09:16
Noob?: Yes

Re: Alberta Daily Cargo Quest Macro

#12 Post by chenchut20 »

please please update the change char.it is not working..
macro changeCHAR {
$uname1 = yourusername
$pword1 = yourpassword
$slot1 = yourcharslot#

$uname2 = yourusername
$pword2 = yourpassword
$slot2 = yourcharslot#

$uname3 = yourusername
$pword3 = yourpassword
$slot3 = yourcharslot#

$uname4 = yourusername
$pword4 = yourpassword
$slot4 = yourcharslot#

$uname5 = yourusername
$pword5 = yourpassword
$slot5 = yourcharslot#

goto char
stop

:char
if (($uname1 == @config(username)) && ($pword1 == @config(password)) && ($slot1 == @config(char))) goto secondchar
if (($uname2 == @config(username)) && ($pword2 == @config(password)) && ($slot2 == @config(char))) goto thirdchar
if (($uname3 == @config(username)) && ($pword3 == @config(password)) && ($slot3 == @config(char))) goto fourthchar
if (($uname4 == @config(username)) && ($pword4 == @config(password)) && ($slot4 == @config(char))) goto fifthchar
if (($uname5 == @config(username)) && ($pword5 == @config(password)) && ($slot5 == @config(char))) goto firstchar
stop

:secondchar
do conf username $uname2
do conf password $pword2
do conf char $slot2
do relog 5
stop

:thirdchar
do conf username $uname3
do conf password $pword3
do conf char $slot3
do relog 5
stop

:fourthchar
do conf username $uname4
do conf password $pword4
do conf char $slot4
do relog 5
stop

:fifthchar
do conf username $uname5
do conf password $pword5
do conf char $slot5
do relog 5
stop

:firstchar
do conf username $uname1
do conf password $pword1
do conf char $slot1
do relog 5
stop
}

wwaallaa
Noob
Noob
Posts: 9
Joined: 09 Jun 2010, 23:42
Noob?: Yes

Re: Alberta Daily Cargo Quest Macro

#13 Post by wwaallaa »

helo, this macro is still working for me.
all you need to edit in this macro is the macro changeCHAR

example:

Code: Select all

macro changeCHAR {
$uname1 = dummyaccount1
$pword1 = dummypassword1
$slot1 = 0

$uname2 = dummyaccount2
$pword2 = dummypassword2
$slot2 = 0

$uname3 = dummypassword3
$pword3 = dummypassword3
$slot3 = 0

goto char
stop

:char
if (($uname1 == @config(username)) && ($pword1 == @config(password)) && ($slot1 == @config(char))) goto secondchar
if (($uname2 == @config(username)) && ($pword2 == @config(password)) && ($slot2 == @config(char))) goto thirdchar
if (($uname3 == @config(username)) && ($pword3 == @config(password)) && ($slot3 == @config(char))) goto firstchar 
stop

:secondchar
do conf username $uname2
do conf password $pword2
do conf char $slot2
do relog 5
stop

:thirdchar
do conf username $uname3
do conf password $pword3
do conf char $slot3
do relog 5
stop

:firstchar
do conf username $uname1
do conf password $pword1
do conf char $slot1
do relog 5
stop
}
also please make sure that your verbose is set to 1, so that once it relogs "Your Coordinates:" will appear in the console to trigger the automacro STARTQUEST.
this macro is like an infinite loop, once all character are finished, it will start all over again.

i tried to make a plugin version of this but unfortunately i am not very good at programming.

Recka
Noob
Noob
Posts: 7
Joined: 02 May 2015, 16:22
Noob?: No

Re: Alberta Daily Cargo Quest Macro

#14 Post by Recka »

I tried this but the NPCs now is outdated correct? It looks for an unknown NPC.

Post Reply