Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-22-2006, 02:01 PM
Rhodan
Hill Giant
 
Join Date: Oct 2006
Posts: 179
Default Special ability attack codes

I'm trying to figure out what all the possible special ability codes are. Not much in the wiki and the only post listing them is missing several.

The list

A = ?
B = ? (Backstab?)
C = Uncharmable
D = Double Attack
E = Enrage
F = Flurry
I = ?
M = Unmezzable
N = Unstunnable
O = ?
Q = Quadruple attack
R = Rampage
S = Summon
T = Triple Attack
U = Unslowable

Anyone have updates/corrections for this list?

P.S. I found a couple mobs that have numbers in the npcspecialattks column - are those errors or do they mean something as well? One has a 0 the other is 50.
Reply With Quote
  #2  
Old 11-22-2006, 02:49 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Code:
enum {
	SPECATK_NONE = 0,
	SPECATK_SUMMON,		//S
	SPECATK_ENRAGE,		//E
	SPECATK_RAMPAGE,	//R
	SPECATK_FLURRY,		//F
	SPECATK_TRIPLE,		//T
	SPECATK_QUAD,		//Q
	UNSLOWABLE,			//U
	UNMEZABLE,			//M
	UNCHARMABLE,		//C
	UNSTUNABLE,			//N
	UNSNAREABLE,		//I
	UNFEARABLE,			//D
	IMMUNE_MELEE,		//A
	IMMUNE_MAGIC,		//B
	IMMUNE_FLEEING,		//f
	IMMUNE_MELEE_EXCEPT_BANE,	//O
	IMMUNE_MELEE_NONMAGICAL,	//W
	SPECATK_MAXNUM
				//X,Y,Z are old interactive NPC codes
};
Reply With Quote
  #3  
Old 11-23-2006, 04:33 AM
Rhodan
Hill Giant
 
Join Date: Oct 2006
Posts: 179
Default

Quote:
Originally Posted by KLS
Code:
enum {
};
Perfect, thank you!
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 10:28 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3