Script

2012-01-22

Skill Attack - Basic

In this guide we want to improve the attack power of the bot using the skills.

There are several skills types
  • Active with weapon
  • Active without weapon
  • Active with items
  • Passive
  • Supportive
  • Combo
The type of the skills used depends on the job of your bot. The bot used to start is  a mage because it is very efficient for collecting items.

First edit the control\mon_control.txt

Then edit the control\config.txt file to make the bot do not use the weapon to attack
# XILERO BOT - http://xilerobot.blogspot.com/

attackAuto 2
attackUseWeapon 0
and add the commands to use the skills:
# XILERO BOT - http://xilerobot.blogspot.com/

attackSkillSlot Storm Gust {
        lvl 10
        sp > 1%
        isSelfSkill 1
        timeout 3
}
The use of skills consumes the sp, also, depending on the chosen map, we could be fighting passive or aggressive mobs, so it is better optimize the use of skills.

Our strategy is:
  • If there are up to 3 mobs, the bot will uses fire bolt
  • If there are more 4 or more mobs the bot will use storm gust

Well, edit again the control\config.txt like this:
# XILERO BOT - http://xilerobot.blogspot.com/

attackSkillSlot Fire Bolt {
        lvl 10
        sp > 10
        dist 8
        aggressives < 4
}
attackSkillSlot Storm Gust {
        lvl 10
        sp > 1%
        aggressives > 3
        isSelfSkill 1
        timeout 3
}


7 comments:

  1. Anonymous26/6/12 23:10

    how to make if i die, then i'll auto talk to the healer and warp back to the place i bot? can u guide me?

    ReplyDelete
    Replies
    1. there is no healer in xilero, just warp to izlude...
      in this case, read here.
      Let me know if you play in some other server..

      Delete
  2. Anonymous5/8/12 17:48

    i've got 1 problem in xilero after xilero update with new skill tree,until my bot can't use skill and if i use wxstart and check info>skill there's no one skills and skills point i've got...

    i have seen ur server info and try it but nothing happen...

    can u help me?

    thx before

    ReplyDelete
    Replies
    1. I will investigate as soon as possible..

      Delete
    2. Try this, it works fine for me..

      Delete