Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gossip and Scripts to Knot Thimblejack (credit cmangos) #2155

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

NickTyrer
Copy link
Contributor

@NickTyrer NickTyrer commented Aug 11, 2023

Todo / Checklist

  • Need correct position of Knot Thimblejack's Cache (179501)
  • Need Waypoint for Knott Thimblejack used in quest_end_script (NOTE: he despawns at last waypoint)
  • Remove CPP Script
  • Add Script That unlocks quest

REF: https://youtu.be/pwAd_LO0mAI?t=537

UPDATE `gameobject` SET `position_x` = 581.241, `position_y` = 524.321, `position_z` = -25.4027, `orientation` = 3.49067, `rotation2` = -0.984807, `rotation3` = 0.173652 WHERE `guid` = 396421;

-- Add Scripts
UPDATE `quest_template` SET `CompleteScript` = 5525 WHERE `entry` = 7429;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why using different script id than the quest id?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quest 5525 and 7429 use the same script, quest 5525 has the correct script set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants