Jump to content

Street

Members
  • Posts

    121
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Street

  1. Index: java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java =================================================================== --- java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java (revision 6) +++ java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java (working copy) @@ -20,7 +20,6 @@ import java.util.logging.Level; import java.util.logging.Logger; -import net.sf.l2j.Base64; import net.sf.l2j.Config; import net.sf.l2j.L2DatabaseFactory; import net.sf.l2j.gameserver.Announcements; @@ -293,21 +292,11 @@ // Send client time sendPacket(ClientSetTime.STATIC_PACKET); - activeChar.sendMessage(getText("VGhpcyBzZXJ2ZXIgdXNlcyBMMkosIGEgcHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg==\n")); - activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSB0aGUgTDJKIERldiBUZWFtIGF0IGwyanNlcnZlci5jb20=\n")); + activeChar.sendMessage("Your Server Name !"); + activeChar.sendMessage("Your Server Website !"); - if (Config.SERVER_VERSION != null) - { - activeChar.sendMessage(getText("TDJKIFNlcnZlciBWZXJzaW9uOg==")+" "+Config.SERVER_VERSION); - } + activeChar.sendMessage("Enjoy Your Stay !"); - if (Config.DATAPACK_VERSION != null) - { - activeChar.sendMessage(getText("TDJKIERhdGFwYWNrIFZlcnNpb246")+" "+Config.DATAPACK_VERSION); - } - - activeChar.sendMessage(getText("Q29weXJpZ2h0IDIwMDQtMjAwOA==\n")); - SevenSigns.getInstance().sendCurrentPeriodMsg(activeChar); Announcements.getInstance().showAnnouncements(activeChar); @@ -573,16 +562,6 @@ * @return * @throws UnsupportedEncodingException */ - private String getText(String string) - { - try { - String result = new String(Base64.decode(string), "UTF-8"); - return result; - } catch (UnsupportedEncodingException e) { - // huh, UTF-8 is not supported? Smiley - return null; - } - } private void loadTutorial(L2PcInstance player) {
  2. Hello, how i can start openbr server on linux? Project dont have .sh file.. and when i give normal; java -Xms128m -Xmx128m -cp /servery/milenium/libs/*;openbr-l2authd.jar open.brasil.loginserver.L2Auth give error --->>> root:/servery/milenium/L2AuthD$ sudo java -Xms128m -Xmx128m -cp /servery/milenium/libs/*;openbr-l2authd.jar open.brasil.loginserver.L2Auth Exception in thread "main" java.lang.NoClassDefFoundError: /servery/milenium/libs/bsh-engine/jar Caused by: java.lang.ClassNotFoundException: .servery.milenium.libs.bsh-engine.jar at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) Could not find the main class: /servery/milenium/libs/bsh-engine.jar. Program will exit.
  3. Working good :D Thanks.. :))
  4. Good project, PS Gladiatorl2; for mě working, try download latest version from SVN. :)
  5. This is not in Lineage retail, you must add to core.
  6. Script no only 1 file, and i dont known where is problem. Maybe here? define("ADD_REWARD", "INSERT INTO character_premium_items (charId, charName, itemId, itemCount, itemSender) VALUES ('%s', '%s', '%s', '%s', '%s')");
  7. Hello, have vote reward system for L2j infinity, and need edit for l2j. Problem is here: character_premium_items In l2j infinity: Id, charId, CharName, itemId, itemCount, itemSender, vitamine And in normal l2j is only: charId, itemNum, itemId, itemCount, itemSender Here is script: http://www.uloz.to/7644027/vote-script-zip
  8. In game: 1. Create clan 2. Registered to Siege 3. Set castle siege in admin mine 4. start siege 5. end siege and have castle siege time forever..
  9. Ok i use insert into droplist (mobId, itemid, chance, min, max,category) select id, 57, 1000000, 1, 2, 1 from npc where type='L2Raidboss'; UPDATE droplist SET itemId=(10639) WHERE itemId=57 AND mobId IN (SELECT id FROM npc WHERE level >= 61 AND type='L2Raidboss'); And working good. THX Leki.
  10. mysql> ;UPDATE droplist SET itemId=(5575) WHERE itemId=9999 AND mobId IN (SELECT id FROM npc WHERE level >= 61 AND type='L2Raidboss'); 1065 - Query was empty Query OK, 0 rows affected Rows matched: 0 Changed: 0 Warnings: 0 0 rows affected :/
  11. Raidboss dont drop Adena..
  12. Hi, i need SQL script for add item for all RB.And only to RB 61+ sorry for my english :/
  13. Oh nice, working.. +1 kiss
  14. Hi, I make a backup and file have 0 kilobytes. What am I doing wrong?
  15. and have please download link for L2jfree Epilogue server?
  16. hello, i am new in l2j, i hosting on linux, but i have problem with loooots of threads (and it kill my ram ) , how can i limit to 1-3 threads ?pls... need help
  17. Good job. Nice drop calcl :)
  18. THX..Nice share.. :D
  19. Nice guard..THX
  20. Nice share. THX
  21. Good share..Thanks ;)
  22. Nice work..Thanks
×
×
  • 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