| XiLeRO PK | Super MFC farming Bot |

Forum closed. Read only permissions.

Moderator: Moderators

Message
Author
motivity
Noob
Noob
Posts: 4
Joined: 11 Jun 2009, 18:47
Noob?: Yes

Re: | XiLeRO PK | Super MFC farming Bot |

#21 Post by motivity »

no idea... i mean, when ctf called my character into that field name pvp_n_1-1, pvp_n_2-1, pvp_n_3-1 got an error plugin, i guess its just becoz of my bad code tags... but.. when my bot already inside the ctf field, this time i don't know what code tags should be to make my macro move...



i already post my whole macro.txt and im hoping some1 can edit it inorder to make my bot move inside the ctf...

motivity
Noob
Noob
Posts: 4
Joined: 11 Jun 2009, 18:47
Noob?: Yes

Re: | XiLeRO PK | Super MFC farming Bot |

#22 Post by motivity »

motivity wrote:hi there also !! ^^

i want to ask some help with this?



OpenKore version 2.0.6 (SVN version)
@ai_seq =
Network state = 5
Network handler = Network::DirectConnection
SVN revision: unknown
Loaded plugins:
plugins/cmdOnLogin.pl (cmdOnLogin)
plugins/macro.pl (macro)

Error message:
Can't call method "name" on an undefined value at plugins/Macro/Automacro.pm line 320.

Stack trace:
Can't call method "name" on an undefined value at plugins/Macro/Automacro.pm line 320.
at C:/Documents and Settings/DICKIE/My Documents/My Pictures/my core/src/functions.pl line 551
main::mainLoop_initialized() called at C:/Documents and Settings/DICKIE/My Documents/My Pictures/my core/src/functions.pl line 69
main::mainLoop() called at C:/Documents and Settings/DICKIE/My Documents/My Pictures/my core/src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x2555b8c)') called at openkore.pl line 96
main::__start() called at start.pl line 125

Died at this line:
sub checkMapChange {
* return ($_[0] eq '*' || existsInList($_[0], $field->name))?1:0
}




i got that error...




i don't know how to write appropriate code tags for automacro... ive already done the macro code tags wherein it automaticaly register to the NPC of the CTF...

sir do u understand what im trying to say?




Code: Select all

macro BOT {
	do c @go 5
	pause 1
	do talknpc 132 108 c r0 c c
	
}
	automacro start {
            mapchange pvp_n_1-1, pvp_n_2-1, pvp_n_3-1 <-------- CTF thus hav 3 maps i got error @fild with this map
            call {
            $n = @rand (5) 
            $x = 95 
            $y = 55
            $a = @eval ($x + $n) 
            do move $95 $127
     }
}

with that code i got errors.. but when i erased automacro start and left with macro BOT it will work...

after that i don't know what next step should be done.. i wan't my bot move @ a random direction inside the ctf...






any way sir Mr. Andy im Rishi's friend do u know him?


no idea... i mean, when ctf called my character into that field name pvp_n_1-1, pvp_n_2-1, pvp_n_3-1 got an error plugin, i guess its just becoz of my bad code tags "automacro start/mapchange"... but.. when my bot already inside the ctf field and erased the code tags of "automacro start/mapchange", this time i don't know what code tags should be to make my macro move inside the ctf...



i already post my whole macro.txt and im hoping some1 can edit it inorder to make my bot move inside the ctf...

yagamieka
Noob
Noob
Posts: 1
Joined: 12 Jul 2009, 16:00
Noob?: Yes

Re: | XiLeRO PK | Super MFC farming Bot |

#23 Post by yagamieka »

broo.. can u give me link to download recvpackets to XiLeRO ex.?
coz my openkore always get error..

or can u give me ur openKore with config etc.?

k9z56t
Noob
Noob
Posts: 6
Joined: 05 Oct 2008, 14:10
Noob?: Yes

Re: | XiLeRO PK | Super MFC farming Bot |

#24 Post by k9z56t »

I used to play in xilero. Let me improve your archer farming. I farmed at gld_dun01 gld_dun03.
Make flacon assault archer or storm gust wiz then put them in the maps. The more bot u have the more money u make. Make a guild for bots then put the golds and other things in guild storage. I had 7 bots for farming u can try more. Check this macro. DONT MAKE BOTS AUTOSELL there is a maney limit u would waste money. Also write a macro for selling gold and buying coins.

automacro sellwarp {
location not gld_dun01
weight <= 50%
call sellwarp2
timeout 50
}

macro sellwarp2 {
do c @autolootitem gold
do c @warp gld_dun01
}

automacro sellwarp3 {
weight > 50%
location not payon 158 95
timeout 50
call sellwarp4
}

macro sellwarp4 {
do c @warp payon 158 95
do c @gstorage
do storage add @inventory (gold) @eval (200 - 0)
do storage close
do c @warp gld_dun01
}

brandholocoust
Noob
Noob
Posts: 1
Joined: 21 May 2011, 14:06
Noob?: Yes

Re: | XiLeRO PK | Super MFC farming Bot |

#25 Post by brandholocoust »

im still newbie for openkore
how to make my char walk around a map and not using teleport
coz gm can suspect if i alwys use teleport..tq

Locked