Jump to content

xuinia

Members
  • Posts

    79
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by xuinia

  1. What command did you try? :D install remote dekstop remote desktop install desktop install remote remote instal desktop And the you came here to ask for help, right? Theres bunch of step by step guides how to install and setup such things just google for it.
  2. If you really did your web by yourself, there wont be any problem to download any of the ready status scripts and change theyr looks abit. Those status scripts has few lines of code, so it can be easy manipulated and adapted to your web design. Or you expect us to do that?
  3. Check your server.properties and login.properties files. You must configure both of them to work on your external ip.
  4. Use putty and winscp, but if you dont know how to connect to it, there wont be much use even if you do manage to connect.
  5. Dudde... L2j server outputs everything to stdout.log if you want it or not.... It just writes everything to that file. Now we are talking about the tool to monitor it. And that tool has nothing to do with java... That tool that you sugested works prety much same way, it reads server output, like tail -f does. Just instead of reading it from file it reads directly from script. There's more java in your example. Stop arguing about something that you dont understand.
  6. This has nothing to do with java. Server is outputing everything to stdout.log anyway. That command that I wrote will use internal linux tool to monitor that file and display its content on the screen. I'm quite sure that a tool that is implemented inside linux core is more stable and less lagy, then some external app.
  7. Another way of moitoring your server is: What ever server would output to the screen it also outpoots it into the file gameserver/log/stdout.log and login/log/stdout.log. So what you need to do is go to your log folder and type: tail -f stdout.log This will read the file stdout.log and display its contents on the screen every time the server outputs anything to it. Result similar, but no need to install anything.
  8. How to properly remove all peace zones? I deleted all records from file zones.xml and from table zone_vertices. Server was online. Realoaded zones and it was OK. But after server restart, it couldn't start, because of missing zones. Had to restore zone_vertices table. And peace zones are up ad runing again. How can I remove/disable all of them? P.S. using latest rev of l2jserver (freya)
  9. L2.ini, you need to decrypt it, change the port and encrypt it again. Use L2_File_Editor_2a__C4_to_Freya__by_CriticalError, link to this program is somewhere on this forum.
  10. Just download source for any server and you'll get that code.
  11. I gues what he's trying to say, that after restart nobles skills disapear from main char. What ever is happening in there we need mre info to help, and offcourse in proper english.
  12. It is posible, you'll just have to adapt your old database(skills, items, accounts) to your new pack. Just compare your old database tables and fields to a new one.
  13. Mostly it would be client moding. You would have to create new textures for your weapons. Are you sure that you will be able to do that? Modyfying server code shouldnt be hard. Basicaly you create few more weapons and you just have to remake npc wich makes dual craft. It takes some items and gives you other item. In this case it would be your new weapon. But making new textures for weapons wont be that easy.
  14. What I wrote has nothing to do with spam. Topic says: How to set up L2J server without MySQL server And inside topic he explains how to set up a server by using MySQL... xampp is a package, containing apache + php + MySQL. So he's still using same mysql, just it is installed by xampps installer.
  15. You wanted alternative for MySQL so you decided to use MySQL??? You just instaled same MySQL just it was included in xampp package. You're still using it, so this all "GUIDE" makes absolutely no sence.
  16. You're wrong. ExShowScreenMessage (int type, int messageId, int position, int unk1, int size, int unk2, int unk3,boolean showEffect, int time,int unk4, String text) position: TOP_LEFT = 1, TOP_CENTER = 2, TOP_RIGHT = 3, MIDDLE_LEFT = 4, MIDDLE_CENTER = 5, MIDDLE_RIGHT = 6, BOTTOM_CENTER = 7, BOTTOM_RIGHT = 8
  17. You also need to append scripts.cfg file with patch to your npc script. Example: custom/715_deleveador/__init__.py
  18. Did you compile datapack aswell?
  19. Did you compile datapack aswell?
  20. ExShowScreenMessage("asdasdas",5000); Will display text in the center top of the screen. What about right side, under radar or up from inventory icon? How do I write anything in there?
  21. @Override public boolean isAttackable() { return true; } and setIsInvul(false); for every npc you want to be killable.
  22. Problem solved.
  23. What actually defines if it is killable or not? Can someone post some example how you did it? maybe then I will be able to figure out whats wrong.
  24. extender? public class L2TpFlagInstance extends L2Npc That or you mean something else? :)
×
×
  • 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