Ouch! Well, sorry then /emoticons/default_smile.png
Confirm that stabled Quel’dorei steed when clicked does not spawn a mount that I can use,
I’m using full & fresh TDB 335.11.38 patched until rev 11435.
I already take the quest, “The Master of Melee”
EDIT: NVM, apparently I had the “Grand Melee” quest, after I drop that, I can get the mount. However when I get the melee target into HP of 1, I don’t get any credit and some spells doesn’t work. But I suppose you already know that /emoticons/default_smile.png
Cheers…
BC
WorldSession::HandlePetAction(petGuid: 17388398729102560825, tagGuid: 17379391519747864680, spellId: 2, flag: 7): object (entry: 200249 TypeId: 3) is considered pet-like but doesn’t have a charminfo!
Charged War Golem (entry: 29005)
Area: Dun Argol (Grizzly Hills)
summoned by Item
Q_Q why Rimefang is bugged again?
on Mar 15th patch.
Yes and Krick/Ick
Today i checked using the latest rev up to RIGHT NOW! and with the quest+riding skill+in the stable i can not mount ANY of the mounts. Tried with a gnome, dwarf, human, etc… Does not even appear the vehicle cursor.
You must equip a lance, after equipping you need to go a bit far away from the stables (there’s a core bug, npc_spellclick_spells don’t get updated automatically, only when client requests “spawn” information from the creature)
The first Valiant quests only enable you to mount Hawkstrider or a Horse.
Thanks Nay. I equipped the lance but could use only the horse near the Alliance Tent (For my alliance test). Not the one at the stables.
After going to talk to any of the NPC for the Mastery of Charge/Melee/Shield they all said i was not in a mount or with the lance equipped.
I cleaned the cache and now i could use the horse in the stable but the NPCs still said that i had to equipo a lance and a mount in order to talk to them (which i was doing at the moment). What do you think?
I only fixed the mounts (except mounts’ spells, those are still broken). NPCs, quests still need a lot of scripts.
IoC vehicles not works.
I think are these:
NPC_SIEGE_ENGINE_H = 35069
NPC_SIEGE_ENGINE_A = 34776
NPC_GLAIVE_THROWER_A = 34802
NPC_GLAIVE_THROWER_H = 35273
Tyrannus is fixed with latest rev.
Creature: 33519
on click spell 63163 teleport you to innkeeper.
Confirmed, Yesterday New core, new database
About ToC, IMHO, They shouldn’t be spawned via DB, but via script.
if a group of hordes, to spawn Horde’s mounts.
if alliance, spawn Alliance’s mounts.
ToC is a huge mess for now…
Any chance Someone can do a sniff on that NPC?
In src\server\game\Spells\SpellMgr.cpp on line 3222 I added ( as suggested in https://github.com/T…ore/issues/1700 ):
case 54800: // Sigil of the Frozen Conscience - change class mask to custom extended flags of Icy Touch
// this is done because another spell also uses the same SpellFamilyFlags as Icy Touch
// SpellFamilyFlags[0] & 0x00000040 in SPELLFAMILY_DEATHKNIGHT is currently unused (3.3.5a)
// this needs research on modifier applying rules, does not seem to be in Attributes fields
spellInfo->EffectSpellClassMask[0] = flag96(0x00000040, 0x00000000, 0x00000000);
break;
+ case 63163: // Apply Enchanted Bridle (Argent Tournament)
+ spellInfo->EffectDieSides[0] = 0;
+ break;
case 19970: // Entangling Roots (Rank 6) -- Nature's Grasp Proc
case 19971: // Entangling Roots (Rank 5) -- Nature's Grasp Proc
case 19972: // Entangling Roots (Rank 4) -- Nature's Grasp Proc
I used this to fix the problem with the teleportation but still can’t get the player to mount it.
With http://code.google.com/p/tc2patches/source/browse/argent_tournament works, but it needs to be updated to head.
@Aokromes 10z for the link. It contained the info I needed /emoticons/default_smile.png