Jump to content
  • 0

H> Old Glast heim problem


Question

Posted

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

  • 0
Posted
		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
		}

 

  • Upvote 1
  • 0
Posted
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 -_- 

  • 0
Posted

@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.

  • 0
Posted
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

  • 0
Posted

 


// 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"

 

  • Like 1
  • 0
Posted
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...