Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Combat engine / Targetted Hit
Author Message
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #11
RE: Combat engine / Targetted Hit
For me is ok the new combat engine Big Grin
01-20-2015 08:52 PM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #12
RE: Combat engine / Targetted Hit
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.

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
01-21-2015 04:01 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #13
RE: Combat engine / Targetted Hit
Another thing that need be fixed quickly is the ARCHERYCANMOVE. It's broken, its always allowed. :/

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
01-21-2015 06:39 AM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #14
RE: Combat engine / Targetted Hit
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 Tongue

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
01-21-2015 11:18 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #15
RE: Combat engine / Targetted Hit
(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 formulas
I 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 Tongue

(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 walking
Well, 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

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
01-21-2015 01:42 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Extreme's post
Shamino
Noob Scripter
*

Posts: 57
Likes Given: 5
Likes Received: 15 in 11 posts
Joined: Mar 2012
Reputation: 0

Exilio UO

Post: #16
RE: Combat engine / Targetted Hit
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.

"My world is hell for the infidels. My blood pleasure of the immortals"
[Image: 2ec003662b15c61da117767a59bb99bao.jpg]
(This post was last modified: 03-21-2015 08:00 AM by Shamino.)
03-21-2015 07:58 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #17
Re: RE: Combat engine / Targetted Hit
(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?

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.

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 Smile

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(:rolleyesSmile

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
03-21-2015 12:28 PM
Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #18
RE: Combat engine / Targetted Hit
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 Smile

Edit: a simple .update was enough to change values, no need of packets there Smile
(This post was last modified: 03-21-2015 06:01 PM by XuN.)
03-21-2015 06:00 PM
Find all posts by this user Like Post Quote this message in a reply
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #19
RE: Combat engine / Targetted Hit
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 Tongue)

Can you update the sphere_combat.scp to see all the changes? Smile

Thanks!
Amazing work guys. I love you.


PS: BTW! Yes! Take out the targetted system. Smile is not a problem and is useless

[Image: 2hy9q0y.png]
(This post was last modified: 03-27-2015 03:20 AM by Lazarus.)
03-27-2015 02:55 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)