Jump to content

xuinia

Members
  • Posts

    79
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by xuinia

  1. Then, I gues delete topic.
  2. [Hidden Content]
  3. Oh yes he does :D One allready got paid: http://www.maxcheaters.com/forum/index.php?topic=185852.0
  4. Serously??? Theres probably like 1000000 config files and you're not sure wich one to check first...
  5. Some kid with server + some kid with server files + some kid as a gm = another server wich will last max 1 week.
  6. If that pack is anny god, it should have those things implemented allready. Check config files, maybe those commands are just dissabled.
  7. Sure, you can bypass any captcha. You must be god of programing...
  8. Conect to your server database with phpmyadmin or navicat and edit characters table. Find your char and change access level to 127. Accidental double post, becouse of lag :/
  9. Conect to your server database with phpmyadmin or navicat and edit characters table. Find your char and change access level to 127.
  10. some thing... copy that message here. Maybe you just run out of memory when you start l2 client.
  11. Need some help with your homework? And someone gona doit for you via teamviewer. Tell us what kind of help you need an maybe someone will help you...
  12. Your internet speed is such as it is, and you cannot boost it by some configs.
  13. Virtual Memory... REALLY? Virtual memory will give some extra virtual ram memory wich will be very very slow compared to real ram, cause it will write everything to hard disk. Your server will run, but it will lag like hell. Best thing in optimizing your server would be: delete windows, install linux.
  14. LoginserverHostname = <-- login server host goes here --> LoginserverPort = <-- login server port goes here -->
  15. Very often client crashes because of a server error. One wrong packet and synchronisation betwen client/server may be lost. And that usually - crash.
  16. Even in this forum you can find bunch of status scripts. But why use search, when you can create another pointless topic.
  17. Did you put import com.l2jserver.gameserver.............. instead of .............. should be file were RadarOnPlayer is defined?
  18. No. That part of code was allready in your L2PcInstance.java. It may have been allitle different due to different packs/revs. Just look at the code, first part of code is about kill sprees, later its just regular checks after pvp kill. Dont just copy code blindly, try to understand wich line does what and you will know what you need and what is unesscesary. When someone posts part of code for something (in this case kill spree), they usualy post it this way: some original code (not modyfied) modyfied part (in this case kill spree) some original code again. This is being done so that you would know where to add/replace the modyfied code. Do not copy part with original code, just find that oroginal code in your files and compare whats the difference. And apply only the difference :) I hope you'll get what I mean.
  19. Post your login/game sever config files (the part with IP adreses) and l2.ini (decrypted) here.
  20. Cant find anything wrong in code, atleast not in this part. All the errors are at that part of the code wich has nothing to do with kill spree. It may be that some of the {} bracket were not closed somewhere before, or something like that. if ((TvT._started && _inEventTvT) || (DM._started && _inEventDM) || (VIP._started && _inEventVIP) || (CTF._started && _inEventCTF)) return; // temp fix here if (isMounted()) dismount(); impro = 0; if (isTransformed() && !isCursedWeaponEquipped()) { if (target instanceof L2PcInstance && AntiFeedManager.getInstance().check(this, target)) // Add karma to attacker and increase its PK counter setPvpKills(getPvpKills() + 1); // Send a Server->Client UserInfo packet to attacker with its Karma and PK Counter sendPacket(new UserInfo(this)); sendPacket(new ExBrExtraUserInfo(this)); Did you copy this part of code from somewhere aswell? Cause this part of code shouldnt be modifyed in your case.
  21. VPS linux? Type top and monitor how much memory login/game servers are using and how much free memory left. Even if you reserve 1gb of ram to server, sooner or later it will use more. Specially if you're reloading npcs/html/configs and etc.
  22. Should we gues what problems you have? Or maybe you gona tell us. Errors compiling? Post eclipse log here. Server gives errors? Post log here.
  23. Thats just clients crash log. Go to your server properties and enable debug. Then monitor what errors server displays when this happens.
  24. Couple seconds in google and: http://www.howtoforge.com/configure-remote-access-to-your-ubuntu-desktop http://markus.revti.com/2009/08/installing-vnc-remote-desktop-on-ubuntu-linux-vps/ http://www.ubuntugeek.com/share-your-ubuntu-desktop-using-remote-desktop.html
×
×
  • Create New...