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));
  }

  • 0
Posted

on line 167  its check if its is a GM, so put it inside of that, or make like if char has acces = 200 > show GM news, if not do nothing

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock