View Single Post
  #2  
Old 05-20-2013, 10:14 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

What level range are they doing this in?

Caster bots are hard coded to melee up to level 12. After that, then they only cast.


If you're running your own server, you can find the limit here:
https://github.com/EQEmu/Server/blob...r/zone/bot.cpp (void Bot::AI_Process() ~line 3564)

There's a couple of checks in there that can be altered.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote