fckng Posted February 17, 2024 Posted February 17, 2024 I'm trying to get the ROTD ICON to be shown in the buff icon bar But it is giving this error. OnPCLoginEvent: if (!.rotd_start_time) end; .@time_passed = gettimetick(2) - .rotd_start_time; sc_start fakeicon: (getcharid(0), .rotdicon[.today_rotd], (.timer - (.@time_passed * 1000)), 1); end; Quote
0 botka4aet Posted February 17, 2024 Posted February 17, 2024 sc_start <effect type>,<ticks>,<extra argument>{,<GID>}; Quote
0 fckng Posted February 18, 2024 Author Posted February 18, 2024 5 hours ago, botka4aet said: sc_start <effect type>,<ticks>,<extra argument>{,<GID>}; i did not work Quote
0 Angeluz Posted February 19, 2024 Posted February 19, 2024 On 2/17/2024 at 3:43 PM, botka4aet said: sc_start <effect type>,<ticks>,<extra argument>{,<GID>}; sc_start .rotdicon[.today_rotd], (.timer - (.@time_passed * 1000)); maybe something like that Quote
Question
fckng
I'm trying to get the ROTD ICON to be shown in the buff icon bar
But it is giving this error.
OnPCLoginEvent:
if (!.rotd_start_time)
end;
.@time_passed = gettimetick(2) - .rotd_start_time;
sc_start fakeicon: (getcharid(0), .rotdicon[.today_rotd], (.timer - (.@time_passed * 1000)), 1);
end;
3 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.