World of Warcraft

1 . 2 . 3 . 4 . 5 . 6 . 7 . 8 . 9 . 10 . 11 . 12 . 13 . 14 . 15 . 16 . 17 . 18
70
View All Posts by This User Toggle Ignore / Unignore This User
  • 160. Re: Upcoming 2.3 Changes - Concise List   10/16/2007 05:15:39 PM PDT
quote reply
Dont fix things that arnt broken, stopcasting is vital to alot of people's dps, dont make people with good comps suffer imo.
77
View All Posts by This User Toggle Ignore / Unignore This User
  • 161. Re: Upcoming 2.3 Changes - Concise List   10/16/2007 05:54:28 PM PDT
quote reply

Q u o t e:
Dont fix things that arnt broken, stopcasting is vital to alot of people's dps, dont make people with good comps suffer imo.


I think you may have seriously misunderstood the nature of the changes.

UI and Macros Forum MVP - Understand GC!
80
View All Posts by This User Toggle Ignore / Unignore This User
  • Mal'Ganis
  • 163. Re: Upcoming 2.3 Changes - Concise List   10/16/2007 09:29:06 PM PDT
quote reply
I didn't notice it in the list, but I did some research to fix my addon.
It has to do with the new tracking options available.

count = GetNumTrackingTypes()
name, texture, active, category = GetTrackingInfo(id)

I hear people like this addon...
http://wowinterface.com/downloads/info6598-ZHunterMod.html
2
View All Posts by This User Toggle Ignore / Unignore This User
  • 164. Re: Upcoming 2.3 Changes - Concise List   10/16/2007 10:13:02 PM PDT
quote reply

Q u o t e:
Coming in 2.3 is a way to log taint spreading through global variables.

To turn taint logging on:
/console taintLog 1

To turn taint logging off:
/console taintLog 0



Two things:

1) Did you mean /console set taintLog 1?
2) When will this be shipped to the PTR? I was playing around on the PTR with no mods loaded, and received a "An action has been blocked" message in the chat window. This is, to put it lightly, surprising, considering that I had no addons, and had only copied my macros and keybindings over, along with some UI settings changes (note: none of the macros contain /run or /script). I'd love to at least try to duplicate this, but it's worthless to do so without taint logging in a build we have access to. :)

EPIC MACRO: /run SetDungeonDifficulty(3);
Blizzard Entertainment
View All Posts by This User ignore-inactive
Slouken
Blizzard Poster
  • 165. Re: Upcoming 2.3 Changes - Concise List   10/16/2007 10:47:23 PM PDT
quote reply
Yep, it should be in the next test realm update in a few days.
Blizzard Entertainment
View All Posts by This User ignore-inactive
Slouken
Blizzard Poster
  • 166. Re: Upcoming 2.3 Changes - Concise List   10/17/2007 06:58:37 PM PDT
quote reply
No promises, but it's looking like /cancelform followed by a spell cast will not be needed in 2.3.

By default any spell that requires you to leave your current form will automatically cancel your form before casting. This applies to shadowform and stealth as well. You can disable this with /console autoUnshift 0

Barring unforseen complications, this should be on the test realm after next week's update, so please test it out thoroughly at that time.

[ Post edited by Slouken ]

70
View All Posts by This User Toggle Ignore / Unignore This User
  • Mannoroth
  • 168. Re: Upcoming 2.3 Changes - Concise List   10/17/2007 09:11:09 PM PDT
quote reply

Q u o t e:
No promises, but it's looking like /cancelform followed by a spell cast will not be needed in 2.3.

By default any spell that requires you to leave your current form will automatically cancel your form before casting. This applies to shadowform and stealth as well. You can disable this with /console autoUnshift 0

Barring unforseen complications, this should be on the test realm after next week's update, so please test it out thoroughly at that time.


This is a very elegant change and generally spectacular news. Thank you.
Blizzard Entertainment
View All Posts by This User ignore-inactive
Slouken
Blizzard Poster
  • 169. Re: Upcoming 2.3 Changes - Concise List   10/17/2007 10:59:37 PM PDT
quote reply

Q u o t e:


Will client side functionality of /cancelform still exist to allow us to shapeshift back into the same form?


I'm not sure what you mean. /cancelform doesn't have functionality to allow you to shapeshift back into the same form...

But, you could do something like this:
/use Super Healing Potion
/cast Dire Bear Form
and it would switch to caster form, use a potion and put you back into bear form, assuming that you had enough mana to return to bear form.
80
View All Posts by This User Toggle Ignore / Unignore This User
  • 170. Re: Upcoming 2.3 Changes - Concise List   10/18/2007 09:10:09 AM PDT
quote reply

Q u o t e:


I'm not sure what you mean. /cancelform doesn't have functionality to allow you to shapeshift back into the same form...

But, you could do something like this:
/use Super Healing Potion
/cast Dire Bear Form
and it would switch to caster form, use a potion and put you back into bear form, assuming that you had enough mana to return to bear form.


I think what he meant was:
Currently on test, if you're in bear form and
/cancelform
/use Super Healing Potion
/cast Dire Bear Form

It won't go into bear form, even if you're not on the GCD. It does, however, work from cat and travel form. That's the problem with 'same form' currently.
80
View All Posts by This User Toggle Ignore / Unignore This User
  • 171. Re: Upcoming 2.3 Changes - Concise List   10/18/2007 09:32:27 AM PDT
quote reply

Q u o t e:
I think what he meant was:
Currently on test, if you're in bear form and
/cancelform
/use Super Healing Potion
/cast Dire Bear Form

It won't go into bear form, even if you're not on the GCD. It does, however, work from cat and travel form. That's the problem with 'same form' currently.
That's already been fixed. It should be in the next build or two.

[ Post edited by Kaydeethree ]


Live or die trying.
It seems mages were saving more money than originally intended. Any money saved will now be reduced by 10% and will break Frost Nova.
80
View All Posts by This User Toggle Ignore / Unignore This User
  • 172. Re: Upcoming 2.3 Changes - Concise List   10/18/2007 09:36:56 AM PDT
quote reply
Ya, I saw that they intended to fix it, though it is not fixed yet. I was just clearing it up because the blue response did not seem to understand the poster's concern.
80
View All Posts by This User Toggle Ignore / Unignore This User
  • 173. Re: Upcoming 2.3 Changes - Concise List   10/18/2007 02:28:29 PM PDT
quote reply

Q u o t e:


I think you may have seriously misunderstood the nature of the changes.


Iriel,

I'm still very confused on how the new stopcasting will work. Can you put up some examples based on how people used to use it to circumvent latency and how it will work in 2.3?
80
View All Posts by This User Toggle Ignore / Unignore This User
  • 175. Re: Upcoming 2.3 Changes - Concise List   10/18/2007 02:31:38 PM PDT
quote reply
I had a post here where I attempted to diagram the affect latency has on casting DPS: http://forums.worldofwarcraft.com/thread.html?topicId=2035714254&postId=19994026902&sid=1#11

"That's the great thing about being a 'lock...you don't have to eat; you don't have to drink; you don't even have to BREATHE. You can subsist entirely on the suffering of your enemies."
Blizzard Entertainment
View All Posts by This User ignore-inactive
Slouken
Blizzard Poster
  • 177. Re: Upcoming 2.3 Changes - Concise List   10/18/2007 04:46:49 PM PDT
quote reply
The Interface AddOn Kit has been updated to work with the 2.3 test realm:
http://www.worldofwarcraft.com/ui/
2
View All Posts by This User Toggle Ignore / Unignore This User
  • 178. Re: Upcoming 2.3 Changes - Concise List   10/18/2007 04:49:47 PM PDT
quote reply

Q u o t e:


Iriel,

I'm still very confused on how the new stopcasting will work. Can you put up some examples based on how people used to use it to circumvent latency and how it will work in 2.3?


It's pretty easy. You install Quartz, and instead of making a thousand /stopcasting macros to accompany it, you just cast your spell when it tells you to. No macros needed.

EPIC MACRO: /run SetDungeonDifficulty(3);
70
View All Posts by This User Toggle Ignore / Unignore This User
  • 179. Re: Upcoming 2.3 Changes - Concise List   10/18/2007 06:33:43 PM PDT
quote reply
any chance that GetTradeSkillNumMade() will return the appropriate values for specialists? for example, i'm a spellcloth tailor and my spellcloth skill gives me two spellcloth whereas non-specialists get only one. this function indicates only 1 spellcloth is created regardless of specialization.
1 . 2 . 3 . 4 . 5 . 6 . 7 . 8 . 9 . 10 . 11 . 12 . 13 . 14 . 15 . 16 . 17 . 18
Forum Nav : Jump To This Forum
Blizzard Entertainment