joelolopez Posted October 28, 2014 Group: Members Topic Count: 154 Topics Per Day: 0.03 Content Count: 493 Reputation: 46 Joined: 01/24/12 Last Seen: August 25, 2022 Share Posted October 28, 2014 hi guys how to make my tip of the day window popup in startup? Quote Link to comment Share on other sites More sharing options...
Radian Posted October 29, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted October 29, 2014 I think like this? - script TipOftheDay -1,{ OnPCLoginEvent: switch(rand(1,3)) { case 1: mes "[ Tip Of the Day 1]"; end; case 2: mes "[ Tip Of the Day 2 ]"; end; case 3: mes "[ Tip Of the Day 3 ]"; end; } end; } 1 Quote Link to comment Share on other sites More sharing options...
Winz Posted October 30, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 30, 2014 (edited) is it... the Ragnarok Online License Screen? it's set when you're diffing it Edited October 30, 2014 by Winz Quote Link to comment Share on other sites More sharing options...
Napster Posted October 30, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 196 Reputation: 72 Joined: 12/12/11 Last Seen: November 6, 2016 Share Posted October 30, 2014 player can type /tip in game (on/off) show windows popup when login and you can edit tip in data/Tipofday.txt Quote Link to comment Share on other sites More sharing options...
Question
joelolopez
hi guys how to make my tip of the day window popup in startup?
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.