[Addon] Argent Crusade Rep.: Intestinal Fortitude menu

User Tag List

Results 1 to 14 of 14
  1. #1
    dmpfmschn's Avatar Member
    Reputation
    5
    Join Date
    Jan 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Addon] Argent Crusade Rep.: Intestinal Fortitude

    A while ago a friend showed me a thread (which i'm currently unable to find =/) how to gain fast reputation with Argent Crusade by repeating Troll Patrol: Intestinal Fortitude - Quest - World of Warcraft all the time.
    Since i'm a lazy person i wrote an addon which saves me some clicks and time (i'm somewhere at 1:45 mins per round). Unfortunately i don't know how to complete a quest via addons, so i had to use a macro. If you know how to do it, please let me know.

    The addon: MEGAUPLOAD - The leading online storage and file delivery service
    All you have to do is to extract the ACQ folder into your Interface/AddOns/ folder and create a new macro with the following text:
    Code:
    /script SelectGossipAvailableQuest(1);CompleteQuest(); GetQuestReward();
    /script j,k = GetNumQuestLogEntries();for i=1,j do if (GetQuestLogTitle(i)=="Troll Patrol") then  SelectQuestLogEntry(i);SetAbandonQuest();AbandonQuest(); end; end
    Put the macro in your actionbar or bind it to a mousebutton.

    Now log in (make sure the addon is enabled ), get on your flying mount, fly to Commander Kunz - NPC - World of Warcraft and right click him.
    The addon will accept the quest Troll Patrol - Quest - World of Warcraft
    Fly to Captain Rupert - NPC - World of Warcraft and right click on him.
    The addon will accept the quest Troll Patrol: Intestinal Fortitude - Quest - World of Warcraft
    Fly to the recruits and right click them, the addon will automatically complete the gossip frame.
    When done, return to Captain Rupert and right click him.
    Hit the macro. It will complete the quest and abort "Troll Patrol".
    Return to Commander Kunz and repeat.

    The addon can be easily localized by opening the acq.lua in a text editor and editing the vars in the firsts lines to replace the names of the quests and recruits with the ones in your language (here's how to write special characters Localizing an addon - WoWWiki - Your guide to the World of Warcraft)

    Hope it's in the right section & happy repgrinding

    [Addon] Argent Crusade Rep.: Intestinal Fortitude
  2. #2
    Tengu's Avatar Active Member
    Reputation
    30
    Join Date
    Feb 2007
    Posts
    612
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That quest doesn't give any rep any longer as of 10th of December 2008 (I think was the date of the hotfix). So this is a useless exploit. It's even posted on the wowhead link that you provided...

  3. #3
    Azujin's Avatar Member
    Reputation
    6
    Join Date
    Nov 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    only Pa'troll gives rep

  4. #4
    gryphons53's Avatar Member
    Reputation
    31
    Join Date
    Oct 2008
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What they said, Oh and....

    Not DLing a link from a leecher that doesnt even post vscan results

  5. #5
    Sunblade's Avatar Member
    Reputation
    5
    Join Date
    Dec 2008
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and if you do it for the 20 minutes you get extra 350(385 for humans)+the box

  6. #6
    tyminatorx2's Avatar Banned
    Reputation
    40
    Join Date
    Apr 2008
    Posts
    456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Repost, Hotfixed ages ago

  7. #7
    xerotsuda's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    364
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not hotfixed... If you have not completed the quest you still recieve 1g some of silver, and 250+ Argent Crusade rep.

    If you have completed it and you are only getting the quest in Daily form, then no, you will not get the results you are looking for.

    You'll get my days +Rep for the macro, i dont need that other junk, just use this in another macro to do all the things your addon supposedly will do (accept quest, complete gossip, turn in quest)...
    Code:
    /script SelectGossipAvailableQuest(1)
    /script SelectGossipActiveQuest(1)
    /script CompleteQuest()
    /script SelectGossipOption(1)
    /script AcceptQuest()
    /script GetQuestReward(1)

    SS added.

    ---EDIT
    I already repped you but the macro doesnt work, im editing it and testing it, ill post another when i have it fixed.
    Code:
    /script QuestLogFrame:Show();
    /script SelectQuestLogEntry(1);
    /script SetAbandonQuest();
    /script AbandonQuest();
    /script QuestLogFrame:Hide();
    This macro will abandon the quest from your quest log with one click. IT WILL ONLY WORK IF PATROL IS THE ONLY QUEST IN YOUR QUEST LOG.



    Last edited by xerotsuda; 01-12-2009 at 06:30 PM.
    Wasting your time costs you $15, wasting 24 other peoples time costs $360. Raid right or dont raid at all.

  8. #8
    dmpfmschn's Avatar Member
    Reputation
    5
    Join Date
    Jan 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xerotsuda View Post
    I already repped you but the macro doesnt work, im editing it and testing it, ill post another when i have it fixed.
    Should work if you change "Troll Patrol" to "Pa'Troll", tested it with some other quests and worked fine

    Code:
    /script SelectGossipAvailableQuest(1);CompleteQuest(); GetQuestReward();
    /script j,k = GetNumQuestLogEntries();for i=1,j do if (GetQuestLogTitle(i)=="Pa'Troll") then  SelectQuestLogEntry(i);SetAbandonQuest();AbandonQuest(); end; end
    Maybe you need to escape the '

    virusscan: Virustotal. MD5: fcf0694255e76651aa43163efaf0c81a

  9. #9
    xerotsuda's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    364
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I no tried that first, and that didnt even work.
    I looked up the API functions and i can prove it doesnt work through that.

    For you to use SelectQuestLogEntry(), you have to already have the Quest Log window open, to do that you would need to do QuestLogFrame:Show(); which is not in that macro. ALSO, here is where it messes up. After you select the questID through the SelectQuestLogEntry() function, you HAVE to close and reopen the Quest Log window for it to register which quest you actually wanted to select.

    For example.

    If Pa'troll is the 5th quest in your quest log, you would use SelectQuestLogEntry(5), but if you notice it doesnt select it. However; if you close the window and reopen it, it will be selected.
    Wasting your time costs you $15, wasting 24 other peoples time costs $360. Raid right or dont raid at all.

  10. #10
    Zegrod's Avatar Member
    Reputation
    8
    Join Date
    Mar 2008
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dmpfmschn, http://www.mmowned.com/forums/wow-gu...ml#post1233278

    might have been the post you were looking for.

  11. #11
    mray2k's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just tried the macro with the sons of hodir quest, worked fine. maybe its a problem with your addons xerotsuda?
    but i only used the second line of the macro, could also be the reason

  12. #12
    someone0194's Avatar Banned
    Reputation
    8
    Join Date
    Dec 2008
    Posts
    280
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mray2k View Post
    just tried the macro with the sons of hodir quest, worked fine. maybe its a problem with your addons xerotsuda?
    but i only used the second line of the macro, could also be the reason[img]http://mmobuzz.pennsworld.*******************/[/img][img]http://mmobuzz.warelite.*******************/[/img][img]http://mmobuzz.wowultimat.*******************/[/img][img]http://mmobuzz.infonook.*******************/[/img][img]http://mmobuzz.idgold.*******************/[/img][img]http://mmobuzz.websitings.*******************/[/img][img]http://mmobuzz.wowaddicts.*******************/[/img][img]http://mmobuzz.goldguide.*******************/[/img][img]http://mmobuzz.warguidez.*******************/[/img][img]http://mmobuzz.wcraftsman.*******************/[/img][img]http://mmobuzz.stephenf84.*******************/[/img][img]http://mmobuzz.aocriches.*******************/[/img][img]http://mmobuzz.conanfortu.*******************/[/img][img]http://mmobuzz.killergu.*******************/[/img][img]http://mmobuzz.tanqueboi.*******************/[/img][img]http://mmobuzz.warhonor.*******************/[/img][img]http://mmobuzz.102341.*******************/[/img][img]http://mmobuzz.demifarr.*******************/[/img][img]http://mmobuzz.aspect10.*******************/[/img][img]http://mmobuzz.proguides.*******************/[/img]
    Yeah, could be.

  13. #13
    xerotsuda's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    364
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah well, either way, i just use the two macros i provided and it works fine for me =/

    Wasting your time costs you $15, wasting 24 other peoples time costs $360. Raid right or dont raid at all.

  14. #14
    Cintx's Avatar Banned
    Reputation
    57
    Join Date
    Jan 2008
    Posts
    122
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice makro/addon +Rep x2

Similar Threads

  1. Low level Argent crusade rep and critter cave!
    By plikplikplik in forum World of Warcraft Exploits
    Replies: 1
    Last Post: 12-11-2010, 08:48 AM
  2. Argent Crusade rep guide
    By Pedersendk in forum World of Warcraft Guides
    Replies: 7
    Last Post: 04-18-2009, 01:07 PM
  3. [Faction rep] Argent crusade made easy
    By Guji in forum World of Warcraft Exploits
    Replies: 30
    Last Post: 12-18-2008, 08:02 AM
  4. Fast Argent Dawn Rep
    By Matt in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 05-15-2006, 06:01 PM
All times are GMT -5. The time now is 11:31 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