Close
Page 8 of 15 FirstFirst ... 6 7 8 9 10 ... LastLast
Showing results 71 to 80 of 144
  1. #71

    Default

    Jumpin Jesus on a Pogo Stick! How did I miss this thread till this morning????

    I can't wait to mess around with this some, incredible work everyone!

    I have 2x frostys in my main team, cannot wait to get a chance at working Blizzard into their lineup

    Water pet ranged Nova ftw?

  2. #72

    Default

    The Air-casting issue could simply be a Z coordinate issue. Your macros have the x and y coords, X being horizontal and Y being vertical on a 2d map, but we're in a 3d world; try adding a z coordinate if the macro will recognize it as a valid command, see if that helps raise/lower the aoe's landing point in the real world

    Maybe something like
    Code:
    /script local x, y, z = Minimap:GetPingPosition() Minimap: PingLocation(x * 140, y * 140, z * -5 or z * 5/10)
    Also, Imma try this if i remember when I get home with my Boomkins, triple hurricane/treant-casting ftw ;)
    Not Currently Boxing
    IRC Excerpt:
    Drayth> Finish this set: Spaceturkey Lazurturkey Moonturkey Starturkey - and no, don't say Sunturkey.
    Fursphere> Moonturkey? Drayth> Look at #3...lol - Fursphere> damnit...Starturkey?
    Fursphere> FUCK. - Drayth> lol... * Fursphere gets on the failboat

  3. #73

    Default

    I wasn't aware z cordinates were available in a macro but if someone could test and confirm this!!!

  4. #74

    Default

    If Z is available this COULD fix all issues with this script not working for people in instances and in town. The default of Z might be 0.

    Instances are not on the same Z plane as the rest of the world. I remember back in Alpha you could fall through the world at some points and end up IN an instance.

    Though thinking about it... you are pinging the mini map which IS only 2D and not 3D. Would the result of the ping for Z just be zero? Would it give a Z cord at all? Would it follow the proper curve of the landscape?

    I can test these things right now if someone can tell me an easy way to get the results of the ping script. I am at work but I have access to at least one account at a time.

    EDIT: BTW Falkor, in your avator your dog looks wicked HIGH.

  5. #75

    Default

    stickey!!! this is nuts I've been wondering about classes with spells like this and thought damn there is no way that's possible for me :S but blimey we got some great coders/minds on these forums I'm in awe.

    EDIT: Could I ask a few things to those currently testing this?

    First of all does the macro for casting things require you to press the button twice? or if you set coordinates does it go off automatically? I ask this cos Blizzard could potentially interpret this as automating an attack. :S (reducing a button press + click to one button press)

    as for the minimap movement, again I would be very very weary of this. Even tho I don't for a moment assume you have any malintentions, there have been add-ons in the past that used waypoints and ppl using these were banned. Just looking out for the community.. I would recommend having the code looked at by a blizz employee to make sure
    1--------10---------20---------30---------40---------50---------60---------70---------80
    Kaiya, Ðeceased, Deceased, Decaesed, Deceasead, Deceasaed

  6. #76

    Default

    Quote Originally Posted by 'The IT Monkey',index.php?page=Thread&postID=42957#post429 57
    I can test these things right now if someone can tell me an easy way to get the results of the ping script. I am at work but I have access to at least one account at a time.
    If... pinging the minimap accepts 3 coordinates I'd say getting the ping would return 3 as well.

    Code:
    /script x,y,z = Minimap:GetPingLocation()
    /script DEFAULT_CHAT_FRAME:AddMessage("X:"..x)
    /script DEFAULT_CHAT_FRAME:AddMessage("Y:"..y)
    /script DEFAULT_CHAT_FRAME:AddMessage("Z:"..z)
    [> Sam I Am (80) <] [> Team Doublemint <][> Hexed (60) (retired) <]
    [> Innerspace & ISBoxer Toolkit <][> Boxing on Blackhand, Horde <]
    "Innerspace basically reinvented the software boxing world. If I was to do it over again, I'd probably go single PC + Innerspace/ISBoxer." - Fursphere

  7. #77

    Default

    do I run those individually or put them all in a macro and run them from there?

    Edit: When running from a macro I get this:
    Code:
    
    
    EDIT2: Error seems to be unrelated to macro.

  8. #78

    Default

    Quote Originally Posted by 'The IT Monkey',index.php?page=Thread&postID=42964#post429 64
    do I run those individually or put them all in a macro and run them from there?
    One macro would be easiest, you could just type them in though...
    [> Sam I Am (80) <] [> Team Doublemint <][> Hexed (60) (retired) <]
    [> Innerspace & ISBoxer Toolkit <][> Boxing on Blackhand, Horde <]
    "Innerspace basically reinvented the software boxing world. If I was to do it over again, I'd probably go single PC + Innerspace/ISBoxer." - Fursphere

  9. #79

    Default

    Quote Originally Posted by 'zanthor',index.php?page=Thread&postID=42968#post4 2968
    Quote Originally Posted by 'The IT Monkey',index.php?page=Thread&postID=42964#post429 64
    do I run those individually or put them all in a macro and run them from there?
    One macro would be easiest, you could just type them in though...
    Don't forget to ping the map first... . If you get values for all three then it returns an X/Y/Z coordinate, if you don't, then you'll likely see an error about trying to concantenate a null value.
    [> Sam I Am (80) <] [> Team Doublemint <][> Hexed (60) (retired) <]
    [> Innerspace & ISBoxer Toolkit <][> Boxing on Blackhand, Horde <]
    "Innerspace basically reinvented the software boxing world. If I was to do it over again, I'd probably go single PC + Innerspace/ISBoxer." - Fursphere

  10. #80

    Default

    X gets: -2
    Y gets: 0.5

    Z gets.... no return

Similar Threads

  1. Replies: 22
    Last Post: 01-26-2009, 08:33 PM
  2. Buff timer addon for "party" spells cast?
    By DLoweinc in forum Macros and Addons
    Replies: 3
    Last Post: 11-06-2008, 09:41 PM
  3. Unable to cast instant damage spells?
    By unspunreality in forum Software Tools
    Replies: 2
    Last Post: 08-19-2008, 04:37 PM
  4. [Question] Minimap Mining/Herb Ping
    By Executus in forum Macros and Addons
    Replies: 2
    Last Post: 06-30-2008, 01:08 PM
  5. When did they take Minimap ping out!?!
    By Zite83 in forum General WoW Discussion
    Replies: 3
    Last Post: 06-22-2008, 01:04 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •