SPQR - The passive DPS rotation menu

User Tag List

Page 3 of 39 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 585
  1. #31
    darkayo's Avatar Member
    Reputation
    3
    Join Date
    Jan 2008
    Posts
    192
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wowmacro View Post
    my firewall say this is an unsafe exe....sorry man...
    Firewall can't test an exe is infected.
    Antivirus do.

    SPQR - The passive DPS rotation
  2. #32
    Guvnor's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Feb 2013
    Posts
    94
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK my coding is not great but trying and not getting anywhere with this atm it must be me or limited spells atm :-P

    But keep up the good work please!!!

    Guv

  3. #33
    Nonowmana's Avatar Contributor
    Reputation
    125
    Join Date
    Apr 2009
    Posts
    259
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wowmacro View Post
    my firewall say this is an unsafe exe....sorry man...
    This may be caused by two factors :
    1. Packed exe with an obfuscator (MySPQR is my intellectual property, I do not want it to be readed by anyone)
    2. Antivirus do not like Memory manipulation library, they consider them as Generic.Inject or something, here is a Virustotal scan of the latest version :
    https://www.virustotal.com/fr/file/1...is/1395579997/

    also : New version, update your SPQR
    Anthraxbot & SPQR Creator / Administrator

  4. #34
    spriggy666's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    28
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonowmana View Post
    This may be caused by two factors :
    1. Packed exe with an obfuscator (MySPQR is my intellectual property, I do not want it to be readed by anyone)
    2. Antivirus do not like Memory manipulation library, they consider them as Generic.Inject or something, here is a Virustotal scan of the latest version :
    https://www.virustotal.com/fr/file/1...is/1395579997/

    also : New version, update your SPQR
    Can you upload to an external upload site please as new version is still pending.

  5. #35
    Nonowmana's Avatar Contributor
    Reputation
    125
    Join Date
    Apr 2009
    Posts
    259
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spriggy666 View Post
    Can you upload to an external upload site please as new version is still pending.
    Done as you request it
    Anthraxbot & SPQR Creator / Administrator

  6. #36
    buntcake72's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can't wait to see Profiles for this and a visual guide, keep up the good work!

  7. #37
    Nonowmana's Avatar Contributor
    Reputation
    125
    Join Date
    Apr 2009
    Posts
    259
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To CAHenson, please empty you messageBox, is is full

    here your answer :

    Originally Posted by CAHenson
    Originally Posted by Nonowmana
    Originally Posted by CAHenson
    Hey there, I'm running through the API and just wondering if I could get a real quick example of how Auras work,

    at the moment I am trying this:

    Code:
    if (MySPQR.Internals.ObjectManager.WoWLocalPlayer.HasAurabyId(226))
    which seems to just halt the entire routine.

    Thanks
    I've tested I can see no bug in this function. I use this to test :
    Code:
    if (MySPQR.Internals.ObjectManager.WoWLocalPlayer.HasAurabyId(17))
                 SPQR.Logger.WriteLine("Has AURA");
    If you have more troubles, use the Logger to display some infos
    The problem I am having is with trying to track inquisition on a ret paladin.
    It's not looping the combat logic as normal.
    first, i've found this spell : Inquisition - Spell - World of Warcraft
    check the id of the spell, the buffid should be the same.
    in the CombatLogic(), place the hight priority spells at the top of the list
    Let me know if you find what is wrong

    Also, Working on a better spell casting, and added basic Priest Class. Will be available when i'll add focus to API (24 hours maximum)
    Last edited by Nonowmana; 03-23-2014 at 09:52 AM.
    Anthraxbot & SPQR Creator / Administrator

  8. #38
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very interesting Nonowmana. Have me re-installing C# out of curiosity .

  9. #39
    Guvnor's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Feb 2013
    Posts
    94
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh Yes! With kink on this now its looking so so so much better DK profile maybe :-P

  10. #40
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Guvnor View Post
    Oh Yes! With kink on this now its looking so so so much better DK profile maybe :-P
    Eh! I'm always looking for a good rotation alternative, but I no longer play a DK, I main a warlock :X.

    My only question Nonowmana, is support for custom lua functions? I like to run off a combat tracker and custom functions, priority list seems a bit unsupportive for something like that. If anything, a straight LUA type priority list would simply be a better solution as it's going to limit the developers wanting to work with it as most PQR devs stay away from HonorBuddy's API for this exact reason. Stepping outside of LUA while working with LUA is the issue, heh.

    It's looking good, though .
    Last edited by Kinkeh; 03-23-2014 at 01:44 PM.

  11. #41
    Nonowmana's Avatar Contributor
    Reputation
    125
    Join Date
    Apr 2009
    Posts
    259
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can build a priority based on FSM, this is not that hard, will check for something like this for the next "big version".
    Anthraxbot & SPQR Creator / Administrator

  12. #42
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmmm, time to dust off the coding skills!

    Please if someone helped you donate rep to them.

  13. #43
    Chinaboy's Avatar Active Member
    Reputation
    75
    Join Date
    Jun 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Happy to try out the warlock one kink if you plan to make one
    They see me farming, they hating.

  14. #44
    Nonowmana's Avatar Contributor
    Reputation
    125
    Join Date
    Apr 2009
    Posts
    259
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    hmmm, time to dust off the coding skills!
    Nice to see you on this thread

    Originally Posted by Chinaboy View Post
    Happy to try out the warlock one kink if you plan to make one
    I'll build a basic one since I do not have any warlock hi-level but feel free to build your own, the mage class is well documented!
    Anthraxbot & SPQR Creator / Administrator

  15. #45
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chinaboy View Post
    Happy to try out the warlock one kink if you plan to make one
    Probably not until a new priority list is created :3, it's way too much of a time consumer to work with the current API, plus impossible until support for custom LUA functions is created regardless.
    Last edited by Kinkeh; 03-23-2014 at 05:42 PM.

Page 3 of 39 FirstFirst 1234567 ... LastLast

Similar Threads

  1. WOW Macro Library (DPS Rotations, Healing, Tanking, etc)
    By Viral Fly-by in forum WoW UI, Macros and Talent Specs
    Replies: 463
    Last Post: 07-05-2014, 09:31 AM
  2. DPSCycle - DPS Rotation helper addon
    By Vasar in forum WoW UI, Macros and Talent Specs
    Replies: 5
    Last Post: 11-07-2009, 06:23 PM
  3. [Guide] DPS Rotation for ALL CLASSES!
    By [AfterBurner] in forum World of Warcraft Guides
    Replies: 46
    Last Post: 10-23-2009, 04:45 AM
  4. DK dps rotation macro(blood/unholy)
    By Shakenbaken2 in forum WoW UI, Macros and Talent Specs
    Replies: 7
    Last Post: 08-05-2009, 11:10 AM
  5. Whats the best dps class?
    By Fragz1lla in forum World of Warcraft General
    Replies: 5
    Last Post: 01-28-2009, 06:43 PM
All times are GMT -5. The time now is 02:56 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