Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
Any Meditation?
|
Author |
Message |
Lazarus 
Master
 
Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1
Hybris Ultima Online
![]()
|
RE: Any Meditation?
(08-10-2012 07:05 AM)Anarch Cassius Wrote: ya rly.
Since as I noted the system override the rates I had all the factors that affect it worked in here: focus, meditation and on many servers food.
Code:
Code:
[ITEMDEF i_focus_timer]
Id=i_memory
name = Focus timer
type = t_eq_script
layer = 30
On=@Create
ATTR=attr_invis|attr_decay
On=@Equip
link = <src.uid>
timer = 10
return 1
On=@Timer
IF (<LINK.FINDLAYER(6).TYPE>==t_armor) || (<LINK.FINDLAYER(13).TYPE>==t_armor) || (<LINK.FINDLAYER(24).TYPE>==t_armor) || (<LINK.FINDLAYER(19).TYPE>==t_armor) || (<LINK.FINDLAYER(10).TYPE>==t_armor) || (<LINK.FINDLAYER(7).TYPE>==t_armor)
IF (<LINK.ACTION> == SKILL_MEDITATION)
LINK.SYSMESSAGE You cannot meditate in heavy armor.
LINK.ACTION = -1
ENDIF
link.TAG.OVERRIDE.Regen_1=0
ENDIF
ELSE
IF <link.mana> < <link.MAXmana> && !(<link.flags>&statf_dead)
link.TAG.OVERRIDE.Regen_1=<EVAL ((<link.Meditation>+<link.Skillmod Meditation>) / 165)>
ENDIF
ENDIF
timer = 10
return 1
This is simplified for just mana. Your own your own from here. 
Thanks 
I'd create a new one but I will take something of this.
Mbe, I have a new
On=@skillchange
99 to 100
tag regen 9
etc etc etc
this is for the passive meditation ^_ ^
|
|
08-12-2012 03:47 AM |
|
|
Messages In This Thread |
RE: Any Meditation? - Lazarus - 08-12-2012 03:47 AM
|
User(s) browsing this thread: 1 Guest(s)