Changeset 5 for src/map/battle.h
- Timestamp:
- 06/30/08 21:19:58 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
src/map/battle.h
r1 r5 88 88 89 89 int battle_check_undead(int race,int element); 90 //Begin Custom Job (blackmagic) 91 int battle_check_living(int race,int element); //Living Creature Check [Brain] 92 //End Custom Job (blackmagic) 90 93 int battle_check_target(struct block_list *src, struct block_list *target,int flag); 91 94 bool battle_check_range(struct block_list *src,struct block_list *bl,int range); … … 452 455 int auction_feeperhour; 453 456 int auction_maximumprice; 457 //Begin custom Job (blackmagic) 458 //Vanaheim battle settings [Brainstorm] 459 int necro_retaliation; //Battle flag to force monsters to attack adept/necro/warlock summons [Brain] 460 int disp_summon_stats; //Battle Flag to show summoned monster stats [Brain] 461 //end custom job 454 462 int gm_viewequip_min_lv; 455 463 } battle_config;