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

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

Reply
 
Thread Tools Display Modes
  #1  
Old 08-30-2006, 04:44 AM
Magefeu
Sarnak
 
Join Date: Aug 2006
Location: Belgium
Posts: 65
Default Items class changing

I know it may look stupid (ok it took me 3 days to figure it out and I am ashamed) but if you want to change the class of your item without using any tool just think that the class field is an integer used as a set of binary flags.

If you take the following class list with one bit for each class you should be able to edit your items directly in mysql.

1 Warrior
2 Cleric
3 Paladin
4 Ranger
5 Shadow Knight
6 Druid
7 Monk
8 Bard
9 Rogue
10 Shaman
11 Necromancer
12 Wizard
13 Magician
14 Enchanter
15 Beastlord
16 Berserker

IE :
Class = 1 => Warrior => 0000000000000001
Class = 2 => Cleric => 0000000000000010
Class = 3 => Warrior & Cleric => 0000000000000011
Class = 4 => Paladin => 0000000000000100
Class = 5 => Paladin & Warrior => 0000000000000101
ect...

BTW it works the same way for the races

I hope it makes it clearer for some of us....
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:40 AM.


 

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