[BETA] PQRotation - an automated ability priority queue. menu

User Tag List

Page 175 of 731 FirstFirst ... 75125171172173174175176177178179225275675 ... LastLast
Results 2,611 to 2,625 of 10955
  1. #2611
    cassrgs's Avatar Master Sergeant Authenticator enabled
    Reputation
    9
    Join Date
    Oct 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did not express myself right

    the other parts of the rotation are not working, not only faerie fire, if it was fine it should bypass faerie fire and continue the rest of the rotation

    I changed the code to

    local FF, _, _, _, _, _, timer = UnitDebuffID("target", 91565)
    local FFstart, FFduration, FFenabled = GetSpellCooldown(16857)
    local FFcooldown = (FFstart + FFduration - GetTime())
    local class = UnitClass("target")

    if (class == "DRUID" or class == "ROGUE") then
    if FF == nil then
    if FFcooldown > 0 then
    return false
    else
    if class == v then
    return true
    end
    end
    end
    else
    return false
    end


    The other parts of the rotation work, but when tried using on bg it did not put faerie fire on rogues and druids.

    Any ideas?
    Last edited by cassrgs; 11-08-2011 at 12:40 PM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #2612
    Cookie799's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Disc Priest anywhere in this 175 page thread ???

  3. #2613
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cookie799 View Post
    Disc Priest anywhere in this 175 page thread ???
    No. Mentally was working on one, but hasn't been around in a while.

  4. #2614
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any frost dk pvp profiles?

  5. #2615
    kraszus's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Getting this error when I try to use this with any of my rogues (it does however seem to work with my hunter and warrior). The error message comes up just as soon as I select my rogues name in the 'select process' box. As I said, it seems wo work with other character classes.

    [EDIT] OK>...deleted the install folder and re-installed and seems to be working fine now.

    Code:
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    
    ************** Exception Text **************
    System.ArgumentOutOfRangeException: Length cannot be less than zero.
    Parameter name: length
       at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
       at eval_e.eval_g(String A_0)
       at PriorityQueueRotation.frmMain.LoadClass(String strClass)
       at PriorityQueueRotation.frmMain.eval_ap(Object A_0, EventArgs A_1)
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.239 (RTMGDR.030319-2300)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    PriorityQueueRotation
        Assembly Version: 1.1.0.0
        Win32 Version: 1.1
        CodeBase: file:///C:/Users/Conor/Downloads/PQR11/PriorityQueueRotation.exe
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.235 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 built by: RTMRel
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.236 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.233 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    BlackMagic
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Users/Conor/Downloads/PQR11/BlackMagic.DLL
    ----------------------------------------
    fasmdll_managed
        Assembly Version: 1.0.3262.20709
        Win32 Version: 
        CodeBase: file:///C:/Users/Conor/Downloads/PQR11/fasmdll_managed.DLL
    ----------------------------------------
    msvcm90
        Assembly Version: 9.0.30729.6161
        Win32 Version: 9.00.30729.6161
        CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57/msvcm90.dll
    ----------------------------------------
    
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    
    For example:
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    Last edited by kraszus; 11-08-2011 at 05:24 PM.

  6. #2616
    ticklets's Avatar Member
    Reputation
    51
    Join Date
    Jun 2009
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is around the last 30-40 pages of this thread. Since I am a rubbish coder I thought I would lend my hand in other ways. I will keep updating this post and work on the rest of the thread tomorrow.

    LISTED BY MOST RECENT

    Death Knight:
    bu_ba_911 Blood, Frost, Unholy PVE.
    Kaolla Unholy PVE+PVP.

    Druid:
    googlebee Feral Bear+Cat ([BETA] PQRotation - an automated ability priority queue.)
    GRB Feral PVP+PVP Arena
    pepe2c Resto

    Hunter:
    kickmydog Marks, Survival, Beast Mastery
    Sheuron Marks PVE

    Mage:
    Sheuron Arcane PVE and Frost PVP

    Paladin:
    bu_ba_911 Holy PVE+PVP

    Priest:
    Sheepmoon Discipline PVP
    Sheuron Holy PVE and Shadow PVE (mentally)\

    Rogue:
    Sheuron Combat PVE and Subtlely PVP

    Shaman:
    lino08 Elemental
    Onya Elemental and Resto

    Warrior:
    Piep Fury
    bu_ba_911 Arms
    Sheuron Protection and Fury PVE

    Misc:
    diesall Auto-Disenchanting Script, PQRInterface In-Game Addon
    Last edited by ticklets; 11-08-2011 at 05:57 PM.

  7. #2617
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Ticklets
    Would rep you if I could, but unfortunately I can't :'(
    Very nicely done
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  8. #2618
    ticklets's Avatar Member
    Reputation
    51
    Join Date
    Jun 2009
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    @Ticklets
    Would rep you if I could, but unfortunately I can't :'(
    Very nicely done
    Thanks!

    Get beacon to work and I will forgive you, lol. JK.

    P.S. but seriously, beacon :P haha

  9. #2619
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ticklets, you're the man +rep!

  10. #2620
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ticklets View Post
    Thanks!

    Get beacon to work and I will forgive you, lol. JK.

    P.S. but seriously, beacon :P haha
    updated SVN for the first time in almost 2 weeks haha

    i have preliminary Beacon code written out, just need to debug it now

    summary of changelog in svn, added CC check into auto-judge and exorcism.... added flag check in PvP.... added mouseover beacon on left alt for PvE and holy shock attack in arena as well...... for now thats it, but still looking into beacon

    *edit*
    took a tiny bit more time, and debugged it to the point where it doesn't break the rotation as i jump off my mount and take fall damage. it should work to some extent, needs some testing that i just don't feel up to doing right now

    so i only added it to the PvE No Mouseover Holy rotation. Download the latest SVN Commits to try it out and report back if it blows up in your face or not


    ***edit***
    def need to clean up Beacon code, slows everything down
    Last edited by bu_ba_911; 11-08-2011 at 09:37 PM.
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  11. #2621
    aylak's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please contact the professionals, with instant feral procc for cyclone focus on players for pvp

  12. #2622
    Jubalee's Avatar Member
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    39
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey everytime I have tried to use the bot in the last 24 hours I get an error and I have not changed anything.
    Its allowing me to continue but the keybinds are listed as none.
    When i try to set the binds i get more errors. I will link what it says below
    I have tried it with my current version and the updated pqr. Any ideas?


    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: Root element is missing. (C:\Users\AppData\Local\Microsoft\PriorityQueueRotation.exe_Url_enrbyxkpggzu3kd1 yocxgq5bsaphwbgv\1.0.12.0\user.config) ---> System.Xml.XmlException: Root element is missing.
    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
    at System.Xml.XmlTextReaderImpl.Read()
    at System.Xml.XmlTextReader.Read()
    at System.Configuration.XmlUtil..ctor(Stream stream, String name, Boolean readToFirstElement, ConfigurationSchemaErrors schemaErrors)
    at System.Configuration.BaseConfigurationRecord.InitConfigFromFile()
    --- End of inner exception stack trace ---
    at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
    at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSch emaErrors schemaErrors)
    at System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
    at System.Configuration.ClientConfigurationSystem.OnConfigRemoved(Object sender, InternalConfigEventArgs e)
    --- End of inner exception stack trace ---
    at System.Configuration.ClientConfigurationSystem.OnConfigRemoved(Object sender, InternalConfigEventArgs e)
    at System.Configuration.Internal.InternalConfigRoot.OnConfigRemoved(InternalConfigE ventArgs e)
    at System.Configuration.Internal.InternalConfigRoot.RemoveConfigImpl(String configPath, BaseConfigurationRecord configRecord)
    at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
    at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
    at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IIn ternalConfigSystem.GetSection(String sectionName)
    at System.Configuration.ConfigurationManager.GetSection(String sectionName)
    at System.Configuration.ClientSettingsStore.ReadSettings(String sectionName, Boolean isUserScoped)
    at System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
    at System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
    at System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
    at System.Configuration.SettingsBase.get_Item(String propertyName)
    at System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
    at System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)
    at PriorityQueueRotation.Properties.Settings.eval_g()
    at eval_c.eval_d(String A_0, String A_1)
    at PriorityQueueRotation.frmMain.LoadRotations(String strClass)
    at PriorityQueueRotation.frmMain.eval_ag(Object A_0, EventArgs A_1)
    at System.Windows.Forms.Form.OnLoad(EventArgs e)
    at System.Windows.Forms.Form.OnCreateControl()
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    at System.Windows.Forms.Control.CreateControl()
    at System.Windows.Forms.Control.WmShowWindow(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
    at System.Windows.Forms.Form.WmShowWindow(Message& m)
    at System.Windows.Forms.Form.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.239 (RTMGDR.030319-2300)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    PriorityQueueRotation
    Assembly Version: 1.0.12.0
    Win32 Version: 1.0.12
    CodeBase: file:///C:/Users/Desktop/New%20folder%20(6)/PriorityQueueRotation.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.235 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.236 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.233 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    BlackMagic
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Desktop/New%20folder%20(6)/BlackMagic.DLL
    ----------------------------------------
    fasmdll_managed
    Assembly Version: 1.0.3262.20709
    Win32 Version:
    CodeBase: file:///C:/Users/Desktop/New%20folder%20(6)/fasmdll_managed.DLL
    ----------------------------------------
    msvcm90
    Assembly Version: 9.0.30729.6161
    Win32 Version: 9.00.30729.6161
    CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57/msvcm90.dll
    ----------------------------------------
    System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.


  13. #2623
    cassrgs's Avatar Master Sergeant Authenticator enabled
    Reputation
    9
    Join Date
    Oct 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aylak View Post
    Please contact the professionals, with instant feral procc for cyclone focus on players for pvp
    there was a feral arena profile, but the link its dead and the author its revising it so i guess i gotta wait and continue to learn tryng adjust the codes i have.
    Or it would be kind if someone could post a link for a feral pvp profile

  14. #2624
    dklcfr's Avatar Master Sergeant
    Reputation
    26
    Join Date
    Aug 2010
    Posts
    127
    Thanks G/R
    3/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Jubalee My pqr was working absolutely fine until i downloaded bubba's arms warrior pve profile from his svn and i started getting the same problem as you're having, deleted the profiles and its working normal again, might be relevant.

  15. #2625
    TiefBlau's Avatar Member
    Reputation
    2
    Join Date
    Oct 2011
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bu_ba_911: (Sorry for not posting this up on your bugtracker)

    Your latest Holy PvP profile is still lacking the Mark of the Wild check in BoK. Here's a version using spell IDs if you want to copy it across.

    Code:
    local BoK = UnitBuffID("player", 20217)
    local BoM = UnitBuffID("player", 19740)
    local MoW = UnitBuffID("player", 1126)
    
    
    if BoK == nil and BoM == nil and MoW == nil then
    	return true
    end
    And the same for BoM

    Code:
    local BoK = UnitBuffID("player", 20217)
    local BoM = UnitBuffID("player", 19740)
    
    if BoM == nil and BoK == nil then
    	return true
    end
    I see you removed Crusader Strike from the rotation too, probably not a bad thing. I'll alter AutoStopCasting and Judgement to be locale independent and post it up here too using the method you posted earlier. I still suggest adding Hammer of Justice somewhere into your arena rotation, I have it bound to alt, you could perhaps use left control/shift since you're using alt for denounce.

    In your warrior profile there was a mistyped variable in Rend that meant your RendExpire wasn't working correctly.

    Here's a fixed version if you want to just copy paste it over.

    Arms: Rend
    Code:
    local Rend, _, _, _, _, _, RendExpire = UnitDebuffID("target", 94009)
    
    if Rend ~= nil then
    	RendExpire = RendExpire - GetTime()
    	if RendExpire <= 2 then
    		return true
    	end 
    else
    	return true
    end
    If you change your hamstring to function similarly it would also give you the every-30-second immobilise (simpler to just reapply the buff < 2 seconds than fiddle with a time variable to check if 30 seconds has passed, and we need to reapply it before it expires anyways).

    Fixed something else in there but I forgot what it was. If you don't want to maintain the warrior rotation anymore perhaps I'll just release mine once I'm happy with it, still need to think of a better way to implement spell reflect/disarm though.
    Last edited by TiefBlau; 11-09-2011 at 06:34 AM.

Similar Threads

  1. [Buying] Planetside 2 Priority Beta Key
    By isit123 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-21-2012, 06:34 AM
  2. [Selling] PLANETSIDE 2 Priority/Early Access Beta Account
    By Kabraxiss in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-18-2012, 10:20 AM
  3. [Selling] Planetside 2 Priority/Early access Beta Keys
    By mrsluf in forum General MMO Buy Sell Trade
    Replies: 3
    Last Post: 07-17-2012, 04:45 AM
  4. [Selling] Planetside 2 Priority Access beta key codes
    By fatalefout in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 06-26-2012, 04:08 PM
  5. [Bot] Automated dungeon queue / Justice Point leecher(Auto-it source)
    By s_e_a_n_66 in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 01-17-2011, 11:50 AM
All times are GMT -5. The time now is 04:08 PM. 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