Changeset 22 for src/map/pc.c
- Timestamp:
- 07/02/08 22:46:07 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
src/map/pc.c
r19 r22 1 // Copyright (c) Athena Dev Teams - Licensed under GNU GPL =D1 // Copyright (c) Athena Dev Teams - Licensed under GNU GPL 2 2 // For more information, see LICENCE in the main folder 3 3 … … 754 754 if (battle_config.disp_zeny) 755 755 sd->state.showzeny = 1; 756 <<<<<<< .mine757 756 //Vanaheim settings [Brainstorm] 758 757 if (battle_config.disp_summon_stats) // Battle Flag to Show Summoned Monster Stats [Brain] 759 758 sd->state.showsummon = 1; 760 759 761 =======762 //Custom Job (blackmagick)763 //Vanaheim settings [Brainstorm]764 if (battle_config.disp_summon_stats) // Battle Flag to Show Summoned Monster Stats [Brain]765 sd->state.showsummon = 1;766 767 >>>>>>> .r18768 760 if (!(battle_config.display_skill_fail&2)) 769 761 sd->state.showdelay = 1; … … 3898 3890 class_ = MAPID_SUMMER; 3899 3891 break; 3900 <<<<<<< .mine3901 3892 //Possible to be in the wrong spot? 3902 3893 case JOB_NECROMANCER: // Necromancer [Brain] 3903 3894 class_ |= JOBL_2_1; 3904 3895 class_ |= MAPID_ADEPT; 3905 =======3906 //Custom Jobs (blackmagic)3907 + case JOB_NECROMANCER: // Necromancer [Brain]3908 class_ |= JOBL_2_1;3909 class_ |= MAPID_ADEPT;3910 break;3911 case JOB_WARLOCK: // Warlock [Brain]3912 class_ |= JOBL_2_2;3913 case JOB_ADEPT: // Adept [Brain]3914 class_ |= MAPID_ADEPT;3915 >>>>>>> .r183916 3896 break; 3917 3897 case JOB_WARLOCK: // Warlock [Brain] … … 4139 4119 case JOB_NINJA: 4140 4120 return msg_txt(620); 4141 <<<<<<< .mine4142 4121 case JOB_ADEPT: // Adept [Brain] 4143 4122 return msg_txt(1000); … … 4145 4124 return msg_txt(1001); 4146 4125 case JOB_WARLOCK: // Warlock [Flavio] 4147 =======4148 //Custom Jobs (blackmagic)4149 case JOB_ADEPT: // Adept [Brain]4150 return msg_txt(1000);4151 case JOB_NECROMANCER: // Necromancer [Brain]4152 return msg_txt(1001);4153 case JOB_WARLOCK: // Warlock [Flavio]4154 >>>>>>> .r184155 4126 return msg_txt(1002); 4156 4127