Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Config looks fine. Change the if if else, to if/else if/else // FACTION if (player.get_faction() == 2) StringUtil.append(htmlCode, "<font color=\"" + Config.VALAKAS_NAME_COLOR_BBS + "\">", player.getName(), "</font>"); else if (player.get_faction() == 1) StringUtil.append(htmlCode, "<font color=\"" + Config.ANTHARAS_NAME_COLOR_BBS + "\">", player.getName(), "</font>"); else htmlCode.append(player.getName()); If that doesn't fix it, try following. Dunno what pack are you using, but as I see you use getString(, try to replace it with getProperty(, if no error. :P
  2. I have better things to do than reading last 20 replies, you know.. :D You can always request for clean ;)
  3. Moved to gr section :rage:
  4. If you want to bump your topic, simply use the godamn BUMP button when available.
  5. I don't mind about so called "spam" in your topic. Those are honest(?) opinions, deal with it. If you rly think that there is some sort of spam, simply report it / the post ;) Level of maturity equal to 0, sadly. :okey: So, a bad comment, from your pov, is a 'spam'. And asslicking "great project, everything is working fine" is a legit post, right..? All you..
  6. What? :y u no?: Enable geodata..
  7. What a hell pack are you using and where have you put it? Show the preview after your changes. You can make it public static.
  8. Player activeChar
  9. Maybe share the code..? Under [ code ] tag or use http://pastebin.com/ and select Java highlighting syntax.
  10. Drop the configs, since they have no use. Take the l2jfrozen.jar from build and copy it (replace) to your server files, lib folder of gameserver.
  11. if (command.equals("test")) showWindow(activeChar); public void showWindow(L2PcInstance player) { NpcHtmlMessage html = new NpcHtmlMessage(1); StringBuilder sb = new StringBuilder(); sb.append("<html><body>"); sb.append("whatever"); sb.append("</body></html>"); //you can skip it, it's not rly required to close html.setHtml(sb.toString()); html.replace("%objectId%", getObjectId()); //can be skipped player.sendPacket(html); }
  12. Topic moved. Also, avoid to double post.
  13. NM will say "the free version is sooo old and with problems. Actual Sunrise version is bug-free". Anyway, if you have doubts you can join their test server and check it out, since obviously, they won't give head rev as a free version.. :)
  14. lol.. As Sdw said :D I doubt. Professional 'developers' would not let on a free website, but well.. That doesnt matter :P ---- Following the rules, you should provide test server. Good luck :)
  15. Please use edit button next time. DO NOT double/triple post. You can't bump like that.
  16. Try to recompile. If you have full source - with catsguard inside.
  17. Your welcome. If you hope that someone will give your "ready" patch and I mean rly "ready", then forget. Why you don't try to adapt it? What's stopping you? All methods are almost the same.
  18. If you don't have experience, then learn, try to do it. If you can't, simply forget about that item and learn adapting something more easy.
  19. Looks nice, but the "flash" is kinda too big :D
  20. Veigar + Twitch = Genesis Gardener Such a sweet kid :troll:
  21. There is for freya or H5. Not big difference.
×
×
  • Create New...