Квест на крылья

You could give more info about the quest.
Just open the archive and check quest java
everything is clear about the code there, went to the NPC, talked, killed the mobs from the list, killed the RB, came up and received a reward


// NPCs
private static final int StartNpc = 80028;
// Mobs
private static final int silence_seeker = 22126;
private static final int solina_brother = 22124;
private static final int cloister_crusader = 22123;
private static final int boss = 70020;
// items
private static final int three_eye_crow_s_feather_piece = 2129;
private static final int phoenix_s_feather_piece = 2125;
private static final int wings = 7058;
 
Just open the archive and check quest java
everything is clear about the code there, went to the NPC, talked, killed the mobs from the list, killed the RB, came up and received a reward


// NPCs
private static final int StartNpc = 80028;
// Mobs
private static final int silence_seeker = 22126;
private static final int solina_brother = 22124;
private static final int cloister_crusader = 22123;
private static final int boss = 70020;
// items
private static final int three_eye_crow_s_feather_piece = 2129;
private static final int phoenix_s_feather_piece = 2125;
private static final int wings = 7058;
How to add check if the player has already got the quest?
 
Напиши проверку для квеста, если не выполнен что бы брался, если выполнен , то хер)
 
Back
Top