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/SAI] [12673] It Rolls Downhill #5718

Closed
peycho opened this issue Mar 14, 2012 · 7 comments
Closed

[Quest/SAI] [12673] It Rolls Downhill #5718

peycho opened this issue Mar 14, 2012 · 7 comments

Comments

@peycho
Copy link

peycho commented Mar 14, 2012

TrinityCore rev. 4f5f148
TDB 335.11.46+

Controlling of the Blight Geists is ok, but Blight Geists doesn't have spell to collect the crystals.

@genjush
Copy link

genjush commented Nov 17, 2012

UPDATE `creature_template` SET `spell4`='52245' WHERE `entry`='28750'; But spell it is not scripted. http://www.wowhead.com/spell=52245

@AnTOLI
Copy link

AnTOLI commented Jul 2, 2013

bug quest.

@xerkoss
Copy link
Contributor

xerkoss commented Jul 5, 2013

-- hack fix
UPDATE creature_template SET AIName='SmartAI', spell4='52245' WHERE entry=28750;

INSERT INTO smart_scripts (entryorguid, event_type, event_param1, action_type, action_param1, target_type, comment) VALUES (28750, 8, 52245, 33, 28740, 23, 'on spellhit give credit');

@nelegalno
Copy link
Contributor

@AnTOLI
Copy link

AnTOLI commented Jul 17, 2013

Confirmed missing spell on npc http://www.wowhead.com/spell=52245.

@AnTOLI
Copy link

AnTOLI commented Aug 9, 2013

hack fix works for spell. ?

@filipboev
Copy link
Contributor

No hacks.

raczman pushed a commit to raczman/TrinityCore that referenced this issue Apr 20, 2014
Fixes TrinityCore#5718
You need to have mmaps enabled if you want the delivering of the geist to look blizzlike, otherwise it will ignore the path.
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

7 participants