Jump to content

Matim

Legendary Member
  • Posts

    4,504
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Matim

  1. I gave you clear description about how to do it, we are not giving ready sources, some own effort is important aswell.
  2. I can hardly understand you, but simply setup l2jserver with chronicle you have got on your pc. And thats all, connecting to the server with different chronicle, may lead to issues (most likely you wont even connect) But you can always enable different protocols available by config.
  3. Doesnt really matter, there are plenty of similar programs.
  4. If its not supported by client, the answer is no.
  5. Are you sure your gameserver jar is in proper folder?
  6. You will need for example putty (console manager to control your linux) Java, mysql, navicat for linux, for example winSCP or something similar to import your files on your server. Then installation is quite simple, similar to windows style, but with console :D
  7. After using this button bypass, is there any gameserver notification?
  8. There were some shared ones, simply search for them, as I remember there is DrHouse java one, Bigboss shared one aswell, and one done with python.
  9. Its not that easy to tell you how to do it via forum. Tell us where exactly did u stuck if you expect help.
  10. Todoulis - as they said, use their forum instead of asking here.
  11. Use ready AIO code, insert it manualy to the source, follow eclipse hints, quick fixes and a brain to fix simple issues.
  12. Without even basic info, do not expect any help. How can we help you now? We are not clairvoyants, unfortunately. So for now i cant give you any solution.
  13. Really simple. You said displayed on screen, so i suppose you expect big text such as for example ExShowScreenMessage So simply replace sending announcement with iterate sending ExShowScreenMessage packet for L2World players. Something like: for (L2PcInstance player: L2World.getInstance().getAllPlayers()) { player.sendPacket(new ExShowScreenMessage("TEXT", 5000); } Where 5000 is delay in ms, in this case it equals to 5 sec. I could make syntax mistake, because it was written here, not by using eclipse, and i dont remember each code : )
  14. Find l2emu guide about how to compile project with maven (should be similar and useful) Also you can check current l2jfree website.
  15. There is plenty of ways to do it, for example create new FastMap<String, L2PcInstance> containing players which may receive reward. Map kay would be player acc name. How to put those lucky guys there? Iterate players from L2World, and inside for loop put check if map contain such kay (player acc in this case) do not add in Map. And after that iterate for this map, reward for players (from this map) Really simple.
  16. Topic moved to the proper section. Post more info about pack, rev and so on, otherwise it will be locked.
  17. Im not sure but as i remember there was config to enable/disable fenor (? or what ever) script engine
  18. Maybe Im not really active lately because of my trip, but im still in team, so I have to comment it aswell. First of all, I dont really care is vhalior harpun or anyone else, I just care who is he now, based only at his behaviour and level of his work. In this project he is responsible for payments, setting access etc, and till now there wasnt any single complain about scamm. And I care only about present, if you have something against him, or you think hi is someone else - DO IT VIA PM or at our forum.
  19. I havent noticed that you were author of this thread, thats why I said it, sorry. Or I quoted your reply insteed of allanalcantara by my fault.
  20. Say2.java Put simple check with get player pvp count. Or simply for example take a look how does blocking clan chat work, if you havent clan
  21. I can ardly understand you, but if you want to extract images from client (or check names to use them in html building) you can use Dragon unpacker program (free, use google)
×
×
  • 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