July 04, 2022, 02:15:40 am
Welcome,
Guest
. Please
login
or
register
.
Home
Main Page
Help
Search
Login
Register
Database
149002
Posts in
18132
Topics- by
34430
Members
- Latest Member:
abosan
Vanilla WoW - VanillaGaming
»
Class Discussion
»
Hunter
»
Feign/Freezing Trap Help
Pages: [
1
]
« previous
next »
Print
Author
Topic: Feign/Freezing Trap Help (Read 10048 times)
Redhammer
Newbie
Posts: 7
Feign/Freezing Trap Help
«
on:
October 21, 2016, 02:30:59 pm »
Is there a way to make this work in an instance? It works fine in world PvE and PvP, but I have yet to make it work inside an instance. There doesn't seem to be any leaving combat during the feign while in an instance. Any help or advice would be appreciated. My macro is below:
/script PetPassiveMode()
/script PetFollow()
/script if (UnitAffectingCombat("player")) then CastSpellByName("Feign Death()") elseif not (UnitAffectingCombat("player")) then CastSpellByName("Freezing Trap"); end
Logged
iamspogmainerds
Newbie
Posts: 61
Re: Feign/Freezing Trap Help
«
Reply #1 on:
October 21, 2016, 07:37:27 pm »
So just a few things, first is that the smallest of things can put you in combat in PVE. If you're horde a shaman totem applying a aura can put u in combat, if any player in combat casts a spell on you-you will be put into combat. A good spamable way to avoid this is by putting the freeze trap outside the combat check. i.e.
/script PetPassiveMode()
/script PetFollow()
/cast Freezing Trap
/script if UnitAffectingCombat("player") then CastSpellByName("Feign Death") else end
Its generally a trade off because while you will experience more frame rate lag while using this macro, it requires less computation so that event that happens miliseconds after the feign that puts you in combat may be avoidable.
Logged
evilwhitey
Newbie
Posts: 7
Re: Feign/Freezing Trap Help
«
Reply #2 on:
October 21, 2016, 08:04:17 pm »
Heaven forbid it just work like it should....who the heck wants to mess with that mess of a macro.
It'd be a lot simpler if the GMs would just fix the issues before releasing new content to compound the already mounting issues.
I could be wrong..but common sense seems to outweigh bypassing the problem.
«
Last Edit: October 21, 2016, 08:05:48 pm by evilwhitey
»
Logged
Redhammer
Newbie
Posts: 7
Re: Feign/Freezing Trap Help
«
Reply #3 on:
October 23, 2016, 01:20:59 am »
Thanks for the input iam. Ill put it to a test while i hold my breath waiting on the folks who are providing me hours of free entertainment to fix my minor inconvenience
Ill letcha know how it turns out.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Community
-----------------------------
=> General Chat
=> Addons
=> Guild Recruitment
=> Events
=> WoW News
-----------------------------
Off-Topic
-----------------------------
=> Other Games
=> Anything Goes
-----------------------------
Staff
-----------------------------
=> GM / Dev Applications
-----------------------------
Trash & Archives
-----------------------------
=> Trash & Archives
-----------------------------
Localized Forums
-----------------------------
=> Norway
=> Denmark
=> Swedish
=> Brazilian
=> Canadian
=> Indonesian
=> Latvian
=> Finnish
=> Croatian
=> Hungarian
=> New Zealand
=> Romanian
=> United Kingdom
=> Korean
=> Spanish
=> Dutch
=> Filipino
=> Vietnamese
=> French
=> Chinese
=> Czech
=> Italian
=> Persian
=> Serbia
=> Bosnian
=> Arabic
=> Bulgaria
=> Japanese
=> German
=> Australian
=> Russian
=> Polish
=> Portuguese
=> Lithuanian
=> Turkish
=> Greek
=> American
-----------------------------
Class Discussion
-----------------------------
=> Warlock
=> Hunter
=> Druid
=> Paladin
=> Priest
=> Mage
=> Warrior
=> Rogue
=> Shaman
Powered by SMF 1.1.18
|
SMF © 2013, Simple Machines
DsV1
Theme by
DzinerStudio
Loading...