[MOD] TurboHUD <-- The very first thread TurboHUD had ever menu

Shout-Out

User Tag List

Page 33 of 233 FirstFirst ... 29303132333435363783133 ... LastLast
Results 481 to 495 of 3482
  1. #481
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by angra311 View Post
    Possible bug: cooldown timer sometimes goes negative. I thought I had a video of this for you,but I apparently fail at FRAPS.

    Possible feature idea: configurable cursor overlay/replacement - it's easy to lose the default cursor in heavy activity; related: option to have a circle overlay around the cursor of user-defined size to help judge area of impact for area spells (e.g. blizzard).
    thanks the bug report, and that idea with the mouse cursor sounds fun but it can be only a "real circle" (flat circle on screen), not "ingame radius circle", because for that I can't calculate that what ingame XYZ coordinate the mouse cursor represents (XY)

    [MOD] TurboHUD <-- The very first thread TurboHUD had ever
  2. #482
    baiumbg's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hson77 View Post
    You can however add pings as in sound, and a circle by editing drop.xml. (see first post for example, about the legendary drop)

    here's a code example
    <item_9 enabled="1" min_ilvl="58" min_quality="6" sound="sound.wav" groups="ring,amulet" background_color="192,255,255,0" size="40" thickness="4" speed="300" />
    I already have that in my config, but what I need is a minimap indicator and/or arrows for when a rare item falls offscreen. I sometimes leave some rares I've added in the config behind because I can't add an exception for them in the config (for example, I've added the 1h group with a minimum ilvl of 61 with the intention of picking up only swords/maces/axes) and when I hear the sound for a rare item drop I ignore it, because I know I've left a rare on the ground. And that could sometimes lead to a missed rare, which I originally intend on picking up.

  3. #483
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by baiumbg View Post
    I already have that in my config, but what I need is a minimap indicator and/or arrows for when a rare item falls offscreen. I sometimes leave some rares I've added in the config behind because I can't add an exception for them in the config (for example, I've added the 1h group with a minimum ilvl of 61 with the intention of picking up only swords/maces/axes) and when I hear the sound for a rare item drop I ignore it, because I know I've left a rare on the ground. And that could sometimes lead to a missed rare, which I originally intend on picking up.
    it would be a huge mess (I mean HUGE) to have 4-5 ping and/or arrows on the floor to flag every drop in drop.xml...
    somebody says that NOW we have too many arrows, adding more is insane... anyways, I like to give users choice (haha not like Blizzard) so if I have time, I'll add option to ping and "arrow" drop.xml findings like the legendaries in config.xml...

  4. #484
    angra311's Avatar Corporal
    Reputation
    5
    Join Date
    Jan 2013
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KillerJohn View Post
    thanks the bug report, and that idea with the mouse cursor sounds fun but it can be only a "real circle" (flat circle on screen), not "ingame radius circle", because for that I can't calculate that what ingame XYZ coordinate the mouse cursor represents (XY)
    Understood about the circle. I was thinking about that as I was running around in game today.

    TBH I am not sure it's even a good idea, really. I suspect it might make the screen too cluttered. Blizzard just needs to hire you and put all this stuff directly into the client.

  5. #485
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by angra311 View Post
    Understood about the circle. I was thinking about that as I was running around in game today.

    TBH I am not sure it's even a good idea, really. I suspect it might make the screen too cluttered. Blizzard just needs to hire you and put all this stuff directly into the client.
    I really don't want to work for Blizzard Do you read forums? Everybody hates Blizzard Staff members, I really don't need any hate in my life

  6. #486
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by angra311 View Post
    Understood about the circle..
    Wolfram Alpha FTW: LINK
    haha, it is working, but only in 2D. it means that the circle will be always at the same Z coordinate as your characters feet. (the ground where you are standing) Ofc to make this 3D I would have to read map information, ground levels, etc from D3 memory, and I'm not that math genius to make Z-calculations from that kind of info...

  7. #487
    angra311's Avatar Corporal
    Reputation
    5
    Join Date
    Jan 2013
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KillerJohn View Post
    I really don't want to work for Blizzard Do you read forums? Everybody hates Blizzard Staff members, I really don't need any hate in my life
    Maybe just on a contract basis :P? Or they could just open up an API to the UI so that work like yours could be done above board.

  8. #488
    angra311's Avatar Corporal
    Reputation
    5
    Join Date
    Jan 2013
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can only guess at the internals you are seeing, but from my own experience developing isometric games like D3....there should be a unique Z coordinate of the ground for any pixel on the screen. It sounds like you are able to retrieve that. If not, and you can only get the screen coordinate of the cursor, then you'd have to do some math to convert back to word coordinates at Z=0, and then additional math for the XYZ coordinates where the line from the viewer origin would cross the ground. Once know the X,Y, and Z world coordinates of the spot on ground the cursor is pointing at, it should be just like drawing a circle at Z=0, but there would be a constant linear factor of the screen Y coordinate on the world Z coordinate.

    iow something along the lines of

    Xs = a * Xw + b * Yw
    Ys = c * Xw + d * Yw + e * Zw

    I think you already know a,b,c, and d. you could find e experimentally (try different values until it looks right) or algebraically as there are certain relationships that must hold between the 5 (actually 9, but 1 is zero, and 3 of them are ignored) factors involved.

    This is all presuming you want to go to so much trouble
    Last edited by angra311; 01-11-2013 at 10:02 AM.

  9. #489
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by angra311 View Post
    I can only guess at the internals you are seeing, but from my own experience developing isometric games like D3....there should be a unique Z coordinate of the ground for any pixel on the screen. It sounds like you are able to retrieve that. If not, and you can only get the screen coordinate of the cursor, then you'd have to do some math to convert back to word coordinates at Z=0, and then additional math for the XYZ coordinates where the line from the viewer origin would cross the ground. Once know the X,Y, and Z world coordinates of the spot on ground the cursor is pointing at, it should be just like drawing a circle at Z=0, but there would be a constant linear factor of the screen Y coordinate on the world Z coordinate.

    iow something along the lines of

    Xs = a * Xw + b * Yw
    Ys = c * Xw + d * Yw + e * Zw

    I think you already know a,b,c, and d. you could find e experimentally (try different values until it looks right) or algebraically as there are certain relationships that must hold between the 5 (actually 9, but 1 is zero, and 3 of them are ignored) factors involved.

    This is all presuming you want to go to so much trouble
    No offense, but you are joking, right? What you are talking about is FAR more advanced I can read from D3 memory.

    Now thanks to WA I can calculate a world coordinate X and Y from screen coordinate X and Y, and I assume that world coordinate Z is the same as the character's Z
    this can't be more advanced, because for that I have to read scene and geometry information, I have to understand it, process it, and evaluate it, and use it, all for a freakin' circle around the mouse cursor to show ground effect radius. In short: this will not happen

  10. #490
    angra311's Avatar Corporal
    Reputation
    5
    Join Date
    Jan 2013
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Roger all that! Was not at all sure how much you could or were already reading, so just trying to supply some math in case that was the sticking point for you.

    I do concur that it is too much hassle to be worthwhile given the lack of world geometry information.

    I do suspect that the D3 engine keeps a world Z coordinate of the cursor's location somewhere, but I do not imagine that anyone yet has attempted to find it.

    PS I am a bit rusty but have done a lot of 3d-game-related math in my early years, so i would be happy to help on any future questions or issues in this domain.

  11. #491
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by angra311 View Post
    Maybe just on a contract basis :P? Or they could just open up an API to the UI so that work like yours could be done above board.
    They don't want mods. They don't want plugins. They don't want custom games. They don't want PvP arena. They KNOW what is fun, and nothing of those things is FUN. But it IS fun to keep RMAH alive with a balanced(???) strictly ruled game, because... well... because from the income generated by fees they can develop... hmm they can develop... yeah, new features!!!..... oh wait, they don't...

    After this sentence, the TurboHUD and the good old TurboT, I'm pretty sure there will be no contract
    Last edited by KillerJohn; 01-11-2013 at 11:33 AM.

  12. #492
    ElijahBailey's Avatar Member
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dl'ed the new version yesterday to try it out and wow it's signficantly improved! Just FYI I don't think there's anything wrong with the arrows, because first off, the arrows aren't pointing to every single 'whatever' on the map, just the ones that are close and if you just so happen to have a goblin, a shrine and two elitepacks nearby, that's fine by me - just kill them all :P

  13. #493
    baiumbg's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KillerJohn View Post
    it would be a huge mess (I mean HUGE) to have 4-5 ping and/or arrows on the floor to flag every drop in drop.xml...
    somebody says that NOW we have too many arrows, adding more is insane... anyways, I like to give users choice (haha not like Blizzard) so if I have time, I'll add option to ping and "arrow" drop.xml findings like the legendaries in config.xml...
    It wouldn't be THAT much of a mess. And besides, I never said anything about making it mandatory. Just like you said - it would be the user's choice whether or not there would be arrows/pings for items in the drop.xml. Oh, yeah, here's another suggestion - you could add subcategories for weapons. Like axes, swords, maces etc.

  14. #494
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by angra311 View Post
    Possible feature idea: configurable cursor overlay/replacement - it's easy to lose the default cursor in heavy activity; related: option to have a circle overlay around the cursor of user-defined size to help judge area of impact for area spells (e.g. blizzard).
    Now I have the code to draw a circle around the cursor in the horizontal plane. And some fun stuff (basic things, like lines and circles in plane)
    (the cursor is sadly not visible, but the green lines are pointing to the cursor)

    But the question is that what feature can people imagine around this?

    Last edited by KillerJohn; 01-11-2013 at 02:46 PM.

  15. #495
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Update: all staff member of this forum can ask me /in PM/ for an Identity Key. It would be an honor!

Similar Threads

  1. More in-depth Auctioneer Mod Guide
    By Matt in forum World of Warcraft Guides
    Replies: 5
    Last Post: 08-26-2006, 11:34 PM
  2. <- Mod
    By janzi9 in forum OC News
    Replies: 13
    Last Post: 08-20-2006, 02:46 PM
  3. De modded /drama
    By janzi9 in forum Community Chat
    Replies: 7
    Last Post: 05-06-2006, 04:45 PM
  4. Mod
    By Cypher in forum Community Chat
    Replies: 9
    Last Post: 05-04-2006, 02:54 PM
  5. Exploit the Gatherer Mod
    By Matt in forum World of Warcraft Guides
    Replies: 5
    Last Post: 04-25-2006, 06:04 AM
All times are GMT -5. The time now is 09:16 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