Script

2012-01-18

Simple Attack - Basic

Now we should learn the basic way to attack mobs.
For starting i chose to kill every mobs (Poring, Drops, Lunatics, Pupa) located in prt_fild08 and collect all the apples that will be dropped.

There are 2 methods to find mobs:
  1. walk search
  2. teleport search

1. Walk Search

First add the list of mobs to the control\mon_control.txt with the corrispective values:
# XILERO BOT - http://xilerobot.blogspot.com/

#prt_fild08
Drops 1 0 1
Lunatic 1 0 1
Poring 1 0 1
Pupa 1 0 1
and edit the control\config.txt 
# XILERO BOT - http://xilerobot.blogspot.com/

allowedMaps prt_fild08
attackAuto 2
attackUseWeapon 1
autoMoveOnDeath_map prt_fild08
lockMap prt_fild08
route_randomWalk 1
teleportAuto_useChatCommand @warp prt_fild08

2. Teleport Search

This method use the teleport for searching the mobs in the map.
Add the list of the mobs if not yet done, then edit the control\config.txt
# XILERO BOT - http://xilerobot.blogspot.com/

allowedMaps prt_fild08
attackAuto 2
attackUseWeapon 1
autoMoveOnDeath_map prt_fild08
lockMap prt_fild08
route_randomWalk 0
teleportAuto_useChatCommand @warp prt_fild08
teleportAuto_idle 1
teleportAuto_search 1
and then edit the control\timeouts.txt
# XILERO BOT - http://xilerobot.blogspot.com/

ai_teleport_idle 2

Items Collecting

To make OpenKore pick up the items, in this case only the apples, you must simply edit the control\pickupitems.txt
# XILERO BOT - http://xilerobot.blogspot.com/

all 0
Apple 1

2 comments:

  1. Anonymous24/6/12 20:24

    When i enter the screen..my wxstart.exe crashes after selecting character...what can be reason for this?

    ReplyDelete
    Replies
    1. try to run start.exe it shouldn't crash, so you can see the error

      Delete