Project 1999

Go Back   Project 1999 > Server Issues > Resolved Issues

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-24-2010, 01:06 AM
Zagtor Zagtor is offline
Kobold


Join Date: Mar 2010
Posts: 109
Default Spirit of Cheetah

These bugs may both be classic, but I'll report them to be sure.

- Spirit of Cheetah stacks with SoW. I'm unsure as to whether it actually stacks the run speed modifiers, but it does allow Spirit of Cheetah to be cast on top of SoW. This isn't the case on live. Having SoW active would block Spirit of Cheetah from being cast as far as I know.

- Memorizing Spirit of Cheetah, and then zoning, will automatically refresh the spell gem so long as you haven't casted it within the recast time frame. If this seems weird to read, here is pseudocode for how it currently functions:
Code:
if ( currentTime - lastCastTime > cheetah.recastTime && bJustZoned )
{
     cheetah.bCanCast = true; // hi, I'm ignoring the time since I was memorized
}
Last edited by Zagtor; 03-24-2010 at 01:08 AM.. Reason: scribe != memorize
 


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 11:42 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.