custom quest help menu

User Tag List

Results 1 to 1 of 1
  1. #1
    deep6ixed's Avatar Member
    Reputation
    35
    Join Date
    Jul 2009
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    custom quest help

    hey everybody, im working a ravenholdt quest series and one of my firsts quests isnt working right and i cant figure out why. Here's the SQL query

    Code:
    INSERT INTO `quests` (`ZoneId`, `sort`, `flags`, `MinLevel`, `questlevel`, `Type`, `RequiredRaces`, `RequiredClass`, `RequiredTradeskill`, `RequiredTradeskillValue`, `RequiredRepFaction`, `RequiredRepValue`, `LimitTime`, `SpecialFlags`, `PrevQuestId`, `NextQuestId`, `srcItem`, `SrcItemCount`, `Title`, `Details`, `Objectives`, `CompletionText`, `IncompleteText`, `EndText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqKillMobOrGOId1`, `ReqKillMobOrGOId2`, `ReqKillMobOrGOId3`, `ReqKillMobOrGOId4`, `ReqKillMobOrGOCount1`, `ReqKillMobOrGOCount2`, `ReqKillMobOrGOCount3`, `ReqKillMobOrGOCount4`, `ReqCastSpellId1`, `ReqCastSpellId2`, `ReqCastSpellId3`, `ReqCastSpellId4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepFaction6`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewRepValue6`, `RewRepLimit`, `RewMoney`, `RewXP`, `RewSpell`, `CastSpell`, `PointMapId`, `PointX`, `PointY`, `PointOpt`, `RewardMoneyAtMaxLevel`, `ExploreTrigger1`, `ExploreTrigger2`, `ExploreTrigger3`, `ExploreTrigger4`, `RequiredOneOfQuest`, `RequiredQuest1`, `RequiredQuest2`, `RequiredQuest3`, `RequiredQuest4`, `RemoveQuests`, `ReceiveItemId1`, `ReceiveItemId2`, `ReceiveItemId3`, `ReceiveItemId4`, `ReceiveItemCount1`, `ReceiveItemCount2`, `ReceiveItemCount3`, `ReceiveItemCount4`, `IsRepeatable`, `entry`) VALUES ('275', '0', '0', '70', '80', '0', '1791', '1503', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'Impressing Fahrad', 'I see you have made it past the guards $R, Make no mistake, the only reason you are still breathing is that your reputation prceedes you. $b If you can find some way to impres me, I may be inclinded to speak to you further', '', 'I admire your sprit $C, but we assassins work from the shadows and we do not slaughter like barbarians. But there is much to be said about what you have done. Maybe with training $N...', 'Have you not figured out a way to impress me yet $C?', '', '', '', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '2260', '2261', '0', '0', '30', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '349', '0', '0', '0', '0', '0', '500', '0', '0', '0', '0', '0', '0', '200000', '25000', '0', '0', '0', '0', '0', '0', '250000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '700000');
    DELETE FROM `creature_quest_starter` WHERE `quest` = 700000;
    DELETE FROM `creature_quest_finisher` WHERE `quest` = 700000;
    DELETE FROM `gameobject_quest_starter` WHERE `quest` = 700000;
    DELETE FROM `gameobject_quest_finisher` WHERE `quest` = 700000;
    UPDATE `items` SET `quest_id` = 0 WHERE `quest_id` = '700000';
    INSERT INTO `creature_quest_starter` (`id`, `quest`) VALUES ('6707', '700000');
    INSERT INTO `creature_quest_finisher` (`id`, `quest`) VALUES ('6707', '700000');
    When i talk to the quest giver (fahrad ID 6707) he gives me the quest but my objectives shows:

    syndicate rogue 0/30
    0/0 complete (all in grey)

    ive checked the creature and creature_proto and verified that the syndicate watchmen is there ID 2261. ive reloaded tables and restarted the client (deleting my cache everytime)

    anyone have any ideas? it has to be something simple or very obvious, ive changed the NPC flag to 3 so he can give quests, i can accept the quest, complete it and turn it in.

    im testing on a AZ level account, is that my problem?

    custom quest help

Similar Threads

  1. [ArcEmu] Custom Quest Help
    By CursedOne in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 07-12-2011, 11:54 AM
  2. Quest Help/Leveling Help (Custom Start Zone)
    By guitargod218 in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 05-27-2008, 07:42 PM
  3. Custom quest creator!
    By Relentlesserv in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 10-31-2007, 08:15 PM
  4. Custom Item Help
    By Boness in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 10-23-2007, 02:57 AM
  5. Custom Portals - Help
    By MentalAssault in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-27-2007, 11:44 AM
All times are GMT -5. The time now is 06:32 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search