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

[Quest The Plume of Alystros] Provided item has range too small #918

Closed
click opened this issue May 16, 2011 · 17 comments
Closed

[Quest The Plume of Alystros] Provided item has range too small #918

click opened this issue May 16, 2011 · 17 comments

Comments

@click
Copy link
Contributor

click commented May 16, 2011

Quest can't be done without flying mount because you are provided with Skytalon Molts to call Alystros, but it says: "You must be near to use this object" (or something like that).

INFO:
Core Version: 11364
DB Version: TDB 335.11.38
Quest: http://www.wowhead.com/quest=12456
Skytalon Molts: http://www.wowhead.com/item=37881

The solution would be to increase action range of Skytalon Molts enough to be used from land nearby.

@click
Copy link
Contributor Author

click commented May 16, 2011

Author: stormbyte
The spell to trigger is:
http://www.wowhead.com/spell=49566 according to item_template table, but I don't know wich spell* to look for this one :(

@click
Copy link
Contributor Author

click commented May 16, 2011

Author: boom
This spell doesn't have a specific range it only requires that you are up to 10 yards near to the TEMP gameobject with the Entry 300208, name of this is "TEMP that you be closer to Alystros the Verdant Keeper"

silinoron pushed a commit that referenced this issue Jul 27, 2011
@AniRB
Copy link

AniRB commented Jan 24, 2012

Need fix!!! too far from the subject

ghost pushed a commit to rebirth-core/Rebirth---WoW that referenced this issue Feb 14, 2012
asido pushed a commit to asido/TrinityCore that referenced this issue Mar 12, 2012
@ghost ghost assigned Star-lion Apr 18, 2012
@Skettis
Copy link

Skettis commented May 7, 2012

After a year, the quest it's broken again.

@Star-lion
Copy link
Contributor

its been broken a long time

@Zaranthos
Copy link

GO range is too small. You can fly up and land right next to it but using it does nothing.

Using this: http://old.wowhead.com/item=37881
Should provoke: http://old.wowhead.com/npc=27249
Currently the item you use doesn't not provoke him into attacking so he remains a non-interactive object you can't attack.

2012-05-11 13:12:09 +0200 (d8a1a0e+) (Win64, Release) AHbot
d8a1a0e
TDB_full_335.11.46_2012_02_13 (+updates)

@lordofthedread
Copy link

Confirmed

Trinity Revison 66ce5a1 Database TDB 335.11.47

@nelegalno
Copy link
Contributor

-- The Plume of Alystros by unknown author

-- Fix spellfocus range
UPDATE `gameobject_template` SET `data1` = 60 WHERE `entry` = 300208;

-- Workaround
DELETE FROM `event_scripts` WHERE `id`=18223;
INSERT INTO `event_scripts` (`id`,`command`,`datalong`,`datalong2`) VALUES
(18223,17,37880,1);

P.S. Is there a way to make the npc attack the player from event script?

@ghost ghost assigned ZxBiohazardZx Nov 25, 2012
@ZxBiohazardZx
Copy link
Contributor

why is the last part a workaround?

-- Issue 918: The Plume of Alystros

-- Fix spellfocus range for "TEMP that you be closer to Alystros the Verdant Keeper"
UPDATE `gameobject_template` SET `data1` = 60 WHERE `entry` = 300208;

-- Workaround
DELETE FROM `event_scripts` WHERE `id`=18223;
INSERT INTO `event_scripts` (`id`,`command`,`datalong`,`datalong2`) VALUES
(18223,17,37880,1);

@nelegalno
Copy link
Contributor

Because it just gives the player the quest item without sending Alystros to attack him. The player should loot the item once he kills the bird.

P.S. I believe the spellfocus GO location is wrong, it should probably be located near the bones from where the player should use the Skytalon Molts and not where Alystros the Verdant Keeper is and thus won't need it's data1 value changed.

@Aokromes
Copy link
Member

GO > id 300000 custom made GO because we can't sniff spell focus, so data1 can be changed.

@ZxBiohazardZx
Copy link
Contributor

Nelgalno try moving it and see if that solves the issue, as for the script, either SAI or event_scripts should be able to spawn that creature, do we have a location?

@nelegalno
Copy link
Contributor

The NPC is already spawned as friendly, once you use the provided item it should become unfriendly and attack you.

Videos:
https://www.youtube.com/watch?v=N-5A3uWDKWE
https://www.youtube.com/watch?v=3OeFLMsgDR0
https://www.youtube.com/watch?v=EZ8JkJAeNhs
https://www.youtube.com/watch?v=RZvCA6sAqfM

P.S. It can only be event script since SAI still doesn't support it and the Skytalon Molts (49566) spell uses: Send Script Event (18223).

@s7an-it
Copy link
Contributor

s7an-it commented Nov 26, 2012

Yeah, or the spell can be sripted in c++. That event finds nearest npc of that entry, removes flag that prevents combat or being attacked and sends it attacking as nelegalno said. The event_script in SAI seems too far away atm. It's fast to do only must be decided, if it should be used.

@ZxBiohazardZx
Copy link
Contributor

part of the SAI support is written, but its just not useable yet, im not sure what needs to be done in order for it to be added, maybe @Subv can enlighten me on that.

@ZxBiohazardZx
Copy link
Contributor

Closed: issue is ancient, all fixes in here are a mess and a cpp solution might be required. if anyone is up for the job then re-report this issue instead of its curernt rotstate

@BlackVortex
Copy link

TBD : 335.51
Hash: 0e4cebf
Linux, SQL.

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