Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Linux Servers

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #8  
Old 10-23-2002, 07:47 PM
Puck
Fire Beetle
 
Join Date: Oct 2002
Posts: 2
Default

Hier ein diff von den beiden Files:

530c530
< union { struct {
---
> //union { struct {
563,630c563,630
< struct {
< /*0075*/ int8 class_; // Class
< /*0076*/ int8 gender; // Gender Flag, 0 = Male, 1 = Female, 2 = Other
< /*0077*/ int8 level; // Level of spawn (might be one sint
< /*0078*/ int8 invis; // 0=visable, 1=invisable
< /*0079*/ int8 unknown078;
< /*0080*/ int8 pvp;
< /*0081*/ int8 anim_type;
< /*0082*/ int8 light; // Light emitting
< /*0083*/ int8 anon; // 0=normal, 1=anon, 2=RP
< /*0084*/ int8 AFK; // 0=off, 1=on
< /*0085*/ int8 s_unknown5_2; // used to be s_unknown5[2]
< /*0086*/ int8 LD; // 0=NotLD, 1=LD
< /*0087*/ int8 GM; // 0=NotGM, 1=GM
< /*0088*/ int8 s_unknown5_5; // used to be s_unknown5[5]
< /*0089*/ int8 npc_armor_graphic; // 0xFF=Player, 0=none, 1=leather, 2=chain, 3=steelplate
< /*0090*/ int8 npc_helm_graphic; // 0xFF=Player, 0=none, 1=leather, 2=chain, 3=steelplate
< /*0091*/ int8 s_unknown5_8; // used to be s_unknown5[8]
< /*0092*/ int16 equipment[9]; // Equipment worn: 0=helm, 1=chest, 2=arm, 3=bracer, 4=hand, 5=leg, 6=boot, 7=melee1, 8=melee2
< /*0110*/ char name[64]; // Name of spawn (len is 30 or less)
< /*0174*/ char lastname[20]; // Last Name of player
< /*0194*/ sint8 guildrank; // ***Placeholder
< /*0195*/ int8 unknown195[13];
< /*0208*/ int16 deity; // Deity.
< /*0210*/ int8 unknown163[3]; // ***Placeholder
< /*0213*/ int8 haircolor;
< /*0214*/ int8 beardcolor;
< /*0215*/ int8 eyecolor1; // the eyecolors always seem to be the same, maybe left and right eye?
< /*0216*/ int8 eyecolor2;
< /*0217*/ int8 hairstyle;
< /*0218*/ int8 title; //Face Overlay? (barbarian only)
< /*0219*/ int8 luclinface; // and beard
< } npcstruct;
< struct {
< /*0075*/ int8 class_; // Class
< /*0076*/ int8 gender; // Gender Flag, 0 = Male, 1 = Female, 2 = Other
< /*0077*/ int8 level; // Level of spawn (might be one sint
< /*0078*/ int8 invis; // 0=visable, 1=invisable
< /*0079*/ int8 unknown078;
< /*0080*/ int8 pvp;
< /*0081*/ int8 anim_type;
< /*0082*/ int8 light; // Light emitting
< /*0083*/ int8 anon; // 0=normal, 1=anon, 2=RP
< /*0084*/ int8 AFK; // 0=off, 1=on
< /*0085*/ int8 s_unknown5_2; // used to be s_unknown5[2]
< /*0086*/ int8 LD; // 0=NotLD, 1=LD
< /*0087*/ int8 GM; // 0=NotGM, 1=GM
< /*0088*/ int8 s_unknown5_5; // used to be s_unknown5[5]
< /*0089*/ int8 npc_armor_graphic; // 0xFF=Player, 0=none, 1=leather, 2=chain, 3=steelplate
< /*0090*/ int8 npc_helm_graphic; // 0xFF=Player, 0=none, 1=leather, 2=chain, 3=steelplate
< /*0091*/ int8 s_unknown5_8; // used to be s_unknown5[8]
< /*0092*/ int16 equipment[9]; // Equipment worn: 0=helm, 1=chest, 2=arm, 3=bracer, 4=hand, 5=leg, 6=boot, 7=melee1, 8=melee2
< /*0110*/ char name[64]; // Name of spawn (len is 30 or less)
< /*0174*/ char lastname[20]; // Last Name of player
< /*0194*/ sint8 guildrank; // ***Placeholder
< /*0195*/ int8 unknown195[13];
< /*0208*/ int16 deity; // Deity.
< /*0210*/ int8 unknown163[3]; // ***Placeholder
< /*0213*/ int8 haircolor;
< /*0214*/ int8 beardcolor;
< /*0215*/ int8 eyecolor1; // the eyecolors always seem to be the same, maybe left and right eye?
< /*0216*/ int8 eyecolor2;
< /*0217*/ int8 hairstyle;
< /*0218*/ int8 title; //Face Overlay? (barbarian only)
< /*0219*/ int8 luclinface; // and beard
< } playerstruct;
< };
< };
---
> // struct {
> // /*0075*/ int8 class_; // Class
> // /*0076*/ int8 gender; // Gender Flag, 0 = Male, 1 = Female, 2 = Other
> // /*0077*/ int8 level; // Level of spawn (might be one sint
> // /*0078*/ int8 invis; // 0=visable, 1=invisable
> // /*0079*/ int8 unknown078;
> // /*0080*/ int8 pvp;
> // /*0081*/ int8 anim_type;
> // /*0082*/ int8 light; // Light emitting
> // /*0083*/ int8 anon; // 0=normal, 1=anon, 2=RP
> // /*0084*/ int8 AFK; // 0=off, 1=on
> // /*0085*/ int8 s_unknown5_2; // used to be s_unknown5[2]
> // /*0086*/ int8 LD; // 0=NotLD, 1=LD
> // /*0087*/ int8 GM; // 0=NotGM, 1=GM
> // /*0088*/ int8 s_unknown5_5; // used to be s_unknown5[5]
> // /*0089*/ int8 npc_armor_graphic; // 0xFF=Player, 0=none, 1=leather, 2=chain, 3=steelplate
> // /*0090*/ int8 npc_helm_graphic; // 0xFF=Player, 0=none, 1=leather, 2=chain, 3=steelplate
> // /*0091*/ int8 s_unknown5_8; // used to be s_unknown5[8]
> // /*0092*/ int16 equipment[9]; // Equipment worn: 0=helm, 1=chest, 2=arm, 3=bracer, 4=hand, 5=leg, 6=boot, 7=melee1, 8=melee2
> // /*0110*/ char name[64]; // Name of spawn (len is 30 or less)
> // /*0174*/ char lastname[20]; // Last Name of player
> // /*0194*/ sint8 guildrank; // ***Placeholder
> // /*0195*/ int8 unknown195[13];
> // /*0208*/ int16 deity; // Deity.
> // /*0210*/ int8 unknown163[3]; // ***Placeholder
> // /*0213*/ int8 haircolor;
> // /*0214*/ int8 beardcolor;
> // /*0215*/ int8 eyecolor1; // the eyecolors always seem to be the same, maybe left and right eye?
> // /*0216*/ int8 eyecolor2;
> // /*0217*/ int8 hairstyle;
> // /*0218*/ int8 title; //Face Overlay? (barbarian only)
> // /*0219*/ int8 luclinface; // and beard
> // } npcstruct;
> // struct {
> // /*0075*/ int8 class_; // Class
> // /*0076*/ int8 gender; // Gender Flag, 0 = Male, 1 = Female, 2 = Other
> // /*0077*/ int8 level; // Level of spawn (might be one sint
> // /*0078*/ int8 invis; // 0=visable, 1=invisable
> // /*0079*/ int8 unknown078;
> // /*0080*/ int8 pvp;
> // /*0081*/ int8 anim_type;
> // /*0082*/ int8 light; // Light emitting
> // /*0083*/ int8 anon; // 0=normal, 1=anon, 2=RP
> // /*0084*/ int8 AFK; // 0=off, 1=on
> // /*0085*/ int8 s_unknown5_2; // used to be s_unknown5[2]
> // /*0086*/ int8 LD; // 0=NotLD, 1=LD
> // /*0087*/ int8 GM; // 0=NotGM, 1=GM
> // /*0088*/ int8 s_unknown5_5; // used to be s_unknown5[5]
> // /*0089*/ int8 npc_armor_graphic; // 0xFF=Player, 0=none, 1=leather, 2=chain, 3=steelplate
> // /*0090*/ int8 npc_helm_graphic; // 0xFF=Player, 0=none, 1=leather, 2=chain, 3=steelplate
> // /*0091*/ int8 s_unknown5_8; // used to be s_unknown5[8]
> // /*0092*/ int16 equipment[9]; // Equipment worn: 0=helm, 1=chest, 2=arm, 3=bracer, 4=hand, 5=leg, 6=boot, 7=melee1, 8=melee2
> // /*0110*/ char name[64]; // Name of spawn (len is 30 or less)
> // /*0174*/ char lastname[20]; // Last Name of player
> // /*0194*/ sint8 guildrank; // ***Placeholder
> // /*0195*/ int8 unknown195[13];
> // /*0208*/ int16 deity; // Deity.
> // /*0210*/ int8 unknown163[3]; // ***Placeholder
> // /*0213*/ int8 haircolor;
> // /*0214*/ int8 beardcolor;
> // /*0215*/ int8 eyecolor1; // the eyecolors always seem to be the same, maybe left and right eye?
> // /*0216*/ int8 eyecolor2;
> // /*0217*/ int8 hairstyle;
> // /*0218*/ int8 title; //Face Overlay? (barbarian only)
> // /*0219*/ int8 luclinface; // and beard
> // } playerstruct;
> //};
> //};
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 02:09 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