zeny gurl PRO macro config need help

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.
Message
Author
pzykill
Noob
Noob
Posts: 6
Joined: 23 Oct 2010, 16:21
Noob?: Yes

zeny gurl PRO macro config need help

#1 Post by pzykill »

this is my macro always disconnect continue talking need help. tnx

Code: Select all

automacro EEEEE {
run-once 1
zeny > 50000000
delay 1
call GGGG
}

macro GGGG {
do talk 5
pause 3
do talk cont
do talk cont
do talk resp 0 
pause 3
do talk cont <<<<<< disconnect when macro process this line
pause 3
release EEEEE
}
#PS

WORKING MACRO CONFIG but need enhancement like
auto warp to prontera to change voucher to zeny
auto used T-shirt to go back to malaya
auto storage when overweight need to pause macro

Code: Select all

automacro EEEEE {
run-once 1
zeny > 50000000
delay 1
call GGGG
}

macro GGGG {
do talk 5
do talk cont
pause 3
do talk cont
pause 3
do talk resp 0
pause 3
do talk cont
pause 3
do talk cont
pause 3
release EEEEE
}

User avatar
SkylorD
Moderators
Moderators
Posts: 1167
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: zeny gurl PRO macro config need help

#2 Post by SkylorD »

Learn rules

pzykill
Noob
Noob
Posts: 6
Joined: 23 Oct 2010, 16:21
Noob?: Yes

Re: zeny gurl PRO macro config need help

#3 Post by pzykill »

new version with autostorage, auto move to prontera and auto change voucher to zeny 99% working but 1% i cannot configure the syntax of "do drop Sweet Potato" even if i change the pickupitem.txt Sweet Potato -1 so my only solution for "now" is i put into storage the Sweet Potato.... can some one add a line to this coding for dropping the item Sweet Potato....

automacro EEEE {
run-once 1
delay 1
call checkZeny
}

macro checkZeny {
switch ($.zeny) {
case (> 50000000) {
do move X Y <<<<<<<< your position to zeny gurl in malaya make sure the bot not to far from the npc
pause 10
do talk 5
pause 5
do talk cont
pause 5
do talk cont
pause 5
do talk resp 0
pause 5
do talk cont
pause 5
#do pconf Sweet Potato -1 <<<<<<<<< i cant figure it out need help to this
pause 5
call checkZeny
}
case (== 50000000) {
call checkZeny
}
else {
pause 10
do move X Y <<<<<<<<< your position to kafra storage "malaya kafra"
pause 10
do autostorage
pause 10
do move X Y <<<<<<<<< your position to npc "malaya immigrant"
pause 10
do talknpc 230 195 c r1 c <<<<<<<<< npc to malaya immigrant
pause 5
do talknpc 165 75 c r0 c <<<< autobuy T-shirt to prontera
pause 5
do move prt_in X Y <<<<<<<<<< your position to banker npc inisde prt_in
pause 15
do talknpc 38 104 c c c c r2 c r1 c c c
pause 10
do is 6 <<<<<<<<<<<< (item # of T-shirt to your inventory to goback to malaya) change this value
release EEEE
do relog 5

}
}
}

you can change the value of delay if you want it depend on your internet speed and cpu process speed
zeny WIPE LAST WEEK OF OCTOBER......... good luk to all happy boting
still dc after 4mins and 30 secs....
you can edit or enhance this configure.... please share if there is a better config...
thanks to heero and all mods here.....

matindi
Noob
Noob
Posts: 3
Joined: 09 Oct 2014, 01:59
Noob?: No

Re: zeny gurl PRO macro config need help

#4 Post by matindi »

#PS

WORKING MACRO CONFIG but need enhancement like
auto warp to prontera to change voucher to zeny
auto used T-shirt to go back to malaya
auto storage when overweight need to pause macro
I have to create and test an automacro on this after maintenance ^_^

How about try this.

Code: Select all

automacro zenygurl {
	location malaya
	timeout 30                     --------------  edit to lower if you want more output
	zeny > 5000000
	call {
	do move 238 173            --------------  you may edit this
	pause 1
	do talk @npc (229 171)
	pause 1
	do talk cont
	pause 1
	do talk cont
	pause 1
	do talk resp 0
	pause 7
	do talk cont
	stop
	}
}

automacro voucher {
	zeny < 5000000
	timeout 600
	location malaya
        inventory "vazilos voucher" > 0 
	call {
	do move 235 200               
	pause 2
	do talknpc 230 195 c r1 n
	pause 3
	do talknpc 165 75 c c r0 n
	do move prt_in 50 106
	pause 3
	do talk npc 38 104 c c c c r2 c r1 n
	pause 3
	do is @inventory (inside-out shirt)         ------ applicable only if you have [b]roitems plugin[/b]
	stop
	}
}

automacro kafrastore {
	weight >= 70%
	location malaya
	timeout 600
	call {
	do conf storageAuto_password *****              ------ your kafra password in case you did not put @config
	do move malaya 235 200
	pause 1
	do talknpc 234 204 c r1 n
	pause 4
	do storage add @inventory (siroma icetea)
	do storage add @inventory (drocera herb stew)
	do storage add @inventory (minor brisket)
	do storage add @inventory (wug blood cocktail)
	do storage add @inventory (savage bbq)
	do storage add @inventory (petti tail noodle)
	do storage add @inventory (yggdrasil berry)
	do storage add @inventory (big bun)
	do storage add @inventory (hp increase potion(large))    ----  not sure if this will be stored
	do storage add @inventory (sp increase potion(large))    ----  not sure if this will be stored
	do storage close
	stop
	}
}

You may want to modify for a more complex

pzykill
Noob
Noob
Posts: 6
Joined: 23 Oct 2010, 16:21
Noob?: Yes

Re: zeny gurl PRO macro config need help

#5 Post by pzykill »

finally some one give the syntax of how to drop Sweet Potato tnx to "matindi"
by the way there are 2 zeny gurl 1 is hidding tts why i use talk 5 some one suggest this syntax
here is my 100% working macro to zeny gurl.... good luck to all valk players
##############################################################################

Code: Select all

automacro EEEE {
run-once 1
delay 1
call checkZeny
}

macro checkZeny {
switch ($.zeny) { 
case (> 50000000) { 
do move X Y <<<<<<<< your position to zeny gurl in malaya make sure the bot not to far from the npc 
pause 10
do talk 5
pause 5
do talk cont
pause 5
do talk cont
pause 5
do talk resp 0
pause 5
do talk cont
pause 5
do drop @inventory (Sweet Potato) <<< drop sweet potato to ur inventory
pause 5 
call checkZeny
}
case (== 50000000) {
call checkZeny
} 
else {
pause 10
do move X Y <<<<<<<<< your position to kafra storage "malaya kafra"
pause 10
do autostorage
pause 10
do move X Y <<<<<<<<< your position to npc "malaya immigrant"
pause 10
do talknpc 230 195 c r1 c <<<<<<<<< npc to malaya immigrant
pause 5
do talknpc 165 75 c r0 c <<<< autobuy T-shirt to prontera
pause 5
do move prt_in X Y <<<<<<<<<< your position to banker npc inisde prt_in
pause 15
do talknpc 38 104 c c c c r2 c r1 c c c
pause 10
do is 6 <<<<<<<<<<<< (item # of T-shirt to your inventory to goback to malaya) change this value
release EEEE
do relog 5

} 
}
}
##############################################################################
you can change the value of delay if you want it depend on your internet speed and cpu process speed
zeny WIPE OCTOBER 29 2014 ......... good luk to all happy boting
still dc after 4mins and 30 secs....
thanks to heero, matindi and all mods here.....

Post Reply