Welcome, Guest. Please login or register.
July 20, 2025, 07:23:46 AM

Login with username, password and session length

Search:     Advanced search
we're back, baby
*
Home Help Search Login Register
f13.net  |  f13.net General Forums  |  The Gaming Graveyard  |  World of Warcraft  |  Topic: WoW Did anyone see this coming? 0 Members and 1 Guest are viewing this topic.
Pages: 1 [2] Go Down Print
Author Topic: WoW Did anyone see this coming?  (Read 18670 times)
Ingmar
Terracotta Army
Posts: 19280

Auto Assault Affectionado


Reply #35 on: October 16, 2008, 02:26:44 PM

Almost all my mods are informational (Omen, Recount, AtlasLoot, all my FuBar plugins are mostly informational, etc.) so except for on my shaman, who needs a bar mod for totem management, I can handle playing without disaster when a patch like this hits.

I keep thinking that I should try raid healing with something other than the default UI on my druid but I have some sort of mental block being able to deal with Grid and its ilk.

The Transcendent One: AH... THE ROGUE CONSTRUCT.
Nordom: Sense of closure: imminent.
Numtini
Terracotta Army
Posts: 7675


Reply #36 on: October 16, 2008, 03:04:09 PM

Grid really isn't that bad to set up and will work out of the box. Once you have it, you won't be able to survive without it. It's that good.

If you can read this, you're on a board populated by misogynist assholes.
Chimpy
Terracotta Army
Posts: 10633


WWW
Reply #37 on: October 16, 2008, 04:36:08 PM

I picked up mapster to add coordinates and unfog the map and tomtom for waypoints and its working great. It's not quite as good as the full cartographer suite, but my understanding is the author doesn't have much time to work on things and it won't be fixed for a while. The mapster/tomtom even picked up my questhelper waypoints without any prompting.

I just got Mapster + GatherMate (and GatherMate_Data to get the info in).

Fucking awesome the little I played with it.

Cartographer is going in the bin now.

'Reality' is the only word in the language that should always be used in quotes.
Phred
Terracotta Army
Posts: 2025


Reply #38 on: October 17, 2008, 08:02:59 PM

I mean one that is smart enough to load your flying mount if it works in the zone, otherwise it uses your riding mount. When I saw the mount section I first assumed that the big mount button worked that way.
You don't need a mod for this, just make a macro.

Code:
#showtooltip
/cast [flyable,nomounted] Violet Netherwing Drake
/cast [noflyable,nomounted] Dreadsteed
/dismount [mounted]
That's the one I use on my warlock.  If the zone is flyable it summons my drake, if the zone is land-only it summons the dreadsteed, and it dismounts me if I'm mounted.

This worked perfectly until I tried it with my rogue. For some reason it wont work with him, dispite everything else being as perfect as I can manage it.

Code:
#showtooltip
/cast [flyable,nomounted]  Red Riding Nether Ray
/cast [noflyable,nomounted]  Stormpike Battle Charger
/dismount [mounted]

The only thing I can see is the macro processor may only allow for 3 spaces in a name. I may have to take this one to the ui/macros forum.

Chimpy
Terracotta Army
Posts: 10633


WWW
Reply #39 on: October 17, 2008, 08:19:08 PM

Did blizzard send you extra copies of your mounts and you kept the items in your bags/bank?

That borked the macro for a guy I know.

'Reality' is the only word in the language that should always be used in quotes.
Ratman_tf
Terracotta Army
Posts: 3818


Reply #40 on: October 18, 2008, 12:23:07 AM

Did blizzard send you extra copies of your mounts and you kept the items in your bags/bank?

That borked the macro for a guy I know.

Yeah, and I deleted them since I wasn't hit by the pet bug.



 "What I'm saying is you should make friends with a few catasses, they smell funny but they're very helpful."
-Calantus makes the best of a smelly situation.
Phred
Terracotta Army
Posts: 2025


Reply #41 on: October 18, 2008, 01:52:11 AM

Did blizzard send you extra copies of your mounts and you kept the items in your bags/bank?

That borked the macro for a guy I know.

Yeah, and I deleted them since I wasn't hit by the pet bug.

Ya me too. And on a different character too I think.
SurfD
Terracotta Army
Posts: 4039


Reply #42 on: October 18, 2008, 05:37:58 AM

This is the "Smart Mount" macro that i use, still works perfectly with the current system

/cast [nobutton:2, flyable, nomounted] Reins of the Onyx Netherwing Drake; [nomounted] Horn of the Frostwolf Howler
/dismount [noflying] [button:2]

If you want to use multiple random mounts, provided you have enough text space, you can do the following variation.

/castrandom [nobutton:2, flyable, nomounted] Swift Flight Form, Reins of the Onyx Netherwing Drake; [nomounted] Amani War Bear, Swift Brewfest Ram
/dismount [noflying] [button:2]

Does the following
- Left click in flying zone - flying mount
- Left click in no flying zone - ground mount
- Right click in flying zone - ground mount
- Right click while mounted - dismount (i believe it is currently set up to prevent you from dismounting while flying also, so as to prevent accidental plummets to your death.)

Darwinism is the Gateway Science.
Koyasha
Terracotta Army
Posts: 1363


Reply #43 on: October 18, 2008, 05:49:52 AM

The macro seems to get screwed up if you have (or have had) the mount -item- in your inventory anytime recently, if the item doesn't have a different name than the mount 'spell' in the pet panel.  For example, my paladin that just hit 70 got a Golden Gryphon, I memorized it, edited my macro, and...borked.  In order to fix it I logged completely out of the game and back in, that seemed to solve the problem.  YMMV.

On the other hand, I had no such problem where the mount item has a different name than the new mount 'spell'.  Like with Reins of the Violet Netherwing Drake it didn't do that since the item has 'Reins of the' and the spell doesn't.

-Do you honestly think that we believe ourselves evil? My friend, we seek only good. It's just that our definitions don't quite match.-
Ailanreanter, Arcanaloth
ajax34i
Terracotta Army
Posts: 2527


Reply #44 on: October 18, 2008, 07:44:40 AM

Code:
#showtooltip
/cast [flyable,nomounted]  Red Riding Nether Ray
/cast [noflyable,nomounted]  Stormpike Battle Charger
/dismount [mounted]

The only thing I can see is the macro processor may only allow for 3 spaces in a name. I may have to take this one to the ui/macros forum.

Dunno how it is in-game or if it makes a difference, but you have 2 spaces after the word nomounted], and that may screw things up.
Phred
Terracotta Army
Posts: 2025


Reply #45 on: October 18, 2008, 09:13:06 PM

Code:
#showtooltip
/cast [flyable,nomounted]  Red Riding Nether Ray
/cast [noflyable,nomounted]  Stormpike Battle Charger
/dismount [mounted]

The only thing I can see is the macro processor may only allow for 3 spaces in a name. I may have to take this one to the ui/macros forum.

Dunno how it is in-game or if it makes a difference, but you have 2 spaces after the word nomounted], and that may screw things up.

Nope. Macro started working  this morning. odd. Maybe it was this char that got mounts mailed to him. Hard to remember with so many alts.


Numtini
Terracotta Army
Posts: 7675


Reply #46 on: October 23, 2008, 04:41:10 AM

It's about what I figured. Same as any other patch. Wait forever to get in. Figure out which mods broke (I use about 0% of the default interface). Find a half dozen that are broken that I don't need. Wonder why X-Perl is so poplar and never seems to be ready. Wonder why auctioneer and cartographer are supposedly ready but don't actually work. Same old same old really.

Yup, I was wrong. This one really is pretty fubar. Last night was the fourth or fifth night in a row I logged out because the game was unplayable due to lag spikes (30 seconds to a minute virtually each pull) or the servers had crashed. I'm on Earthen Ring. Is it just us or are all the servers in this bad a shape?


If you can read this, you're on a board populated by misogynist assholes.
Dren
Terracotta Army
Posts: 2419


Reply #47 on: October 23, 2008, 06:26:18 AM

It's about what I figured. Same as any other patch. Wait forever to get in. Figure out which mods broke (I use about 0% of the default interface). Find a half dozen that are broken that I don't need. Wonder why X-Perl is so poplar and never seems to be ready. Wonder why auctioneer and cartographer are supposedly ready but don't actually work. Same old same old really.

Yup, I was wrong. This one really is pretty fubar. Last night was the fourth or fifth night in a row I logged out because the game was unplayable due to lag spikes (30 seconds to a minute virtually each pull) or the servers had crashed. I'm on Earthen Ring. Is it just us or are all the servers in this bad a shape?



Whisperwind just gets high latency for about 30 minutes each night at peak.  It goes from 100+ to 2000+ for me and my guild (the ones I ask.)  I'm not so sure this is because of population because that seems like a huge spike for a short time.  I assume they are doing something server side during those times in preparation for the expansion.  Outside of that, everything is fine.  I never get booted.

The mail system and crafting system still seems to have a second delay more than normal though.  It is annoying but liveable.

*Edit:  we do have queue at peak so we are certainly "full."
Selby
Terracotta Army
Posts: 2963


Reply #48 on: October 23, 2008, 06:48:33 AM

Is it just us or are all the servers in this bad a shape?
Runetotem has had zero issues other than the rolling restart they did the other night.  Stormrage has been up and down quite a bit though.
Mazakiel
Terracotta Army
Posts: 904


Reply #49 on: October 23, 2008, 08:05:17 AM

Shadow Council has had instance servers down most nights at some point since a day or so after the patch.  It was apparently better last night, but most people were too busy going for brains as zombies to do any instance running. 
Phred
Terracotta Army
Posts: 2025


Reply #50 on: October 23, 2008, 10:51:10 PM

I'm suspecting that the big problem they've added to the mix is the whole achievement system is beating the shit out of their database. Every tiny thing you do is now being logged to the database. That has got to be a serious upping of the load right there. In an architecture that had a notably poor database design on release, which they supposedly fixed by throwing hardware at, adding this much extra load seems like a recipe for disaster.

SurfD
Terracotta Army
Posts: 4039


Reply #51 on: October 24, 2008, 12:02:29 AM

I'm suspecting that the big problem they've added to the mix is the whole achievement system is beating the shit out of their database. Every tiny thing you do is now being logged to the database. That has got to be a serious upping of the load right there. In an architecture that had a notably poor database design on release, which they supposedly fixed by throwing hardware at, adding this much extra load seems like a recipe for disaster.
Im not sure that is the case.  I mean, probably around 70 to 80% of the achievements in the game are directly tied to things they were already tracking to begin with, like quests completed, reputation values, battleground victories, map areas explored and similar things.

I imagine a lot of the issues is just the massive hit to instance servers as everyone and their dog is running old world instances like mad to get those achievements unlocked.  Every instance related problem i have seen on Tichondrious seems to stem from the system being overloaded and needing somewhere around 4 or 5 minutes to create an instance for my group so they can go in and kill stuff.  Once it actually makes us an instance, zoning in seems fine.

Darwinism is the Gateway Science.
Pages: 1 [2] Go Up Print 
f13.net  |  f13.net General Forums  |  The Gaming Graveyard  |  World of Warcraft  |  Topic: WoW Did anyone see this coming?  
Jump to:  

Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC