Combat engine / Targetted Hit - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: General Discussion (/Forum-General-Discussion) +--- Forum: UO/Sphere Discussion (/Forum-UO-Sphere-Discussion) +--- Thread: Combat engine / Targetted Hit (/Thread-Combat-engine-Targetted-Hit) Pages: 1 2 |
RE: Combat engine / Targetted Hit - darksun84 - 01-20-2015 08:52 PM For me is ok the new combat engine RE: Combat engine / Targetted Hit - Extreme - 01-21-2015 04:01 AM My combat damage calculation is based in @Hit and @GetHit, split for NPCS and Players. If you don't touch the ARGN's behavior, its fine. I would like to have control of the DELAY between @HIT-@HITTRY (ps: its not @HitTry-@Hit, which is controlled by ARGN1 (Swing Speed) in @HitTry). And have SPEED (weapons) -> RW, because I can't set it dinamically. And even I set TAG.OVERRIDE.SPEED on the weapon the DELAY above is not changed, because its based on the SPEED of the weapon and not the override tag. RE: Combat engine / Targetted Hit - Extreme - 01-21-2015 06:39 AM Another thing that need be fixed quickly is the ARCHERYCANMOVE. It's broken, its always allowed. :/ RE: Combat engine / Targetted Hit - Coruja - 01-21-2015 11:18 AM Extreme your custom @Hit / @GetHit wont be affected by these changes, if you're already using ARGN1 to set a custom damage, just add ARGN2 |= dam_fixed to skip sphere internal formulas but honestly I'm taking a look only at the damage/resist part, not on the whole combat engine (hit chance, parry chance, swing speed, etc). If everything goes fine, we can progress with this PS: afaik, ARCHERYCANMOVE works a bit different than the name suggests, it wont allow you shoot while running, but will allow if you're just walking RE: Combat engine / Targetted Hit - Extreme - 01-21-2015 01:42 PM (01-21-2015 11:18 AM)Coruja Wrote: Extreme your custom @Hit / @GetHit wont be affected by these changes, if you're already using ARGN1 to set a custom damage, just add ARGN2 |= dam_fixed to skip sphere internal formulasI know that. I was afraid of you change the arguments lol (01-21-2015 11:18 AM)Coruja Wrote: but honestly I'm taking a look only at the damage/resist part, not on the whole combat engine (hit chance, parry chance, swing speed, etc). If everything goes fine, we can progress with this (01-21-2015 11:18 AM)Coruja Wrote: PS: afaik, ARCHERYCANMOVE works a bit different than the name suggests, it wont allow you shoot while running, but will allow if you're just walkingWell, just a note for the guys: skill archery need the skillflag SKF_RANGED|SKF_FIGHT to sphere know that this skill cannot be fired while running/walking. Basically, without these flags (ranged to be sure), sphere will alow anyone to fire arrows while running/walking, even if you use ARCHERYCANMOVE or now. I was talking to Ben about the recover delay time, and its based on the weapon speed (or override tag) and we currently cannot change this via script. It would be nice to have a new ARGNx in @HIT to control the recover delay. Thanks RE: Combat engine / Targetted Hit - Shamino - 03-21-2015 07:58 AM Coruja is possible to add option/newflag for weapons use ARCHERY skill get bonus DAM with DEX and not STR? With COMBAT_ELEMENTAL_ENGINE and COMBAT_OSIDAMAGEMOD activaded both. And the DAM value on status is change with STR is modified, but if type .set anatomy 0, status DAM value will not refresh, i need unequip weapon and reequip. Re: RE: Combat engine / Targetted Hit - Extreme - 03-21-2015 12:28 PM (03-21-2015 07:58 AM)Shamino Wrote: Coruja is possible to add option/newflag for weapons use ARCHERY skill get bonus DAM with DEX and not STR? Hey buddy, check the svn log.. Xun added an option for that. You just need to set the properties on the weapons and it would be fine Ah and for the status thing, we can try control the sent packets via outpacketx on .ini I didn't try before, but it is in my checklist(:rolleyes RE: Combat engine / Targetted Hit - XuN - 03-21-2015 06:00 PM I'm adding the automatic update when changing skills and changing the dam property on equiped items. Coruja: I guess you are planning to update magic resistance too to new behaviour, when so just uncomment SKILL_MAGICRESISTANCE from Skill_SetBase() so it updates automatically too the values on the status window Edit: a simple .update was enough to change values, no need of packets there RE: Combat engine / Targetted Hit - Lazarus - 03-27-2015 02:55 AM I see that we get fixed the damage system (rev 2225 was a mess with damages from 30 to 40 only with hands) Now I have to ask something: There's a way to change only the lumberjacking bonus without touch the default system? I want to add it for ALL weapons (not only axes ) Can you update the sphere_combat.scp to see all the changes? Thanks! Amazing work guys. I love you. PS: BTW! Yes! Take out the targetted system. is not a problem and is useless |