Marks of Honor Quests??? menu

User Tag List

Results 1 to 15 of 15
  1. #1
    Devilsadvocate's Avatar Member
    Reputation
    70
    Join Date
    May 2008
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Marks of Honor Quests???

    Ok i made some custom quests that award you gold when u turn in marks of honor for the various battle grounds. I set it to be repeatable but it's only repeatable daily. What do I have to modify (and how) to make it so you can do the quest as many times as you want everyday?

    Marks of Honor Quests???
  2. #2
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post the SQL for your QUest in here. or a dump with only that column or something.

  3. #3
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think it's supposed to be set to 2, not sure though.

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  4. #4
    Devilsadvocate's Avatar Member
    Reputation
    70
    Join Date
    May 2008
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is the SQLs for all 3

    Code:
    INSERT INTO `quests` VALUES ('12023', '0', '0', '0', '70', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'Arathi Basin Marks', 'Collect Marks of Honor from battlegrounds.', 'Turn in 5 Marks in exchange for gold!', 'Here is your gold. This quest is repeatable so bring more!', 'No Marks, No Money!', '', '', '', '', '', '20559', '0', '0', '0', '5', '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', '10000000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '8');
    INSERT INTO `quests` VALUES ('12024', '0', '0', '0', '70', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'Warsong Gulch Marks', 'Collect Marks of Honor from battlegrounds.', 'Turn in 5 Marks in exchange for gold!', 'Here is your gold. This quest is repeatable so bring more!', 'No Marks, No Money!', '', '', '', '', '', '20558', '0', '0', '0', '5', '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', '7550000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '8');
    INSERT INTO `quests` VALUES ('12025', '0', '0', '0', '70', '70', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'Eye Of The Storm Marks', 'Collect Marks of Honor from battlegrounds.', 'Turn in 5 Marks in exchange for gold!', 'Here is your gold. This quest is repeatable so bring more!', 'No Marks, No Money!', '', '', '', '', '', '29024', '0', '0', '0', '5', '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', '15000000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '8');
    Now according to my Ascent DB Editor "8" is the flag for repeatable. any help?
    Last edited by Devilsadvocate; 08-29-2008 at 01:40 PM.

  5. #5
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In the ADE there is a Box to click to make the quest repeatable .. i usually set the flag to repeatable AND click the box to be sure.. if the box isnt checked im pretty sure it doesnt function as repeatable..

  6. #6
    *Scripted*'s Avatar Banned
    Reputation
    41
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ADE Is outdated.

  7. #7
    Devilsadvocate's Avatar Member
    Reputation
    70
    Join Date
    May 2008
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yea i noticed that everytime i try to load up a quest to edit it gives a critical error and shuts down the tool.....

    Know any other DBE programs i can use for this?

  8. #8
    *Scripted*'s Avatar Banned
    Reputation
    41
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  9. #9
    Devilsadvocate's Avatar Member
    Reputation
    70
    Join Date
    May 2008
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i tried to get that but cant find the link......you know it??? or URL of website to it

  10. #10
    *Scripted*'s Avatar Banned
    Reputation
    41
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Posted it above.

  11. #11
    Devilsadvocate's Avatar Member
    Reputation
    70
    Join Date
    May 2008
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you +rep

  12. #12
    Devilsadvocate's Avatar Member
    Reputation
    70
    Join Date
    May 2008
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok Another question.....how do i start this lol......where's the exeacutable

  13. #13
    *Scripted*'s Avatar Banned
    Reputation
    41
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Keep going untill you find the folder called "Bin" then Releases then start it.

  14. #14
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah my bad i said ADE but even the Verison i use is the FDE .. sorry

  15. #15
    Devilsadvocate's Avatar Member
    Reputation
    70
    Join Date
    May 2008
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for all the help Kreegoth and Scripted. Finally a DBE that works!

Similar Threads

  1. How to delete your mark of honor
    By cokane in forum WoW PvP & Battlegrounds
    Replies: 12
    Last Post: 06-13-2009, 07:53 AM
  2. Free Wintergrasp Mark of honor
    By michaell in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 04-18-2009, 12:05 PM
  3. Dupe BattleGround Marks of Honor
    By meltox123 in forum World of Warcraft Exploits
    Replies: 36
    Last Post: 07-29-2008, 07:52 AM
  4. Making a Item that requires honor or mark of honor
    By Rellik29 in forum WoW Items & Quests
    Replies: 1
    Last Post: 05-23-2008, 07:52 AM
  5. Honor Hold Marks of Honor Farming
    By Dream in forum World of Warcraft Guides
    Replies: 6
    Last Post: 01-28-2007, 10:04 AM
All times are GMT -5. The time now is 01:26 PM. 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