Quesooo Posted September 6, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share 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 Link to comment Share on other sites More sharing options...
0 crazyarashi Posted September 6, 2017 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: Yesterday at 01:17 PM Share 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 Link to comment Share on other sites More sharing options...
0 Quesooo Posted September 6, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
0 Capuche Posted September 6, 2017 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
0 Quesooo Posted September 6, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
0 Capuche Posted September 6, 2017 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
0 Quesooo Posted September 7, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.