| XiLeRO PK | Super MFC farming Bot |

Forum closed. Read only permissions.

Moderator: Moderators

Message
Author
andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: | XiLeRO PK | Super MFC farming Bot |

#11 Post by andy12345 »

Yes your bot can use @warp command,
and to solve your other problems read around and search and read the manual,
If not then click on the image in my sig

wakeen
Noob
Noob
Posts: 1
Joined: 15 Apr 2008, 20:41

Re: | XiLeRO PK | Super MFC farming Bot |

#12 Post by wakeen »

Hey, I was wondering if someone could tell me just how to set up openkore to kill Wild roses or somethin basic in game?
That would be really helpful.
Please tell me if you could!?

leadp
Noob
Noob
Posts: 1
Joined: 21 Jun 2008, 12:03
Noob?: Yes

Re: | XiLeRO PK | Super MFC farming Bot |

#13 Post by leadp »

Need help for corrections and errors. Heres what i did:
1) copied the tele_search_v2.pl in plugins
2)copied the macro codes in macro.txt

Code: Select all

automacro re_equip_armour {
        console /You unequip/i
        run-once 1
        overrideAI 1
        exclusive 1
                call {
                        do relog 10
                        pause 17
                        do eq +7 Tights [Ghostring] [1]  ##Change according to your Armour##
                        release re_equip_armour
                }
}

automacro i_am_lost {
        location not um_fild02
        run-once 1
        overrideAI 1
        exclusive 1
                call {   
         pause 1
         do c @warp um_fild02
         release i_am_lost
                }
}
3)added this in mon_control.txt

Code: Select all

Choco 2 0 1
Wooten Fighter 0 -1 0
Beetle King 0 -1 0
Coco -1 0 0
Dustiness -1 0 0
4) added in config.txt

Code: Select all

teleport_search 1
teleport_search_minSP 15

teleportAuto_hp 10
teleportAuto_sp 0
teleportAuto_idle 0
teleportAuto_portal 0
teleportAuto_search 0
teleportAuto_minAggressives 0
teleportAuto_minAggressivesInLock 0
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 25000
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 1
teleportAuto_useSkill 1

The problem is, it does not telesearch choco's instead it attacks wootan fighter,beetle king. Im using OK 2.0.5.1 and macro 2.0.2. What is wrong in my BOT?
Advance Thx for your advice andy.

watdapak
Noob
Noob
Posts: 6
Joined: 19 Sep 2008, 01:19
Noob?: Yes

Re: | XiLeRO PK | Super MFC farming Bot |

#14 Post by watdapak »

we have the same problem. I did the same of what you did but it attacks Beetle King and Wootan Fighter and did not tele to find choco.

andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: | XiLeRO PK | Super MFC farming Bot |

#15 Post by andy12345 »

Sorry I am not around for a while and wont be able to test it out (brb on 4-5th oct)

jorgmensen
Noob
Noob
Posts: 7
Joined: 23 May 2009, 18:47
Noob?: Yes

Re: | XiLeRO PK | Super MFC farming Bot |

#16 Post by jorgmensen »

how u show how to use @warp

andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: | XiLeRO PK | Super MFC farming Bot |

#17 Post by andy12345 »

jorgmensen wrote:how u show how to use @warp
Macro.

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

Re: | XiLeRO PK | Super MFC farming Bot |

#18 Post by motivity »

hi there... ei can i make a request?

do u know how to make macro for CTF???

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

Re: | XiLeRO PK | Super MFC farming Bot |

#19 Post by motivity »

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?

jorgmensen
Noob
Noob
Posts: 7
Joined: 23 May 2009, 18:47
Noob?: Yes

Re: | XiLeRO PK | Super MFC farming Bot |

#20 Post by jorgmensen »

how can u get stuck cant u just use @warp.....

Locked