Eine Audienz Mit Dem Arkanisten Quest

Hallo Community, ich habe versucht die Quest “Eine Audienz mit dem Arkanisten” zu fixxen aber ich bekomm es nicht hin. (gilt auch für die allyquest “Ein treffen mit dem magister”) Ich werde einfach nicht ins gegnergebiet trotz Buff gelassen:

UPDATE quest_template SET SrcSpell=‘70971’, StartScript=‘30002’ WHERE entry=‘24451’;

INSERT INTO quest_start_scripts (id,delay,command,datalong,datalong2,dataint,x,y,z,o) VALUES

(30002,0,6,571,0,0,5718.282227,688.829285,645.751648,2.439536); – will teleport player inside inn due to bugged disguise spell

UPDATE creature_template SET npcflag=‘3’ WHERE entry=‘36669’; – gossip for Arcanist Tybalin

INSERT INTO conditions (SourceTypeOrReferenceId,SourceGroup,SourceEntry,ConditionTypeOrReference,ConditionValue1) VALUES

(15,10858,0,9,24451); – Quest “An Audience With The Arcanist - Horde” Has to be active and not complete

INSERT INTO gossip_menu_option (menu_id, id, option_text, option_id, npc_option_npcflag, action_menu_id) VALUES (‘10858’,‘0’,‘I'm ready to deliver the tome, Arcanist Tybalin’,‘1’,‘1’,‘2001029’);

insert into db_script_string (entry, content_default, content_loc1, content_loc2, content_loc3, content_loc4, content_loc5, content_loc6, content_loc7, content_loc8) values

(‘2000111126’,‘You're late, courier. No, I don't want any excuses; this errand is far too important.’,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),

(‘2000111127’,‘Here's the tome our representative brought from Wyrmrest. Get this to Caladis Brightspear immediately.’,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),

(‘2000111128’,‘Watch your back, courier. I needn't remind you of the value of the book, nor the fact that the Sunreavers will stop at nothing to take it from us.’,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); – some lines from Arcanist Tybalin

Quelle:http://pastebin.com/eaQtTR8t

wäre über eine Hilfe dankbar

Hmmm kann es sein das du dein Fix von hier kopiert hast?

http://pastebin.com/eaQtTR8t

Ab Zeile 19 -…

Quelle wurde hinzugefügt!