Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Development

Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-06-2003, 05:03 AM
IADaenks
Fire Beetle
 
Join Date: Feb 2003
Location: Houston, TX
Posts: 8
Default Bards can now cast while running!

This fixes bards not being able to cast while running, its VERY simple...

this is in spells.cpp:
Code:
void Mob::SpellProcess() {

    if (casting_spell_id)

    {

        float dist = (float)sqrt((float)pow(x_pos-GetSpellX(),2)+pow(y_pos-GetSpellY(),2));

        if (dist > 5 && !IsBardSong(casting_spell_id))

        {

			isinterrupted = true;

        }

    }

continue with rest of function normally
still working on the fixzzle bug, and spells getting intrupted by normal hits.... but heres a start


-Dan
__________________
www.geekside-hosting.com for all your hosting needs... Wanna host a EQ server? get in touch
Come play on Daenks' Server, new, untamed wilderness for you and your friends to conqer!
ATTN: Daenks' Server is now accepting applications for GMs!
Reply With Quote
  #2  
Old 03-06-2003, 06:06 AM
Baron Sprite's Avatar
Baron Sprite
Dragon
 
Join Date: Jan 2002
Posts: 708
Default

ok
__________________
Waking up in the morgue is pretty harsh, but it beats being dead.
Begun, this irc stat war has.
Reply With Quote
Reply


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 02:18 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