Death Gate skill fix.
Contributed by Enryu.
This commit is contained in:
		| @@ -74,6 +74,12 @@ public class AreaSkillNpc extends AbstractNpcAI | ||||
| 		13549, // Solo Dance | ||||
| 		13580, // Solo Dance | ||||
| 		13581, // Solo Dance | ||||
| 		14927, // Death Gate 1 | ||||
| 		15200, // Death Gate 2 | ||||
| 		15201, // Death Gate 3 | ||||
| 		15202, // Death Gate 4 | ||||
| 		15218, // Death Gate 5 | ||||
| 		15219, // Death Gate 6 | ||||
| 	}; | ||||
| 	private static final int[] DECOY = // ai_decoy | ||||
| 	{ | ||||
|   | ||||
| @@ -36,15 +36,15 @@ public class GateOfUnlimitedSummoning extends AbstractNpcAI | ||||
| { | ||||
| 	// NPCs | ||||
| 	private static final Map<Integer, Integer> DEATH_GATE = new HashMap<>(); | ||||
| 	 | ||||
| 	static | ||||
| 	{ | ||||
| 		DEATH_GATE.put(14927, 1); // Death Gate | ||||
| 		DEATH_GATE.put(15200, 2); // Death Gate | ||||
| 		DEATH_GATE.put(15201, 3); // Death Gate | ||||
| 		DEATH_GATE.put(15202, 4); // Death Gate | ||||
| 		DEATH_GATE.put(15218, 5); // Death Gate | ||||
| 		DEATH_GATE.put(15219, 6); // Death Gate | ||||
| 	} | ||||
| 	 | ||||
| 	// Skills | ||||
| 	private static final int GATE_ROOT = 11289; | ||||
| 	private static final int GATE_VORTEX = 11291; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment