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

Core/Quest: Apexis Relic script broken #16601

Closed
dr-j opened this issue Feb 13, 2016 · 5 comments
Closed

Core/Quest: Apexis Relic script broken #16601

dr-j opened this issue Feb 13, 2016 · 5 comments

Comments

@dr-j
Copy link
Contributor

dr-j commented Feb 13, 2016

ae58f8e

Both Apexis Relic (Gossip 8703) and Apexis Momument (Gossip 8704) use the same cpp script (go_apexis_relic) for the simon says thing and both of these gameobjects used to work.

But as this moment this only works for the Apexis Monument and not the apexis relic go. When you try selecting the gossip option to 'Insert an Apexis Shard, and begin!' nothing happens menu does not close, this works fine on the other go.

In order for the gossip menu to be displayed on apexis relic you must have at least one www.wowhead.com/item=32569/apexis-shard and must be rewarded for http://www.wowhead.com/quest=11025.

But when conditions are met to display gossip option go behaves as its unscripted when selecting gossip option ie does not close and no action happens.

@TrinityCoreBot TrinityCoreBot added the Invalid-IncompleteData/OrNotTrinityCore Reporter deleted parts or all template or he is using a 3rd party unsupported core. label Feb 13, 2016
@Aokromes Aokromes added Comp-C++Script and removed Invalid-IncompleteData/OrNotTrinityCore Reporter deleted parts or all template or he is using a 3rd party unsupported core. labels Feb 16, 2016
@Rushor Rushor changed the title Script for Apexis Relic Broken Core/Quest: Script for Apexis Relic Broken Mar 30, 2016
@Rushor Rushor changed the title Core/Quest: Script for Apexis Relic Broken [3.3.5]Core/Quest: Script for Apexis Relic Broken Mar 30, 2016
@dewmguy
Copy link

dewmguy commented Oct 19, 2017

f909d4f

Still not working.

@ghost ghost changed the title [3.3.5]Core/Quest: Script for Apexis Relic Broken Core/Quest: Apexis Relic script broken Oct 22, 2017
@sirikfoll
Copy link
Contributor

Problem in GameObject* Player::GetGameObjectIfCanInteractWith(ObjectGuid const& guid) const found at player.cpp file.
Script return nullptr at this line, therefore gossip option won't be called

if (!go->IsWithinDistInMap(this, go->GetInteractionDistance()))
    return nullptr;

@BahDumbBugs
Copy link

BahDumbBugs commented Dec 13, 2017

Commit 9d454eb still exhibits same symptoms. Cannot complete quest as intended. Items can be selected and dialogue box opens up here https://i.imgur.com/0W7qkCM.png
.....just cannot complete quest for chain progress toward Fa-la-la-la Ogri-la

@ariel-
Copy link
Contributor

ariel- commented Dec 13, 2017

#15453 general ticket

@Jildor
Copy link
Contributor

Jildor commented Jun 24, 2019

I think should be closed by:
32e1de3
7807016
no?

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

No branches or pull requests

8 participants