Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Bots

Development::Bots Forum for bots.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 07-20-2011, 03:28 PM
Caryatis
Dragon
 
Join Date: May 2009
Location: Milky Way
Posts: 539
Default

Spell IDs are restricted by the clients, so a titanium client can only access spells with ID under 10000, SoF is like 20K, SoD is around 24k, Underfoot is 28k and HoT is 32k. This is a client side limitation so there is nothing you can do server side to fix that(also you need to change the targettype to change a spells target requirements, just changing the range doesnt make a self only spell, single target).

The thing is though, you dont need the bot to cast a spell at all. You just need the bot to allow you to cast it, ie do all your enchanter bot checks but instead of having the bot cast the enchant metal spell, have it like:

Code:
client->CastSpell(args);
That way it would easily allow you to implement all the single target enchants as well as the mass enchants.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 04:48 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3