Jump to content
  • 0

[Help] Java


Question

Posted

hello,

 

i use frozen and i cannot do smth if some one can help so i have this

 

if(!player.isNoble() && player.getSubClasses().size() == 0 && player.getAllianceWithVarkaKetra() == 0)
					{
						player.sendMessage("You have not finished quests.");
						player.setLocked(false);
						return;
					}	

 

and instead of this

player.sendMessage("You have not finished quests.");

i want to popup a htm file  and i tryed that

html.setFile("data/html/villagemaster/SubClass_Noquest.htm");

 

everything compile ok but when i try in game i dont get any window no action...

someone can help me..

 

Thanks

 

2 answers to this question

Recommended Posts

  • 0
Posted
  On 8/2/2012 at 8:57 PM, ^Wyatt said:

You need to send the packet to see the htm, no only set it.

 

 

yea now works :D 

 

thanks very much

Guest
This topic is now closed to further replies.


×
×
  • 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