Jump to content

HaddWik

Members
  • Posts

    258
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by HaddWik

  1. Hello. In this topic I want to present you the smart way to protect your server from all type of bots! As the title is saying the protection is based only on server side and it is impossible to be bypassed! What is this protection? Well firstly it is providing your server a 100% protection against l2walker, l2net and l2divine! L2Tower also is detected with this system. But it will require some more time to collect the proper information. The problem for now is that I still don't exactly know how l2tower is working to code a faster protection. This kind of protection first we have saw in the mighty L2Inc servers also Lineage2Dreams had it. How it is working. This system is having allot of functions: (Will reveal some of them) Counting the speed of the packets related with fight received from clients. The bots are sending almost two times more packets. Counting the right and wrong target requests also the speed and parameters that client without bot will not send ever! Reading packets on EnterWorld that is providing almost 99% information to discover L2Net and L2Walker bots. Of course there are more functions that I will keep in secret for some reasons. Most of the bots will not be banned instantly like L2Net, Walker or Divine. They will be checked by my evil rabbits and the information will be stored into database. You will be able to read the information that the rabbits are collecting about who they suspect for bot by typing //bt or //bottracker The decision about are they going to eat the ban or they will continue using the bot is for you. The trust issues.. Every one to be satisfied I'm offering the events to be processed like: I will setup a test server so you can login with your bot to test the system. If you are satisfied of the test you will send me firstly the money! Then I will add the code to your source. You are not happy of my trading event? Well no one is forcing you to buy! I do not tolerate type of people saying: First send me the code.. Well first come and suck me for one hour then I will send it. The "I'm not happy" and "My server closed so I will share your work!" cases. Well go ahead.. But you need to have in mind that the system will be licensed to only your PC and I will make sure that no other PC will run it The engine is coded on L2J-Server H5 and working as the image up is showing. It will be adapted to any pack available out there. Also it will work on Freya and GOD. Also can be adapted to Interlude but the effectiveness will be reduced. Price and payment: The system is costing 30 euro! You are getting support to add it and adapt it for your source. Also if errors/problems/bugs occurs you are getting support to be fixed. Seems like a fair price for your total bot protection. I will take only PayPal or Bank payments. If you are going to offer PaySafe cards just don't bother your self I will not accept it. For contact send me an email at valeri.lubenov@gmail.com or add me at skype - walkataaa
  2. First of all the config part is wrong. Should be: + DAGGER_VS_HEAVY = Float.parseFloat(L2JModSettings.getProperty("DaggerVsHeavy", "2.50")); + DAGGER_VS_LIGHT = Float.parseFloat(L2JModSettings.getProperty("DaggerVsLight", "2.00")); + DAGGER_VS_ROBE = Float.parseFloat(L2JModSettings.getProperty("DaggerVsRobe", "1.80")); + + ARCHER_VS_HEAVY = Float.parseFloat(L2JModSettings.getProperty("ArcherVsHeavy", "2.50")); + ARCHER_VS_LIGHT = Float.parseFloat(L2JModSettings.getProperty("ArcherVsLight", "2.00")); + ARCHER_VS_ROBE = Float.parseFloat(L2JModSettings.getProperty("ArcherVsRobe", "1.80")); + + BLUNT_VS_HEAVY = Float.parseFloat(L2JModSettings.getProperty("BluntVsHeavy", "2.50")); + BLUNT_VS_LIGHT = Float.parseFloat(L2JModSettings.getProperty("BluntVsLight", "2.00")); + BLUNT_VS_ROBE = Float.parseFloat(L2JModSettings.getProperty("BluntVsRobe", "1.80")); + + FIST_VS_HEAVY = Float.parseFloat(L2JModSettings.getProperty("FistVsHeavy", "2.50")); + FIST_VS_LIGHT = Float.parseFloat(L2JModSettings.getProperty("FistVsLight", "2.00")); + FIST_VS_ROBE = Float.parseFloat(L2JModSettings.getProperty("FistVsRobe", "1.80")); + + DUAL_VS_HEAVY = Float.parseFloat(L2JModSettings.getProperty("DualVsHeavy", "2.50")); + DUAL_VS_LIGHT = Float.parseFloat(L2JModSettings.getProperty("DualVsLight", "2.00")); + DUAL_VS_ROBE = Float.parseFloat(L2JModSettings.getProperty("DualVsRobe", "1.80")); + + SWORD_VS_HEAVY = Float.parseFloat(L2JModSettings.getProperty("SwordVsHeavy", "2.50")); + SWORD_VS_LIGHT = Float.parseFloat(L2JModSettings.getProperty("SwordVsLight", "2.00")); + SWORD_VS_ROBE = Float.parseFloat(L2JModSettings.getProperty("SwordVsRobe", "1.80")); + + POLE_VS_HEAVY = Float.parseFloat(L2JModSettings.getProperty("PoleVsHeavy", "2.50")); + POLE_VS_LIGHT = Float.parseFloat(L2JModSettings.getProperty("PoleVsLight", "2.00")); + POLE_VS_ROBE = Float.parseFloat(L2JModSettings.getProperty("PoleVsRobe", "1.80")); Also there is missing the part about the mages but nothing fatal :) And since there are so many replies that this code is useless or crappy well I don't think its like that ... For sure this code will not balance your server but it will not un-balance it also (If the admin is not idiot and know's what values to put for configs).
  3. Replace: activeChar.setInJail(true, 10); with activeChar.setPunishLevel(PunishLevel.JAIL, 10);
  4. Of course it can be adapted maybe some of the methods used there will not be the same but the language is :) Just add it and where you have error post here we will try to help you.
  5. This thing with the sponsored servers I have seen it in another forum :( Also I think that it will bring more chaos in the forum.
  6. Is it also having the areas build like you can walk in Fantasy Island etc..? Or it is just the map image from H5?
  7. New Lineage 2 PvP Server Experience. Meet your new home! Desired L2 Here are some quick preview features: Instant level 80. Rebirth System with 200x rates after performing rebirth. Special Enchant system. Really nice economy system with medium farm difficulty. Custom weapons and armors with just a little bit better stats then S grade. Much special events. Balanced classes and races. All classes are playable!! And more more more!!! View our website for details.
  8. Why the patch is deleted from all of the sites?
  9. The server is offline now. If you have someting to do with that inform us :)
  10. Most awful enchant rates... Weapons max +16 and armors +8? Well an archer with +16 bow (6k p atak maybe...) hits mage with +8 robe (1800-900 p def...) What happens? 5k crit and mage dies..
  11. The features looks really awesome. I will give it a try when the server is done :)
  12. Waiting to open :) I will play for sure!
  13. Simple handler that is showing one htm file? Well this is not AIO item. This is just "strange" item...
  14. Did you test it? Are you earning any kind of money from that?
  15. Total time logged in: 37 days, 17 hours and 42 minutes.
  16. Your server will start in 1 week and still you do not have website..
  17. Well I cannot say that this didn't shocked me. I have read the sentence bellow. And I have told my self. "Damn it!" But when I continue reading.... In my mind came up something like Whaaaaat? But hey..! Good luck.
  18. Allready created for free.. I can would give link but it is in another forum..
×
×
  • Create New...