Hello,
Need help with script, need capture info about olympiad in interlude (/olympiadstat)
How can read the system messages?
var
p1, p2: pointer;
matches, wins, loss, points : integer;
OlyStat : integer;
begin
//1673 1 Your current record for this Grand Olympiad is $s1 match(es), $s2 win(s) and $s3 defeat(s). You have earned $s4 Olympiad Point(s). 0 79 9B B0 FF 0 0 0 0 0 none
OlyStat:=1673;
while (true) do
begin
//laSysMsg - system message appeared. P
Question
melron 212
Hello guys,
i noticed that in all l2jpacks i've worked the damage from skills,arrows are given before the animation-arrow is on the target.
Is it about any synchronization? Why all projects have this thing? should increase the delay of the HitTask ?
Edited by melronShare this post
Link to post
Share on other sites
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.