Quesooo Posted September 6, 2017 Posted September 6, 2017 for faster explanation after defeating amdarias and talk to hugin in the middle of the map players or party not get any temporal crystal on official and all OGH i see before after killing amdarias and talk to hugin they get x5 temporal crystal into it and sometimes 1x only please help here are the script and i separate the hugin text also thank you so much hugins.txt OldGlastHeim.txt Quote
0 crazyarashi Posted September 6, 2017 Posted September 6, 2017 if (gh_instance == 1) { // Already Did OGH Before getitem 6607,1; //Temporal_Crystal getitem 6608,1; //Coagulated_Spell } else { // Haven't Done OGH Before getitem 6607,5; //Temporal_Crystal getitem 6608,5; //Coagulated_Spell set gh_instance,1; // Adds Value to gh_instance making it = 1 } 1 Quote
0 Quesooo Posted September 6, 2017 Author Posted September 6, 2017 15 hours ago, crazyarashi said: if (gh_instance == 1) { // Already Did OGH Before getitem 6607,1; //Temporal_Crystal getitem 6608,1; //Coagulated_Spell } else { // Haven't Done OGH Before getitem 6607,5; //Temporal_Crystal getitem 6608,5; //Coagulated_Spell set gh_instance,1; // Adds Value to gh_instance making it = 1 } i dont get it Quote
0 Capuche Posted September 6, 2017 Posted September 6, 2017 @crazyarashi quoted the final part of the script, which is correct. However: Did you implement the quests id in your quest db? The final quest is working like hunting quest, if your player isn't around when Amdarais die he doesn't get any rewards. Quote
0 Quesooo Posted September 6, 2017 Author Posted September 6, 2017 15 hours ago, Capuche said: @crazyarashi quoted the final part of the script, which is correct. However: Did you implement the quests id in your quest db? The final quest is working like hunting quest, if your player isn't around when Amdarais die he doesn't get any rewards. can i see a complete OGH quest db please thank you Quote
0 Capuche Posted September 6, 2017 Posted September 6, 2017 // Old Glast Heim 12316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meeting Hugin" 12317,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Trace of Time Travel" 12318,0,2475,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Corrupted Soul Hunt" 12319,0,2476,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Amdarais Hunt" 12320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time Traveler" 12321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time Conqueror" 12322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Space Distortion" 1 Quote
0 Quesooo Posted September 7, 2017 Author Posted September 7, 2017 On 9/6/2017 at 8:30 AM, Capuche said: // Old Glast Heim 12316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meeting Hugin" 12317,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Trace of Time Travel" 12318,0,2475,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Corrupted Soul Hunt" 12319,0,2476,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Amdarais Hunt" 12320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time Traveler" 12321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time Conqueror" 12322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Space Distortion" sad to say but still normal players cant get rewards after killing amdarias T_T same on my questdb Quote
Question
Quesooo
for faster explanation after defeating amdarias and talk to hugin in the middle of the map players or party not get any temporal crystal
on official and all OGH i see before after killing amdarias and talk to hugin they get x5 temporal crystal into it and sometimes 1x only
please help here are the script and i separate the hugin text also thank you so much
hugins.txt
OldGlastHeim.txt
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.