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] Fel Reavers, No Thanks! (10855) #3715

Closed
nelegalno opened this issue Oct 26, 2011 · 10 comments
Closed

[QUEST] Fel Reavers, No Thanks! (10855) #3715

nelegalno opened this issue Oct 26, 2011 · 10 comments

Comments

@nelegalno
Copy link
Contributor

The quest requires that you complete Nether Gas In a Fel Fire Engine ( http://old.wowhead.com/quest=10850 ) but once you do, the Inactive Fel Reaver NPC ( http://old.wowhead.com/npc=22293 ) is not destroyed and you don't get quest credit.

Hash: 0ef92d8
DB : 335.11.42+

@shlomi1515
Copy link

well its seems this will give you the credit and you will gain the next objective but when i go to the NPC to turn in the quest
its still unfinished quest V_V im stuck

DELETE FROM `quest_end_scripts` WHERE id=10850;
INSERT INTO `quest_end_scripts` VALUES 
('10850', '0', '22', '0', '0', '0', '0.0', '0.0', '0.0', '0.0'),
('10850', '1', '8', '22293', '0', '0', '0.0', '0.0', '0.0', '0.0');

@ghost
Copy link

ghost commented Nov 14, 2011

comment deleted because of wrong content

@shlomi1515
Copy link

it doesnt work becase you forgot to delete the EventAI the creature got
it got 1 EAI line,making the creature to cast freeze to prevent the creature movement
and there is no use in it because it has MovementType=0

DELETE FROM `creature_ai_scripts` WHERE creature_id=22293;

@ghost
Copy link

ghost commented Nov 30, 2011

thx
forget the previous fix - there was just a missing part in the spell_dbc table

final fix:
darkman1983@dfbc109

@peycho
Copy link

peycho commented Feb 25, 2012

In official repo of trinitycore this quest still doesn't work.

TrinityCore rev. 2012-02-12 23:50:16 +0000 (84268be)
TDB 335.11.45

@s7an-it
Copy link
Contributor

s7an-it commented Feb 25, 2012

Yeah, because it is not added, if it was the topic would be closed ;}.

@Zaranthos
Copy link

http://www.wowhead.com/quest=10855/fel-reavers-no-thanks

Confirmed not working. The condensed nether gas is consumed but the reaver isn't activated.

1ebdc5c
TDB_full_335.11.46_2012_02_13

@Exodius
Copy link
Contributor

Exodius commented Apr 29, 2012

Confirming the issue at revision: 778afa1
TDB: DB: 335.11.46 + Repository Updates

@lordofthedread
Copy link

Sorry but this quest is still bugged before and after putting your SQL file into my World DB.

You dont get "Fel Reaver Destroyed" objective after giving the fuel to the inactive Fel Reaver

On rev : 7b5bdc2+ and TDB 11.47+

@Welltrashed
Copy link

any updates on this one ?

you can hand the Condensed Nether Gas in all day long and nothing will happen to the fel reaver (no objective completed for the kill part)
but you can get the objective for the Nether Gas In a Fel Fire Engine completed.

try

UPDATE quest_template SET
CompleteScript=10850
WHERE entry=10850;

DELETE FROM quest_end_scripts WHERE id =10850;
INSERT INTO quest_end_scripts VALUES
(10850,0,8,22293,0,0,0,0,0,0,0,0,0),
(10850,0,7,10855,15,0,0,0,0,0,0,0,0);

UPDATE spell_dbc SET Effect1=16,EffectMiscValue1=10855 WHERE id=38758;
DELETE FROM creature_ai_scripts WHERE creature_id=22293;

raczman pushed a commit to raczman/TrinityCore that referenced this issue Apr 20, 2014
	Remove obsolete requirement 'cooking profession' from quest 'Beer Basted Boar Ribs' (thx tifkat) closes TrinityCore#5198
	Fix proc for Death's Verdict/Choice (author: kandera) closes TrinityCore#6041
	Disables quest "Desperate Research" for all factions author trista closes TrinityCore#5285
	Disables scourge invasion connected quests
	Limit Bloodgem Shard use to Netherstorm Cristal Target author: nelegalno closes TrinityCore#4165
	Path of xx and A Change of Heart (Ashen Band rings) author: studioworks closes TrinityCore#2544
	spawn farmer torp author: zxbiohazardzx closes TrinityCore#6256
	Disgusting Oozeling aura author: gecko32 closes TrinityCore#6197
	Mr. Chilly Add aura chilly for Periodic slide
	Update to Change <name> to $n in page text author: gecko32 closes TrinityCore#5930
	Update frost shock and you to only be for shamans. author: whit33r closes TrinityCore#4727
	fixes ashen band of destruction proc author: kandera
	fixes quest credit from Fel reaver no thanks! author: tREAk & shlomi1515 closes TrinityCore#3715
	fix areatrigger for wickerman camp author: boomper closes TrinityCore#3549
	yous have da darkrune should be daily author: kaelima closes TrinityCore#3457
	fix infinite corruptor loot id author: vincent-michael
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

9 participants