[Exploit] Jump over walls using Thunderbrews and Warlock-Summoning! menu

User Tag List

Results 1 to 9 of 9
  1. #1
    skyth's Avatar Contributor
    Reputation
    104
    Join Date
    Apr 2010
    Posts
    98
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Exploit] Jump over walls using Thunderbrews and Warlock-Summoning!



    This is not a repost. There have been posts how to jump over walls without mammoth using flasks which grows you up but this is different. With this method you are probably even able to skip some raid bosses when used right.

    My point is that if there is a wall between bosses you might be able to get through it if there is a ''roof'' in the spot.

    Using this might get you thru from places outdoor your mammoth might not work.

    If you mix this up with mammoth exploit outdoor, using around 8 brews and mounting mammoth your size will be huge, like onyxia or something. Which means you can pass almost any objects/walls.

    If you dont know how to get them elixirs, either watch my video or for more specific information, you might want to check this thread: http://www.mmowned.com/forums/world-...l-dalaran.html

    [Exploit] Jump over walls using Thunderbrews and Warlock-Summoning!
  2. #2
    Noloony's Avatar Active Member
    Reputation
    56
    Join Date
    Jun 2007
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice was tinking bout doing somting like wise dint have time ye +rep'


  3. #3
    nightcracker's Avatar Contributor
    Reputation
    102
    Join Date
    Jan 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Easy macro to get the ales.

    Talk to Grimbooze
    Hit the macro
    Talk to your bank
    Hit the macro

    That's it!

    Code:
    /run SelectGossipOption(1)f=CreateFrame"Frame"f:RegisterEvent"BANKFRAME_OPENED"f:SetScript("OnEvent",function(f)for b=0,4 do for s=1,GetContainerNumSlots(b)do if GetContainerItemID(b,s)==39738 then UseContainerItem(b,s)end end end end)
    EDIT:
    New untested macro.

    1. Run macro
    2. Talk to Grimbooze
    3. Talk to your bank
    4. Go to step 2

    Code:
    /run f=CreateFrame"Frame"r=f.RegisterEvent;r(f,"BANKFRAME_OPENED")r(f,"GOSSIP_SHOW")f:SetScript("OnEvent",function(f)SelectGossipOption(1)for b=0,4 do for s=1,50 do if GetContainerItemID(b,s)==39738 then UseContainerItem(b,s)end end end end)

  4. #4
    skyth's Avatar Contributor
    Reputation
    104
    Join Date
    Apr 2010
    Posts
    98
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nightcracker View Post
    Easy macro to get the ales.

    Talk to Grimbooze
    Hit the macro
    Talk to your bank
    Hit the macro

    That's it!

    Code:
    /run SelectGossipOption(1)f=CreateFrame"Frame"f:RegisterEvent"BANKFRAME_OPENED"f:SetScript("OnEvent",function(f)for b=0,4 do for s=1,GetContainerNumSlots(b)do if GetContainerItemID(b,s)==39738 then UseContainerItem(b,s)end end end end)
    EDIT:
    New untested macro.

    1. Run macro
    2. Talk to Grimbooze
    3. Talk to your bank
    4. Go to step 2

    Code:
    /run f=CreateFrame"Frame"r=f.RegisterEvent;r(f,"BANKFRAME_OPENED")r(f,"GOSSIP_SHOW")f:SetScript("OnEvent",function(f)SelectGossipOption(1)for b=0,4 do for s=1,50 do if GetContainerItemID(b,s)==39738 then UseContainerItem(b,s)end end end end)
    SERIOUSLY you made my day man! Thanks for the macro! And ty for the rep also

  5. #5
    baichii's Avatar Active Member
    Reputation
    19
    Join Date
    Jul 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice find +rep

  6. #6
    nightcracker's Avatar Contributor
    Reputation
    102
    Join Date
    Jan 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Barrt73Rus View Post
    2 macro - works. but..

    Macro blocked - allow only for Blizzard interface - this table shows when i press, but macro is work
    I'm sorry, this is the improved macro, without the error(I hope):
    Code:
    /run f=UIParent;r,f.g=f.RegisterEvent,"BANKFRAME_OPENED"r(f,f.g)r(f,"GOSSIP_SHOW")f:SetScript("OnEvent",function(f,e)SelectGossipOption(1)for b=0,4 do for s=1,50 do UseContainerItem(b,GetContainerItemID(b,s)==39738 and e==f.g and s or 0)end end end)
    Run the macro once and then just repeat this:
    Talk to grimbooze
    Talk to bank

    That's it!

    Make sure to reload the UI after finished because the script doesn't clean up and might give weird results you don't want.

    To do that type this:
    Code:
    /console reloadui

  7. #7
    skyth's Avatar Contributor
    Reputation
    104
    Join Date
    Apr 2010
    Posts
    98
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh thanks Trying to it tonight since blizzard deleted 5 stacks of brews once again from my bags : D

  8. #8
    Kazin420's Avatar Contributor
    Reputation
    240
    Join Date
    May 2008
    Posts
    720
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice find! I bet RAoV is using this as we speak to find something crazy =P

    +Rep

  9. #9
    skyth's Avatar Contributor
    Reputation
    104
    Join Date
    Apr 2010
    Posts
    98
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks. Yeah might be lol

    ---------- Post added at 05:57 AM ---------- Previous post was at 05:50 AM ----------

    Originally Posted by nightcracker View Post
    I'm sorry, this is the improved macro, without the error(I hope):
    Code:
    /run f=UIParent;r,f.g=f.RegisterEvent,"BANKFRAME_OPENED"r(f,f.g)r(f,"GOSSIP_SHOW")f:SetScript("OnEvent",function(f,e)SelectGossipOption(1)for b=0,4 do for s=1,50 do UseContainerItem(b,GetContainerItemID(b,s)==39738 and e==f.g and s or 0)end end end)
    Run the macro once and then just repeat this:
    Talk to grimbooze
    Talk to bank

    That's it!

    Make sure to reload the UI after finished because the script doesn't clean up and might give weird results you don't want.

    To do that type this:
    Code:
    /console reloadui
    Oh btw i tried this, my wow crashes each time i write the script :/

Similar Threads

  1. Replies: 1
    Last Post: 07-07-2008, 11:14 AM
  2. (Exploit\trick) Flying without using the keyboard and mouse!
    By dragoonman in forum World of Warcraft Exploits
    Replies: 19
    Last Post: 07-04-2008, 12:41 AM
  3. [Exploit] Jump through the ground and move whereever you want then jump back
    By gibberish in forum Age of Conan Exploits|Hacks
    Replies: 21
    Last Post: 06-28-2008, 03:12 AM
  4. [Exploit/Glitch]Jump through walls
    By Yemmiz in forum Age of Conan Exploits|Hacks
    Replies: 6
    Last Post: 06-13-2008, 08:06 AM
  5. DruidCat/Bear and warlock summons edits
    By squalz in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 08-22-2006, 04:36 PM
All times are GMT -5. The time now is 10:35 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