Jump to content
  • 0

H> Old Glast heim problem


Quesooo

Question


  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.07
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

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

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

		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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.07
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

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 -_- 

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.07
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

 


// 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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.07
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...