Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Aentium on June 22, 2016, 03:46:02 pm

Title: [QUESTION] Is fighting while mounted possible?
Post by: Aentium on June 22, 2016, 03:46:02 pm
Was thinking about making a kind of mounted knight class and i had to ask...
Title: Re: [QUESTION] Is fighting while mounted possible?
Post by: schlumpf on June 22, 2016, 04:06:54 pm
Passengers on a vehicle may freely cast, as seen in the Flame Leviathan fight. On an old style mount: No.
Title: Re: [QUESTION] Is fighting while mounted possible?
Post by: Смердокрыл on June 22, 2016, 06:01:50 pm
Have a look at the followind spell (it was added in Cata though):
http://ru.wowhead.com/spell=68221 (http://ru.wowhead.com/spell=68221" onclick="window.open(this.href);return false;)

Like schlumpf said, it uses an additional npc which your character mounts, but it's in the form of a spell, and the npc disappears once you dismount, similar to an "old style" mount.
Title: Re: [QUESTION] Is fighting while mounted possible?
Post by: Aentium on June 22, 2016, 08:49:00 pm
So the thing would be to make the mount an npc summoned by a spell and to make it give more movement speed? Is it the only way ?(not that i don't like it).
Title: Re: [QUESTION] Is fighting while mounted possible?
Post by: Смердокрыл on August 11, 2016, 03:27:28 am
Quote from: "Aentium"
So the thing would be to make the mount an npc summoned by a spell and to make it give more movement speed? Is it the only way ?(not that i don't like it).

I think it is. You could probably change the source code, but I never visit that hell
Title: Re: [QUESTION] Is fighting while mounted possible?
Post by: Grymskvll on August 11, 2016, 05:13:09 am
There's already spells you can cast while mounted, like paladin auras, warrior stances, dk presences, hunter tracking.

https://wowdev.wiki/Spell.dbc/Attributes
Code: [Select]
SPELL_ATTR0_CASTABLE_WHILE_MOUNTED           = 0x01000000, // 24 castable while mounted
Stoneharry's spell editor recommended for editing ease, you can just click a checkbox for it.
Title: Re: [QUESTION] Is fighting while mounted possible?
Post by: Nupper on August 11, 2016, 08:58:49 am
Quote from: "Grymskvll"
There's already spells you can cast while mounted, like paladin auras, warrior stances, dk presences, hunter tracking.

https://wowdev.wiki/Spell.dbc/Attributes
Code: [Select]
SPELL_ATTR0_CASTABLE_WHILE_MOUNTED           = 0x01000000, // 24 castable while mounted
Stoneharry's spell editor recommended for editing ease, you can just click a checkbox for it.

I have NPC's that fight on standard mounts.
Title: Re: [QUESTION] Is fighting while mounted possible?
Post by: Amaroth on August 11, 2016, 12:12:15 pm
I'd expect he wants players, not NPCs. For NPCs, its fairly simple, a matter of... one flag?