Page 2 of 2

Re: Alberta Daily Cargo Quest Macro

Posted: 29 Mar 2011, 07:16
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,

Re: Alberta Daily Cargo Quest Macro

Posted: 05 Aug 2011, 02:44
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
}

Re: Alberta Daily Cargo Quest Macro

Posted: 24 Aug 2011, 10:49
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.

Re: Alberta Daily Cargo Quest Macro

Posted: 19 May 2015, 15:02
by Recka
I tried this but the NPCs now is outdated correct? It looks for an unknown NPC.