![]() |
Wrestling weapon types - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Wrestling weapon types (/Thread-Wrestling-weapon-types) |
Wrestling weapon types - BladeCraft - 03-05-2013 12:15 PM I made "fist" weapons long ago for wrestling weapons and at that time, I used a type=t_weapon_mace_sharp to get the type to trigger the proper combat triggers. Using t_normal makes it default to punching without any of the @hit and damage calculations from the item itself. Recently I noticed this creates some "odd" results with my other scripts. First, they think my Fist wrestling weapon is a macefighting weapon when I check for types. Secondly, the effect/sound a swiong makes is if I was holding a mace, not punching. The question: Do we have any typedefs (or a way to soft code one) that will make the holder punch but will also still look at the weapon in the hand for damage calculationss? Something like a t_weapon_wrestling or t_weapon_generic? RE: Wrestling weapon types - darksun84 - 03-05-2013 06:24 PM for the sounds you can use TAG.OVERRIDE.SOUND_HIT Overrides the hit sound for a weapon. Take notice that there is an underscore in this TAG's name. TAG.OVERRIDE.SOUND_MISS Overrides the miss sound for a weapon. Take notice that there is an underscore in this TAG's name. RE: Wrestling weapon types - BladeCraft - 03-07-2013 09:37 AM So to act as an equipped weapon, the item type of the item in layer1 must be a hardcoded combat type? Can a dev confirm that for me please. If there is anyway to use a different type, I would prefer it greatly. Using a mace type on a wrestling weapon messes with my scripts checking for weapon type to determine what skill to bonus @equip and it just doesn't seem right... there should be a WEAPON flag or something available out there and it defaults to wrestling sounds unless otherwise noted RE: Wrestling weapon types - RanXerox - 03-08-2013 07:42 AM If you are using a weapon... you are not wrestling. RE: Wrestling weapon types - UltimaAku - 03-10-2013 11:46 PM I get what he's saying, like a fist based weapon your trying to work with the skill "Wrestling". I would use the tag overrides, thees no default wrestling type weapon as the skill was made for those who dont use weapons. try this: Code: [ITEMDEF i_punchy_weapon] Just an example, havn't actually tried it ![]() RE: Wrestling weapon types - admin phoenix - 03-12-2013 07:22 PM why not making a new typedef for wrestling weapon? RE: Wrestling weapon types - Mordaunt - 03-12-2013 11:53 PM Wrestling involves grabbing hold of your opponent and attempting to throw him to the ground and pin him... Not sure what kind of weapon that would be. That said wrestling in UO should not be called wrestling at all since that is clearly not what happens, it's closer to boxing. I'm not sure that it is enough to just change the skill associated with a weapon since it will still inflict a slashing/piercing damage type if it is a sword/fencing type. So as to not tread on Macefighting as a skill the only weapon really that would make sense to me at least to turn into a wrestling weapon would be gloves, gauntlets e.t.c.. which really should not be that difficult to do Just my 2 cents RE: Wrestling weapon types - RanXerox - 03-13-2013 06:05 AM (03-08-2013 07:42 AM)RanXerox Wrote: If you are using a weapon... you are not wrestling. Apparently I didn't make this clear, so let me rephrase this answer... If you are not fighting with a weapon, you are wrestling. RE: Wrestling weapon types - Mordaunt - 03-13-2013 06:22 AM You were clear.. they just seem hell bent, which is why i suggested gloves ![]() RE: Wrestling weapon types - UltimaAku - 04-11-2013 10:14 PM i get what hes talking about and Mordaunt is spot on, Wrestling is an uninteresting skill which scales of the character's STR with the base damage as 0. He wants to give wrestling it's own use by turning it into a melee-capable weapon. I see no harm in that. The only way to make sense of this, is to make hand-based weapons rather than swords, daggers ect. UO has alot of upsides but some of the skills are dauntingly usless and Wrestling is one of them as a combat skill. (don't deny it, not many GM the skill camping ![]() |