Rapist Posted August 2, 2012 Posted August 2, 2012 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
0 ^Wyatt Posted August 2, 2012 Posted August 2, 2012 You need to send the packet to see the htm, no only set it.
0 Rapist Posted August 2, 2012 Author Posted August 2, 2012 You need to send the packet to see the htm, no only set it. yea now works :D thanks very much
Question
Rapist
hello,
i use frozen and i cannot do smth if some one can help so i have this
and instead of this
i want to popup a htm file and i tryed that
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