Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
sysmessage override
|
Author |
Message |
kn4tseb
Master
Posts: 392
Likes Given: 45
Likes Received: 10 in 10 posts
Joined: May 2014
Reputation: 0
|
sysmessage override
Hi my friends, i need a little help here... every time a skill changes kind blue colored sysmessage appears showing the new value... welll i have 2 questions..
whats the hue for that sysmessage?? and how do i override it?
i have this event but as you must know i receive two messages.... the reason about why i want to override it to show only one message is that i have several SFK_scripted skills and i dont want to write it for each one .. so i made a global one
Code:
on=@SkillChange
if (<argn2> >= <src.<Serv.skill.<ARGN1>.Name>>)
src.sysmessage @0120, Your skill in <Serv.skill.<ARGN1>.Name> has increased by <fval <argn2>-<src.<Serv.skill.<ARGN1>.Name>>>%, it is now <fval <argn2>>%.
elif (<argn2> < <src.<Serv.skill.<ARGN1>.Name>>)
src.sysmessage @0120, Your skill in <Serv.skill.<ARGN1>.Name> has decreased by <fval <src.<Serv.skill.<ARGN1>.Name>>-<argn2>>%, it is now <fval <argn2>>%.
endif
so i dont want to receive two messages when default skills change, would you help me out?
THank you very much.
(This post was last modified: 08-17-2014 02:13 PM by kn4tseb.)
|
|
08-17-2014 02:12 PM |
|
|
User(s) browsing this thread: 1 Guest(s)