Jump to content
  • 0

tip of the day window


joelolopez

Question


  • Group:  Members
  • Topic Count:  154
  • Topics Per Day:  0.03
  • Content Count:  493
  • Reputation:   46
  • Joined:  01/24/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

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;
	}
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

is it... the Ragnarok Online License Screen? it's set when you're diffing it

Edited by Winz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  196
  • Reputation:   72
  • Joined:  12/12/11
  • Last Seen:  

player can type /tip in game (on/off) show windows popup when login

and you can edit tip in data/Tipofday.txt

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...