Jump to content

Matim

Legendary Member
  • Posts

    4,504
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Matim

  1. Think a bit, whats the point to "send packet" to player object which is null? Since its L2PcInstance, you don't have to use object of player, simply use: sendPacket(new CreatureSay(0, Say2.PARTY, "Server", "[" + player.getLevel() + "]" + player.getName() + " vs " + "[" + target.getLevel() + "]" + target.getName())); instead of: player.sendPacket(new CreatureSay(0, Say2.PARTY, "Server", "[" + player.getLevel() + "]" + player.getName() + " vs " + "[" + target.getLevel() + "]" + target.getName())); And about target object, it was just example, do not create new L2PcInstance object called target, simply you have to refer to this player which was killed by our player (ye ye, It may be confusing now)
  2. As I told you, i would strongly recommend to practise more firstly before thinking about any server project. Anyway its your choose, so, about chronicle: - Interlude, old but as we can see, still may players like it (anyway its hard to find good Intrelude pack, my adivice? L2Acis and self development) - Gracia Epilogue - more stable than Freya (newest, so its obvious), I would recommend latest L2JEmu - Here. - Freya - good choose for High Rate, why? Because of constant updates, latest chronicle is also + for players.
  3. Hai.
  4. Do you know that you should provide proofs before calling someone scammer? You may be even banned for baseless accusation.
  5. Whole idea is stupid for me. If you are satisfied with such an amount, its cool, but when you need more.. - become coder/website designer/graphic/make your own website (long story) or something more "inteligent" instead of reading emails or pressing some kind of websites..
  6. I was talking about how does donate system work, not server concept, anyway. Im not php coder, but I suppose you will have to make it with php, that it will connect with your database and upgrade item table (by adding new items to player) You should make a field where player should put his character name (ingame name) and code should compre this name with characters table (and get player id) and next add new item in item table to this character (with received character id)
  7. You should understand that this is "request dev help section", not request ready code. The point is that you should show some personal effort to make it insteaf od asking for ready sollutions. With this approach, you will never make your own code, trust me. Anyway, there is another "hint", take a look at this share: This one. You can find there how to reward someone for each pvp/pk kill. With this share, you may easily learn how to make your request (to send message after pvp/pk kill) Simply replace this rewarding method with send packet (i gave u code at begining)
  8. Provlem solved, topic locked.
  9. I don't really know this web donate system to which you refer. So it would be better to explain it a bit about how does it exactly work.
  10. I told you, use your brain. L2PcInstance.java Check how does pvp/pk increase works.
  11. Good and cheap dedicateds. And something else, without skills and experience, there are two possibilities: - do not start server project, practise firstly, improve your skills at least - hire someone to do whole (or most) job (if u need good pack/website/configuration, u will have to pay lot)
  12. How can I provide full code without basic info, in my previous post i said: And still no answer. Also I gave u want do u exactly need, now simply use your brain and use it where u want.
  13. It depends from your funds, your experience/development skills/etc.
  14. This share was posted at MXC at begining, and leached most likely. Original topic: Here. Next time use search before posting. Topic locked.
  15. He was talking about L2J Pack Version (ex. L2JServer Freya or L2JArchid or what ever)
  16. There was guide about how to set JAVA_HOME. Simply use forum search.
  17. Use search instead of posting senseless threads, locked.
  18. You should also provide info about when this message should be send, anyway litle example: L2PcInstance player, target; player.sendPacket(new CreatureSay(0, Say2.PARTY, "Server", "[" + player.getLevel() + "]" + player.getName() + " vs " + "[" + target.getLevel() + "]" + target.getName()));
  19. Rules: Topic Locked.
  20. Latest source from l2j -> all stats moved to xml's (means no more etcitem table)
  21. Explain it better, otherwise noone will help you.
  22. It menas that you will disbale their AI too.
  23. Read section rules. Edit your thread and add proper [TAG] in your topic title. Otherwise I will lock it.
  24. Use eclipse, and practise.
  25. Matim

    PES6

    Is there anyone who is playing Pro Evolution Soccer 6 (pes6) ? Ye ye, I know 2011 is good, but many players still prefer PES6 instead of new ones. So if there is anyone interested, we can play sometimes :P via PES6J Servers (free, it is java based PES6 server emulator)
×
×
  • Create New...