50 posts in this topic

I managed to get it working on 3.3.5a, the only problem is that spells that should check for bosses doesn't work, can you think of any solution how to fix it? Also I can't figure out how to get in the Volley in there for hunter abilities with Shift. 

I tried something like this, if you can point out wheres the bug would be nice: 

</Lua><RecastDelay>2000</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore></LuaBefore><LuaAfter></LuaAfter></Ability><Ability><Name>Volley</Name><Default>false</Default><SpellID>194386</SpellID><Actions></Actions><Lua>
if IsLeftShiftKeyDown() and GetCurrentKeyBoardFocus() == nil
and UnitChannelInfo(&quot;player&quot;)  == nil and UnitCastingInfo(&quot;player&quot;) == nil
then 
  CastSpellByName("Volley")
  if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end 
  return true 
end

Share this post


Link to post
Share on other sites

If you can say me the profile you want to check for bosses i can look on it.

---------------------------------------------------------------------------------------------

With this my Hunter uses Volley:

Spoiler

28i2dys.jpg

if IsLeftShiftKeyDown() and GetCurrentKeyBoardFocus() == nil and UnitChannelInfo("player")  == nil and UnitCastingInfo("player") == nil
then
  print("Using Volley")
  if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
  return true
end

It will cast Volley on your current mouse position.

I think the problem with your code is that your spell id (194386) is wrong. You use the spell id from WoWHead added in 7.x.x, but on 3.3.5a spells have other spell id's.

Example (on Volley's Spell ID):
Legion:
Spell ID: 194386

Wotlk:
Rank 1: 1510
Rank 2: 14294
Rank 3: 14295
Rank 4: 27022
Rank 5: 58431
Rank 6: 58434

You should use a DB site for 3.3.5 instad of WoWHead like:

https://wotlk-twinhead.twinstar.cz/

 

Share this post


Link to post
Share on other sites

What's it for? In helps us?

Share this post


Link to post
Share on other sites
On 6/22/2017 at 1:54 AM, Zontir said:

What's it for? In helps us?

What do you mean with "it"?

Share this post


Link to post
Share on other sites

Nice work Mr. S1G2E3. 

Thanks for all of this.

1 person likes this

Share this post


Link to post
Share on other sites
On 7/12/2017 at 6:48 AM, Dean said:

Nice work Mr. S1G2E3. 

Thanks for all of this.

Thanks for your Thanks. 

1 person likes this

Share this post


Link to post
Share on other sites
22 hours ago, eternityv said:

Thanks a lot!! WILL TEST THEM ALL OUT

 

Thank you for your thank you.

Share this post


Link to post
Share on other sites

Okay so I tested every script of the classes I play:

Warrior PvE Fury/Arms: PvE scripts works good, but in 1 script u have to enable Recklessness + Death Wish on your own. 

Warrior PvP Arms: Script works okayish, but needs a lot of work if you want to reach n1 ranking.

- -

Hunter:

Hunter PvE + PvP Marksman/Survival: garbage scripts, doesn't even work.

- -

DeahtKnight PvE:

DK PvE Frost Single/AoE: Frost DK really good PvE script for dual-wielding single/AoE .

DK PvE Unholy Single/AoE: really bad scripted, abilities are wrong and I can't bother to fix them, I don't have lua coding skills and cba to copy pasta.

Deathknight PvP:

Unholy: Trash script, doesnt work for shit.

- -

Mage PvE/PvP Arkane/Fire TTW:

Shit scripts, doesnt even work.., you target someone doesnt even use skills.

- -

Paladin PvE/PvP:

Paladin PvE Retribution spec: really good script, best script i used from PQR by far, even better than DK PvE Frost and Warrior Fury.

Paladin PvE Holy: not tested yet, but I can't imagine how it would work. Seems weird to me how it's supposed to get player health values. Probably will not work.

Paladin PvP:

Ret: not tested yet, but probably will be okay-ish.

- -

Rogue PvE Assasination/Combat: Meh, somethings wrong with this script. doesn't perform the needed abilities like u would see with Paladin/DK/Warrior

Rogue PvP: tested it on dummies but not on real pple, can't really tell you yet.

- -

Shaman/Druid/Priest/Warlock yet to be tested, but I don't really expect good from caster classes. Will update you guys on that later but this is what I tested now from my experience.

If someone could fix the scripts it would be cool, because I don't have any time and knowledge to fix the scripts and no lua knowledge so I can't do jack all. Thanks.

Share this post


Link to post
Share on other sites

Guys i Need help on Pandawow pqr I Cant do it with the Disable x64 thing

Share this post


Link to post
Share on other sites

U need to run a 32bit client and rename if ti pandawow.exe or just pandawow

 

Share this post


Link to post
Share on other sites

Hey So i've been testing these profiles out personally on a cataclysm server. Some of them are working fine (even though I had to tweak some myself). But the Rank1 priest profile (the one I'm really curious about) Is missing data files. Is there any way we could fix this to make it work? (Also the cockx warrior profiles are made for mop and won't ever work on cata servers)

1 person likes this

Share this post


Link to post
Share on other sites

Hi Guys, is it possible to get the PQR Version 2.1.9 because many good profile only work with this version of PQR for 4.3.4

Share this post


Link to post
Share on other sites

AveryV3Test 4.3.4 patch doesn't work idk why. XelperRet better than Xelper ret pve i see. Unholy PvE script is really shit. Awar too not good but BubbaBossSDv3 is ok. cokx too doesn't work

Share this post


Link to post
Share on other sites

Awesome Compilation of PQR. Anyone having issues with in on Warmane 3.3.5A realm? it's getting detected pretty fast. Anyway to bypass this?

Share this post


Link to post
Share on other sites

Any way to find the PQR 2.1.1 or 2.1.9 for 4.3.4 so you can use some of the profiles as they require functions not in 2.1.0 version =)

Share this post


Link to post
Share on other sites

Hi guys, using this pqr on a 4.3.4 server and i'm getting constantly disconnected. Anyt ideas?

1 person likes this

Share this post


Link to post
Share on other sites
On 14/4/2017 at 5:19 AM, S1G2E3 said:

[PQR 3.3.5 - Translated Profiles] for level 80 only

I spent some time translating pqr profiles (for 3.3.5)  to use them with an english version of wow.
I tested all profiles in this download (for 3.3.5), on an privat server from "Ac-Web Repack V-0.7 64bit", because i don't have all classes on warmane.

Download:

Please login or register to see this link.

Download Profiles only:

Please login or register to see this link.

Virustotal:

Please login or register to see this link.

Virustotal Profiles only:

Please login or register to see this link.

Profiles in this download for 3.3.5:

Please login or register to see this link.

Reveal hidden contents

[PQR 4.3.4 - Profiles] better be level 85 to have no problems

I don't tested all these profiles but they should work on 4.3.4 servers.

Download:

Please login or register to see this link.

Download Profiles & Data only:

Please login or register to see this link.

Download PQInterface AddOn:

Please login or register to see this link.

  • Copy the "PQRInterface" folder into your "World of Warcraft\Interface\AddOns\..."

Virustotal:

Please login or register to see this link.

Virustoral Profiles & Data only:

Please login or register to see this link.

Virustotal PQInterface AddOn:

Please login or register to see this link.

Profiles in this download for 4.3.4:

Please login or register to see this link.

Reveal hidden contents

[PQR 5.4.8 - Profiles] better be level 90 to have no problems, only 32-bit

I don't tested these profiles but they should work on 5.4.8 servers.

Download:

Please login or register to see this link.

Download Profiles & Data only:

Please login or register to see this link.

Download PQInterface AddOn:

Please login or register to see this link.

  • Copy the "PQRInterface" folder into your "World of Warcraft\Interface\AddOns\..."

Virustotal:

Please login or register to see this link.

Virustoral Profiles & Data only:

Please login or register to see this link.

Virustotal PQInterface AddOn:

Please login or register to see this link.

If you play on PandaWOW:

Please login or register to see this link.

Reveal hidden contents

Profiles in this download for 5.4.8:

Please login or register to see this link.

Hide contents

Deathknight:

  • ENDO_PVP
  • Frost DK PVP Mashup, Unholy PVP Mashup
  • Nova [Blood],Nova [Unholy]
  • Rubim,Rubim [Frost DW]
  • SM Frost 2H PVE
  • Soapbox Death Knight Serial,Soapbox Frost Death Knight Serial,Soapbox Unholy Death Knight Serial

Druid:

  • [5.2]
  • Alpha Moonkin
  • COKX_PVE, Feral COKX_PVP Feral, COKX_PVP Moonkin, COKX_PVP Resto
  • CuteOne, ImoCuteOne
  • Googlebee[ThePerfectBear]
  • Lolomo_Feral[PVP]
  • Nerder [Boom]
  • Nova [Balance], Nova [Resto]
  • SM Moon, SM Resto
  • Soapbox Balance Druid [Public], Soapbox Balance Druid Serial
  • VachiusaResto, VachiusaRestoPQI

Hunter:

  • CodeMyLife
  • Cokx
  • Huntards BM,
  • PvP, HunterPvP, HunterPvPs
  • Jarrito's PVP
  • KMDBM_MOP, KMDMM_MOP, KMDSV_MOP
  • Nova [Beast Mastery], Nova [Beastmaster], Nova [BM], Nova [Marksmanship], Nova [Survival]
  • Rubim [Test]
  • SM PVE
  • Soapbox Beast Mastery Hunter Serial, Soapbox Hunter Serial, Soapbox Marksmanship Hunter Serial, Soapbox Survival Hunter Serial

Mage:

  • Arcane MoP
  • BossFire, BossFrost1.2, Bossqwerty, BossqwertyFrost1.1
  • Cokx
  • Fire Test PvE, FirePvE, Frost PvP Burst
  • Frozen
  • Nerder
  • Gabbz
  • Hysteria [Fire PvE], Hysteria [Frost PvE]
  • Modeselektor
  • Nova [Fire PvE], Nova [Frost PvE],
  • Rubim [Something]
  • SM Fire PVE, SM Frost PVE, SM Frost PVP
  • Soapbox Fire Mage [Public Release], Soapbox Frost Mage [Public], Soapbox Mage Serial

Monk:

  • Cokx_PVP
  • Deflama
  • ImoCuteOne
  • Kuukuu, KuukuuPQI
  • Nerders
  • Revised WW
  • Nova [Mist], Nova [Wind]
  • Rubim [Brewmaster], Rubim [Windwalker]
  • Soapbox Monk Serial
  • VachiusaMist, VachiusaMistPQI

Paladin:

  • CodeMyLife
  • cokx
  • Dominium Retri PvP, Dominium HolyArena
  • HolyPvP
  • Kuukuu
  • Nova [Holy], Nova [Rettest]
  • Pally_PvP
  • Prot
  • Replikator Ultimate
  • Ret Pvp
  • Soapbox Retribution Paladin Serial
  • ssss
  • VachiusaHoly, VachiusaHolyPQI

Priest:

  • Disc PvP Public, Disc PvP, Holy PvP, HolyPvPSig
  • Hysteria [Shadow PvE], Hysteria [Shadow PvP],
  • LOST Holy Arena
  • Nova [Disc], Nova [Shadow PvE]
  • Shadow PvP
  • Soapbox Shadow Serial
  • VachiusaDisc, VachiusaDiscPQI, VachiusaHoly, VachiusaHolyPQI

Rogue:

  • [Blinded]
  • [Vitalic], [VitalicPvP1.81Min], [VitalicPvP1.82Min]
  • CuteOne, ImoCuteOne
  • CyaUltimate
  • Mut
  • Nerder Combat, Nerder Mutilate
  • Nova RiPHeroic
  • Soapbox Rogue Serial
  • Sub PvP, Sup PvP Lite

Shaman:

  • Cokx
  • CuteOne, ImoCuteOne
  • Elemental PvP, Elemental
  • Enhance 2.0, Enhance PvP Lite, Enhance pvp
  • LOST RESTO PVP
  • Mavmins Elemental
  • Nerder [Enhancement]
  • ONYA elemental, ONYA resto
  • Resto PvP Public, Resto PvP
  • Rubim [Enhanced]
  • SigShammyPvP
  • SM Ele_SHAMAN, SM Resto
  • Soapbox Shaman Serial
  • VachiusaResto, VachiusaRestoPQI

Warlock: (Warlock:)

  • AffliMOP-nilrem test (AffliMOP-nilrem test)
  • AveryLevelLock (AveryLevelLock)
  • Blaythe (Blaythe)
  • Cokx (Cokx)
  • CrystalAffliction (CrystalAffliction), CrystalDemo (CrystalDemo), crystaltech (crystaltech)
  • Demo PVE (Demo PVE)
  • DestroMOP (DestroMOP)
  • Hysteria [Demonology] (Hysteria [Demonology])
  • MasterDotter Public Edition (MasterDotter Public Edition)
  • Mavmins Destro 5.2 (Mavmins Destro 5.2), Mavmins Destro 5.4byNilrem (Mavmins Destro 5.4byNilrem)
  • Nova [Affliction] (Nova [Affliction]), Nova [Demonology] (Nova [Demonology]), Nova [Destruction] (Nova [Destruction])
  • SM Demo PVE (SM Demo PVE)
  • Soapbox Demonology [Public] (Soapbox Demonology [Public]), Soapbox Destruction [Public] (Soapbox Destruction [Public]), Soapbox Warlock Serial (Soapbox Warlock Serial)
  • Xelper (Xelper)
  • xrnAfli (xrnAfli), xrnDemo (xrnDemo), xrnDest (xrnDest)

Warrior:

  • AveryArmsSimcraft
  • Bolochan_PVP
  • CodeMyLife
  • Cokx_PVP
  • CuteOne, ImoCuteOne
  • EvilBor
  • FailroadWarriorPvE
  • Kuukuu
  • Mavmins Fury 3, Mavmins Protection
  • Nerder [Fury], Nerder [Prot]
  • Nova [Prot]
  • Partykilla_PVP
  • Rubim [Fury], Rubim [Protection], Rubim
  • Sig Warrior
  • Soapbox Arms Warrior Serial, Soapbox Fury Warrior Serial, Soapbox Warrior Serial
  • World of Warriorcraft

If you find more profiles or a profile that is not working you can post it and i can edit the topic for further visitors.

 

Share this post


Link to post
Share on other sites

because on most servers PQR is detected

Share this post


Link to post
Share on other sites

http://www.shorinji-kempo.ru/1169.html
http://sport-e-planet.ru/warranty.html
http://www.obninskchess.ru/chess/tournaments/904-chess-tournaments.html
http://www.snow-sport.ru/biathlon/526-izmenenija-v-pravilakh-provedenija.html
http://www.japan-sumo.ru/?q=tochiozan

Share this post


Link to post
Share on other sites

Hello there 

Not really famous, but anonymous and experienced kind of hacker on Wotlk Client.

That's an Introduction Post, to let people understand what I'm doing here and whats "tools" are available at live.

Until now I was just using all my knowledge on my own without taking profit for some reasons:

*Was kind of unnecessary for me Money*
*I wanted the be like unique person with my works, to be more exclusive*
*I had not maybe enough knowledge and experience to offer a decent service to everyone*

Then now, you know a little bit who I'm and what I'm doing here, selling WoW Tools.
You can go to different post where I explain each Tool:




1. Bladestorm range hack: +7-9 yards damage ticks.

2. Deep Wounds Hack: every 3-4 spells that crits you gains extra deep wounds procs that are invisible.

3. Dodge/Parry Hack: increases your dodge and parry chance by 5%-10%.

4. Invisible DMG Hack: each 3-4 crits you will unleash an invisible damage proc to your target of an amount of approx 50% of all the crits you made. Invisible to combat log. (For example, I was hitting a guy in arena and his HP went from 15k to 10k without doing anything)

5. GCD Hack: this patch reduces your GCD hack by 0,3-0,6 seconds.

6. DumpGCD: a program that reduces your GCD Hack by a second. Best program to GCD. (Doesn't work in rogue and feral)

7. FPSDropper Program: everytime you jump with your character, all people in a 40 yards range will lag and have screen freeze, sometimes they will even disconnect from the server.

7. Shield Wall / Recklessness / Retaliation CD Hack: reduces the CD of this three spells and makes it to be 12 seconds always (You can't cast the same spell twice. For example: you can't Shield Wall > Shield Wall > Shield Wall, but you can cast Shield Wall > Retaliation > Shield Wall)

8. Fixed Range Hack: instead of increasing the range by 9 yards like the old fixed one, it increases your range by 7 yards and it works.

9. Auto-Hotkey Script: this script reduces your GCD by approx 10%-15%, increasing your gaming speed by a lot. Basically instead of typing like, FOR EXAMPLE, "1" with keyboard when you press 1, it will type "11111111111111111111111".





We have the best PvP and PvE Rotations for every class and every spec, used by gladiators and rank 1 players all the time. Here are EXAMPLES.

1. Best Warrior PvP Auto PQR Rotation Bot + LUA Macros: increasing your speed a lot and doing everything for you. (Two versions: with the dmg rotation and scripts or just with reflect, overpower, bash, auto-disarm, intervene, auto stealth shout, shout renew, auto intervene + reflect in trap scatter, blind...)

2. Best Paladin PvP Auto PQR Rotation Bot + LUA Macros: all-in-one paladin script with every possible script for paladin (auto-fear on succubus before casting seduce, auto hoj, auto dispell, auto sacrifice...)

3. Best Priest PvP Auto PQR Rotation Bot + LUA Macros: all-in-one priest script with every possible script for priest (SWD, dispell, auto-fearward, auto inner fire renew...)

4. Best Feral PvP Auto PQR Rotation Bot: best damage in the world, auto reflect fake, auto instant cyclone on cc or big damage spell, auto rogue spot, auto fake cast...

5. AND MANY OTHER WOW SCRIPTS!

If you have any kind of question regarding my work or the scripts feel free to contanct me via skype or email.

In the case if you have and kind of questions or you might want to see how these scripts are working, I can demonstrate/show you on skype via screenshare.

If you don't understand something regarded the scripts or how they work you can ask me I'll try my best to help you and together we'll figure out your problem.


6. Best PVE Rotations for every class, u can finally be top 1 recount bot


I ACCEPT TRADES AND ALSO MONEY (PAYPAL)

Contact me here: BESTSCRIPTER#8405

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now