Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Tompoolk on September 22, 2015, 07:41:18 pm
-
As the title suggests I was wondering if it was possible to have fist weapons not be sheathed at all, even when other items are. Any ideas?
-
Sheath ID in item_template and item.dbc - put 1h sheath there.
Thats all you need. But I can't guarantee that it will look good.
-
Sheath ID in item_template and item.dbc - put 1h sheath there.
Thats all you need. But I can't guarantee that it will look good.
Additionally, this should give a rough overview
http://collab.kpsn.org/display/tc/item_ ... ate-sheath (http://collab.kpsn.org/display/tc/item_template#item_template-sheath" onclick="window.open(this.href);return false;)
-
Regarding the topic: is it possible to make the server recognize a value (e.g. 7) that would make the weapon always unsheathed?
-
Regarding the topic: is it possible to make the server recognize a value (e.g. 7) that would make the weapon always unsheathed?
Good question for a change. I doubt so, expect if you tinker with the animdata.dbc a bit. However, you can not entirely disable sheathing. Maybe an addon that disables that ?
EDIT: It is handled serverwise if weapon is sheathed or unsheathed.
Maybe add a function into ::Update that updates sheath to SetSheath(SHEATH_STATE_MELEE) frequently ?
-
Oh, I also heard theres a parameter in every spell that states the position of weapons during the spell. Maybe, create an invisible aura, applied on equip, that would force the weapon to be always unsheathed?
-
Oh, I also heard theres a parameter in every spell that states the position of weapons during the spell. Maybe, create an invisible aura, applied on equip, that would force the weapon to be always unsheathed?
Winner winner chicken dinner to an extent. This is mostly how I'd accomplish it. Though I'd use spell visuals rather than the position of weapons during a spell.
-
Though I'd use spell visuals rather than the position of weapons during a spell.
But then you'd have to create a different spell for every fist weapon, wouldnt you?
-
Though I'd use spell visuals rather than the position of weapons during a spell.
But then you'd have to create a different spell for every fist weapon, wouldnt you?
Doubt so, the spell just flags for 'unsheathed', not for the specific position iirc.
-
That flag determines whether sheathed or unsheathed animation is used for casting a spell. I also doubt it would work for some spam passive while running, standing and so on. It seems to me that core is the only option you have and I am not even sure if that can work without any more or less random glitches.
-
That flag determines whether sheathed or unsheathed animation is used for casting a spell. I also doubt it would work for some spam passive while running, standing and so on. It seems to me that core is the only option you have and I am not even sure if that can work without any more or less random glitches.
I just told you that it can be done via spell visuals rather than sheathe flags/weapon positions. Certainly there is no need for core changes. Then again I also know the spell.dbc and its associations better than 99% of you. So maybe YOU could only do it via core edits, but it's easily accomplished with relatively simple dbc additions.
Though I'd use spell visuals rather than the position of weapons during a spell.
But then you'd have to create a different spell for every fist weapon, wouldnt you?
Different models, yes. Not necessarily every different fist weapon. But fuck, could script it and have EVERY weapon model done in 10 minutes (basically the time to write the script). So that makes no difference.
-
That I doubt it will work flawlessly doesn't mean he should not try it nor that I have tryed it and it didn't work for me. So chill your arrogance.