Search
Latest topics
Who is online?
In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests :: 1 BotNone
Most users ever online was 111 on Tue Jan 11, 2011 3:43 pm
Something new to grind for
Chronos Guild Forum :: Archive :: Social
Page 1 of 1 • Share •
Something new to grind for
Ok. The achievement system is coming out and when it does...well maybe it will revitilize a lot of old world PVP while giving us all Xbox player points.
Just admit it, that's all the achievement system is
Anyway...in waiting for the achinevement system I've decided that I want to get some more pets (for the pet achievements)
While some pets are only purchased through the card game or by buying a Dell XPS laptop (and curse you all who have bought collector WoW editions) let me link you to this
http://www.warcraftpets.com/
Something to think about if there is a specific pet you want.
On my personal wish list is still the phenoix hatchling and the baby fire elemental pet.
Ok why THIS of all things? If you haven't heard, The new patch will put all of our pets and mounts in their own tab. Which makes me wonder if something like a random pet macro can be done (and yes for all of those that know me in game, I'm already wondering how to do a random mount macro.)
Just admit it, that's all the achievement system is
Anyway...in waiting for the achinevement system I've decided that I want to get some more pets (for the pet achievements)
While some pets are only purchased through the card game or by buying a Dell XPS laptop (and curse you all who have bought collector WoW editions) let me link you to this
http://www.warcraftpets.com/
Something to think about if there is a specific pet you want.
On my personal wish list is still the phenoix hatchling and the baby fire elemental pet.
Ok why THIS of all things? If you haven't heard, The new patch will put all of our pets and mounts in their own tab. Which makes me wonder if something like a random pet macro can be done (and yes for all of those that know me in game, I'm already wondering how to do a random mount macro.)
Droxia- Posts: 474
Join date: 2008-09-05
Re: Something new to grind for
Random Mount Macro (works in current patch, have not tried on PTR)
#showtooltip
/use [button:2] Hearthstone
/stopmacro [flying,nobutton:2]
/use [flyable,nomodifier:alt] item:25471
/stopmacro [flyable,nomodifier:alt]
/userandom item:19030, item:33977
-- end macro --
You can get the item number of your mount from wowhead. Search for your mount, when you find it look at the location, it should be "?item=xxxx" where xxxx is the item number.
This macro lets me hearthstone with rightclick, mounts my flyer if I can fly, and if I'm pressing alt in a flying zone or if I can't fly mounts one of my random swift mounts (brewfest ram and AV ram).
The reason I use itemnumbers instead of names is that you can only have 255 chars in each macro, and I hope to have more mounts soon :-P
#showtooltip
/use [button:2] Hearthstone
/stopmacro [flying,nobutton:2]
/use [flyable,nomodifier:alt] item:25471
/stopmacro [flyable,nomodifier:alt]
/userandom item:19030, item:33977
-- end macro --
You can get the item number of your mount from wowhead. Search for your mount, when you find it look at the location, it should be "?item=xxxx" where xxxx is the item number.
This macro lets me hearthstone with rightclick, mounts my flyer if I can fly, and if I'm pressing alt in a flying zone or if I can't fly mounts one of my random swift mounts (brewfest ram and AV ram).
The reason I use itemnumbers instead of names is that you can only have 255 chars in each macro, and I hope to have more mounts soon :-P

Thinger- Posts: 92
Join date: 2008-09-06
Age: 29
Location: the train

Re: Something new to grind for
I just confirmed through testing on the PTR that you can still mount randomly, but the item method no longer works (because they're not items anymore).
My new macro looks like this:
/castrandom Swift Palomino,Warhorse
(I don't have my charger or brewfest ram on the PTR and I havn't "learned" my AV mount)
My new macro looks like this:
/castrandom Swift Palomino,Warhorse
(I don't have my charger or brewfest ram on the PTR and I havn't "learned" my AV mount)

Thinger- Posts: 92
Join date: 2008-09-06
Age: 29
Location: the train

Re: Something new to grind for
Sorry Thinger, I meant for 3.0.2. I already have a random mount macro. My concern was that because they are going into their own "page" of sorts, if they'll still use the item codes that represent the mount (in my case that's 2 ground mounts and 3 different flying mounts.) I can copy and paste later my current one. I think the only thing I would change in my current macro is the hearthstone thing (although...as a shaman...astral recall ftw!)
I guess I'm wondering if they are turning mounts into "spells"
I guess I'm wondering if they are turning mounts into "spells"
Droxia- Posts: 474
Join date: 2008-09-05
Re: Something new to grind for
Looks like you answered while I was typing. This is what I was afraid of. Although because it uses "cast" I'm wondering if spells have "spell numbers"Thinger wrote:I just confirmed through testing on the PTR that you can still mount randomly, but the item method no longer works (because they're not items anymore).
My new macro looks like this:
/castrandom Swift Palomino,Warhorse
(I don't have my charger or brewfest ram on the PTR and I havn't "learned" my AV mount)
Eh whatever, I like the Cenarion War hippogryph and my Sabercat better anyway.
Although...it makes me wonder if you can do something like this
#showtooltip
/use [button:2] Hearthstone
/stopmacro [flying,nobutton:2]
/castrandom [flyable,nomodifier:alt] (flyingmount)
/stopmacro [flyable,nomodifier:alt]
/castrandom (ground mount)
I need to check my macro at home, I don't remember there being all the /stopmacro 's in mine.
Droxia- Posts: 474
Join date: 2008-09-05
Re: Something new to grind for
castrandom and userandom are actually aliases for the same function. I chose castrandom for the new one so I can throw my paladin mount in there and feel like it makes sense 

Thinger- Posts: 92
Join date: 2008-09-06
Age: 29
Location: the train

Re: Something new to grind for
wait, so there is no real difference? If that's the case I'd rather use userandom just to save characters.
However my problem is with the item codes. An item code is way shorter that "Reins of the Swift Netherdrake"
Try that with 5 different mounts
However my problem is with the item codes. An item code is way shorter that "Reins of the Swift Netherdrake"
Try that with 5 different mounts

Droxia- Posts: 474
Join date: 2008-09-05
Re: Something new to grind for
It appears that you use the name of the mount (like Swift Netherdrake) instead of the item/spell that summoned them. for example the Warhorse is created by casting "Summon Warhorse", but the macro just uses /castrandom Warhorse,...

Thinger- Posts: 92
Join date: 2008-09-06
Age: 29
Location: the train

Re: Something new to grind for
By changing mounts to be a spell, all you have to do is change /userandom to /castrandom.
As far as casting a spell from ID, there are two things. One, it can only be done in a UI mod. Two, still you can only cast by spell name.
http://forums.worldofwarcraft.com/thread.html;jsessionid=3DDCE2B1A8C3F0C47897D0023FF0D9F8.app11_06?topicId=8202657245&sid=1
I'm researching it more. I might make a mod that does it, if it doesn't take too much out of me.

Thinger- Posts: 92
Join date: 2008-09-06
Age: 29
Location: the train

Re: Something new to grind for
blarg. This is exactly what I feared.
Droxia- Posts: 474
Join date: 2008-09-05
Re: Something new to grind for
I found out there's already a pretty nice looking addon for random mounts/pets that is supposed to work after the patch (when the changes to the mount/pet storage go live).
http://wow.curse.com/downloads/wow-addons/details/livestock.aspx
http://wow.curse.com/downloads/wow-addons/details/livestock.aspx

Thinger- Posts: 92
Join date: 2008-09-06
Age: 29
Location: the train

Re: Something new to grind for
eh, we'll see
The truth is the need for a flying mount won't be good until level 77 and 950g later >.<
The truth is the need for a flying mount won't be good until level 77 and 950g later >.<
Droxia- Posts: 474
Join date: 2008-09-05
Re: Something new to grind for
Droxia wrote:eh, we'll see
The truth is the need for a flying mount won't be good until level 77 and 950g later >.<
I think cold flight is obtainable through a quest, not forking out dough. However, the passenger mounts are going to cost everyone a good 20kg ^^ woot for grinding Epic flight will feel like nothing.

Ulalume- Posts: 277
Join date: 2008-09-06
Age: 23
Location: Breezing through Ulduar while reasearching the next patch.
Re: Something new to grind for
http://www.darklegacycomics.com/122.html
O_O
the bear shivers
O_O
the bear shivers

Ulalume- Posts: 277
Join date: 2008-09-06
Age: 23
Location: Breezing through Ulduar while reasearching the next patch.
Re: Something new to grind for
I just saw a post the other day that said they got rid of the quest and it is going to be like 900g.

Ledgewalker- Posts: 15
Join date: 2008-09-12
Age: 31
Location: all i see is bright lights
Similar topics» Balo PvP+Grind Build
» Grind Time Presents: Tantrum vs Dumbfoundead
» The Grind web show!!
» Flesh Parade: Grind Doc
» Daily Grind affecting Your Gameplay?
» Grind Time Presents: Tantrum vs Dumbfoundead
» The Grind web show!!
» Flesh Parade: Grind Doc
» Daily Grind affecting Your Gameplay?
Chronos Guild Forum :: Archive :: Social
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
» Current Raiding Schedule patch 4.2
» runescape moneybut the martial
» Guild Level 25!
» Petite made me write a Poem
» the guild.
» Hello Frost!
» LIST YOUR ALTS!!
» OPness to the max