Death Knight start with 71 Talent Points menu

User Tag List

Results 1 to 4 of 4
  1. #1
    Bedazzle's Avatar Private
    Reputation
    6
    Join Date
    Aug 2010
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Death Knight start with 71 Talent Points

    Is there a sql query to do this? I have seen a couple of them, but they are all outdated. I have also found some for autocompleting the quests, but as well they were outdated! Could anyone link me to a thread or contribute would be nice! I will continue to look for this fix!

    Thanks!

    Death Knight start with 71 Talent Points
  2. #2
    AlienCCL's Avatar Active Member
    Reputation
    28
    Join Date
    Aug 2008
    Posts
    444
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ArcEmu ore Mangos?...
    Also try to find Lua script . there must be one . sry i dont know Lua so cant help with this .
    Another way > look in Dk starting place for Quest on Talents (idk how its name ) so next find its ID and just change it for 71 talents . try to use Flexible Database Editor.
    isnt config manipulation aint helps? try to edit Starting level in options to 80 . ?
    and in world.conf ore in optional.conf DkStartingTalets=1 (if its 0 )

    also what is your core?
    Last edited by AlienCCL; 08-13-2010 at 01:10 PM.
    Yes , I sit right now in front of the monitor in a cap with ear-flaps with a balalaika, a nested doll, vodka and a comrad Lenin. And behind my window dancing bears with jingles in hands .

  3. #3
    Facebook's Avatar Member
    Reputation
    12
    Join Date
    Aug 2010
    Posts
    120
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    51 Post(s)
    Tagged
    0 Thread(s)
    If you are using Trinity, (or MaNGOS or ArcEmu for that matter)
    use WoW-V to create a simple quest that is autocomplete that has a reward of (71-DK Starting TP Amount) Talent Points.
    So basically the player would have to accept the quest, then immediately turn it in.

    This is probably your simplest and easiest way of doing this if you don't want to edit your core.

  4. #4
    choweyiii's Avatar Contributor
    Reputation
    91
    Join Date
    Aug 2010
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here you go, copy and paste that into notepad, save as .sql, the quest will start, and end at A'dal (ID:18481)

    Code:
    INSERT INTO `quests` (`entry`, `ZoneId`, `sort`, `MinLevel`, `questlevel`, `Type`, `RequiredRaces`, `RequiredClass`, `srcItem`, `SrcItemCount`, `Title`, `Details`, `Objectives`, `CompletionText`, `IncompleteText`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqKillMobOrGOId1`, `ReqKillMobOrGOId2`, `ReqKillMobOrGOId3`, `ReqKillMobOrGOId4`, `ReqKillMobOrGOCount1`, `ReqKillMobOrGOCount2`, `ReqKillMobOrGOCount3`, `ReqKillMobOrGOCount4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewMoney`, `RewXP`, `RewardMoneyAtMaxLevel`, `RequiredQuest1`, `RequiredQuest2`, `RequiredQuest3`, `RequiredQuest4`, `IsRepeatable`, `bonushonor`, `rewardtalents`, `suggestedplayers`, `RequiredTradeskill`, `RequiredTradeskillValue`, `RequiredRepFaction`, `RequiredRepValue`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepFaction6`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewRepValue6`, `rewardtitleid`, `CastSpell`, `RewRepLimit`, `EndText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `RequiredOneOfQuest`, `RemoveQuests`) 
    VALUES ('100001', '139', '0', '80', '80', '0', '0', '32', '0', '0', 'Talent Points', 'Greetings, $N! Speak with me again to add your talent points.', 'Speak with A'dal.', 'Spend them wisely.', 'null', '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', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '71', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', '', '', '', '');
    INSERT INTO `creature_quest_finisher` (`id`, `quest`) 
    VALUES ('18481', '100001');
    INSERT INTO `creature_quest_starter` (`id`, `quest`) 
    VALUES ('18481', '100001');
    Last edited by Xel; 08-24-2010 at 07:43 AM. Reason: Don't ask for rep ;)

Similar Threads

  1. [unholy death knight] start a BG with a powered up ghoul
    By smeata in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 11-22-2010, 12:29 AM
  2. Death Knight Starting Dueling Quest!
    By Cradin in forum World of Warcraft Exploits
    Replies: 17
    Last Post: 01-23-2009, 06:05 PM
  3. Death Knight Starting Area/NPC's/Quests?
    By drew77 in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 11-26-2008, 09:54 PM
  4. Death Knight Starting Area Guide
    By brett0560 in forum World of Warcraft Guides
    Replies: 5
    Last Post: 11-03-2008, 01:45 PM
  5. Guilde to Death Knight Improved with videos
    By rarbar in forum World of Warcraft Guides
    Replies: 15
    Last Post: 09-19-2008, 01:30 AM
All times are GMT -5. The time now is 10:18 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search