Lazarus 
Master
 
Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1
Hybris Ultima Online
![]()
|
RE: About the new combat system
Found something more weird about this.
Sword, Fencing, Mace, etc. below 50%, will not skillgain.
Sword, Fencing, Mace, etc. above 50% will skillgain.
hahaha
Made this:
Code:
ON=@HITTRY
IF (<<serv.skill.<action>.key>> < 500) || (<<serv.skill.<action>.key>> == 0)
IF (<ACTION>==SKILL_SWORDSMANSHIP)
skillgain swordsmanship
ELIF (<ACTION>==SKILL_FENCING)
skillgain fencing
ELIF (<ACTION>==SKILL_MACEFIGHTING)
skillgain macefighting
ELIF (<ACTION>==SKILL_ARCHERY)
skillgain archery
endif
endif
(This post was last modified: 07-25-2015 03:10 AM by Lazarus.)
|
|
07-25-2015 02:33 AM |
|
|