Perfect Wall Jump Macro (using /dump command) menu

Shout-Out

User Tag List

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 65
  1. #16
    draynoe's Avatar Member
    Reputation
    8
    Join Date
    Nov 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    (O_O^)<(^_^<)

    Perfect Wall Jump Macro (using /dump command)
  2. #17
    idusy's Avatar Member
    Reputation
    22
    Join Date
    Jul 2009
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Shit, was gonna post this, didn't notice you beat me by 10 hours 0.o
    Welcome back Idusy tard :P

  3. #18
    Romulis2000's Avatar Active Member
    Reputation
    33
    Join Date
    Nov 2008
    Posts
    456
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tried

    /dump JumpOrAscendStart()
    /dump MoveForwardStart(GetTime()*1000 + 1000);
    /dump MoveForwardStop(GetTime()*1000 + 2000);

    and it made me jump and move forward...think im missing the point of what this could be used for or how this is an exploit, i get the same results when i press space bar and hit forward..? is it the fact u can use one button to do both those actions>? where can any of these macros be used?

  4. #19
    eSko's Avatar YmxhY2tqYWNrJmhvb2tlcnM= CoreCoins Purchaser Authenticator enabled
    Reputation
    849
    Join Date
    Aug 2006
    Posts
    1,011
    Thanks G/R
    75/24
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by draynoe View Post
    to hotfix this, they have to update our clients... I seriously doubt they'll do minor update just for fix this almost useless exploit

  5. #20
    alj03's Avatar Contributor
    Reputation
    91
    Join Date
    Feb 2008
    Posts
    1,103
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks good mate.
    Death to all but Metal.

  6. #21
    wizzkiller92's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works.


    Filler.

  7. #22
    Pthaos's Avatar Member
    Reputation
    16
    Join Date
    May 2009
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Romulis2000 View Post
    tried

    /dump JumpOrAscendStart()
    /dump MoveForwardStart(GetTime()*1000 + 1000);
    /dump MoveForwardStop(GetTime()*1000 + 2000);

    and it made me jump and move forward...think im missing the point of what this could be used for or how this is an exploit, i get the same results when i press space bar and hit forward..? is it the fact u can use one button to do both those actions>? where can any of these macros be used?


    Agreed - there seems to be talk on the forums of this. Can someone explain the purpose behind these macros and the whole /dump thing?

  8. #23
    Gripen2's Avatar Contributor
    Reputation
    226
    Join Date
    Jan 2008
    Posts
    1,056
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get dump error. :\

  9. #24
    pajay's Avatar
    pajay
    Guest
    Originally Posted by eSko View Post
    btw, somebody copypasted this text even with the last line :-D Beast of Bloodscalp
    sorry it was me spreading the knowledge :bowdown:
    though i was at work at the time, thats why the lame copypaste
    fixed now
    Last edited by pajay; 08-14-2009 at 12:16 PM.

  10. #25
    Gripen2's Avatar Contributor
    Reputation
    226
    Join Date
    Jan 2008
    Posts
    1,056
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've got it to work, But how can i have my addons on without getting Error?

    Also, How can i make a macro that cast "Kick" when there is a spell casting on the target.

  11. #26
    eSko's Avatar YmxhY2tqYWNrJmhvb2tlcnM= CoreCoins Purchaser Authenticator enabled
    Reputation
    849
    Join Date
    Aug 2006
    Posts
    1,011
    Thanks G/R
    75/24
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    imho this "wall jump thing" is just useless example of cool bug... ATM there are few things where it can help, but walljumping definitely isn't one of them...

    two of those few uselful "protected cmds" are ActionButtonDown(id) and ActionButtonUp(id)... with this, you can split almost infinite macro/text into more macros, place them in your actionbar, bind just the firts part and at the end of every macro put call-command that virtualy pushes button of another macro...

    btw, you can even make cycle, when macro 1 pushes button of macro2 and oposite...
    btw2, use both buttonDOWN and buttonUP functions... if you call only buttonDOWN function, it will stay pressed untlil you cal buttonUP

  12. #27
    Rohi's Avatar Contributor
    Reputation
    113
    Join Date
    Oct 2006
    Posts
    1,002
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by eSko View Post
    imho this "wall jump thing" is just useless example of cool bug... ATM there are few things where it can help, but walljumping definitely isn't one of them...

    two of those few uselful "protected cmds" are ActionButtonDown(id) and ActionButtonUp(id)... with this, you can split almost infinite macro/text into more macros, place them in your actionbar, bind just the firts part and at the end of every macro put call-command that virtualy pushes button of another macro...

    btw, you can even make cycle, when macro 1 pushes button of macro2 and oposite...
    btw2, use both buttonDOWN and buttonUP functions... if you call only buttonDOWN function, it will stay pressed untlil you cal buttonUP
    Yup, did this myself trying to complete quest many times or something, didnt work that well, I managed to do sit/stand macro which will dc you, but thats nothing new :|
    /dump ActionButtonDown(2)
    /dump ActionButtonUp(2)
    ^macro one
    /dump ActionButtonDown(1)
    /dump ActionButtonUp(1)
    ^macro two
    then just spam both macros with /sit /stand and place them on action bar 1 and 2.


  13. #28
    Dutch-Ninja's Avatar Member
    Reputation
    82
    Join Date
    Apr 2007
    Posts
    216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why would you want to use ActionButtonDown and Up when you can use /click ActionButton10 ? (Which is unprotected?)

  14. #29
    idusy's Avatar Member
    Reputation
    22
    Join Date
    Jul 2009
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gripen2 View Post
    I've got it to work, But how can i have my addons on without getting Error?

    Also, How can i make a macro that cast "Kick" when there is a spell casting on the target.

    FFS, try some shit for yourself. Try turning off one addon at a time and find the one that's interfering with it.
    Welcome back Idusy tard :P

  15. #30
    Aldun's Avatar Banned
    Reputation
    616
    Join Date
    Feb 2009
    Posts
    1,365
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seems to be fixed. Even with all addons disabled it says "Empty Result"

    Edit: Nvm, after enabling them it works oO Keep getting the error but I'm also jumping.

Page 2 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [Question] Wall Jumping Macro
    By CIHC in forum World of Warcraft General
    Replies: 0
    Last Post: 12-07-2014, 04:05 AM
  2. [Guide] How to wall jump perfectly
    By boukitost in forum World of Warcraft Exploration
    Replies: 6
    Last Post: 06-09-2008, 01:54 PM
  3. Replies: 13
    Last Post: 05-14-2008, 09:55 AM
  4. Wall Jumping Tip: The Perfect Jump
    By zenocide in forum World of Warcraft Guides
    Replies: 16
    Last Post: 09-29-2007, 03:36 PM
  5. Wall Jumping Tip: The Perfect Jump
    By zenocide in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 09-24-2007, 08:26 PM
All times are GMT -5. The time now is 11:29 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