Jump to content
  • 0

Welcome message.


Question

8 answers to this question

Recommended Posts

  • 0
Posted

He said that the text should be shown only to gms/admins. Maybe if u check the java code for welcome for clan members u will find a solution..i dont know how to..btw you are using gracia final, right?

  • 0
Posted

i will recommand to add a new config if u want. like Config.showGMnews, than put it under the 167 line of EnterWorld.java

 

and for a pop up gm news just use that code

 

{
            String GMNews = HtmCache.getInstance().getHtm("data/html/gm.htm");
            if (GMNews != null)
		sendPacket(new NpcHtmlMessage(1, GMNews));
  }

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...