- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dist/game/data/scripts/ai/group_template/StakatoNest.java (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/dist/game/data/scripts/ai/group_template/StakatoNest.java
r7670 r8630 33 33 { 34 34 // List of all mobs just for register 35 private static final int[] _stakato_mobs = { 18793, 18794, 18795, 18796, 18797, 18798, 22617, 22618, 22619, 22620, 22621, 22622, 22623, 22624, 22625, 22626, 22627, 22628, 22629, 22630, 22631, 22632, 22633, 25667 }; 35 private static final int[] _stakato_mobs = 36 { 37 18793, 18794, 18795, 18796, 18797, 18798, 22617, 22618, 22619, 22620, 22621, 22622, 22623, 22624, 22625, 22626, 22627, 22628, 22629, 22630, 22631, 22632, 22633, 25667 38 }; 36 39 // Coocons 37 private static final int[] _cocoons = { 18793, 18794, 18795, 18796, 18797, 18798 }; 40 private static final int[] _cocoons = 41 { 42 18793, 18794, 18795, 18796, 18797, 18798 43 }; 38 44 39 45 // Cannibalistic Stakato Leader … … 112 118 { 113 119 L2MonsterInstance _leader = ((L2MonsterInstance) npc).getLeader(); 114 if (_leader != null && !_leader.isDead())120 if (_leader != null && !_leader.isDead()) 115 121 { 116 122 startQuestTimer("nurse_change", 5000, _leader, killer); … … 129 135 { 130 136 L2MonsterInstance _leader = ((L2MonsterInstance) npc).getLeader(); 131 if (_leader != null && !_leader.isDead())137 if (_leader != null && !_leader.isDead()) 132 138 { 133 139 startQuestTimer("male_change", 5000, _leader, killer); … … 165 171 if ((npc == null) || (player == null)) 166 172 return null; 167 if (npc.isDead())173 if (npc.isDead()) 168 174 return null; 169 175
Note: See TracChangeset
for help on using the changeset viewer.
