fckng Posted February 17, 2024 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 03/27/13 Last Seen: March 17 Share 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 Link to comment Share on other sites More sharing options...
0 botka4aet Posted February 17, 2024 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 211 Reputation: 17 Joined: 12/23/11 Last Seen: June 11, 2024 Share Posted February 17, 2024 sc_start <effect type>,<ticks>,<extra argument>{,<GID>}; Quote Link to comment Share on other sites More sharing options...
0 fckng Posted February 18, 2024 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 03/27/13 Last Seen: March 17 Author Share Posted February 18, 2024 5 hours ago, botka4aet said: sc_start <effect type>,<ticks>,<extra argument>{,<GID>}; i did not work Quote Link to comment Share on other sites More sharing options...
0 Angeluz Posted February 19, 2024 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 109 Reputation: 19 Joined: 07/28/12 Last Seen: 12 hours ago Share 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 Link to comment Share on other sites More sharing options...
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;
Link to comment
Share on other sites
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.