Jump to content

Lioy

Members
  • Posts

    408
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Lioy

  1. Sounds boring to do it for free. (Not only to me)
  2. Would be better if requester set his own item from his inventory as reward :P
  3. Config is optional, you can just add the return true statement but for sure it's always better to add configs (easy management , change things in server without server restarts if the config's variables are used directly , etc). You need this public static boolean ALT_GAME_SUBCLASS_EVERYWHERE; and then to give this variable a value. ALT_GAME_SUBCLASS_EVERYWHERE = yourPropeties.getProperty("AllowSubclassEverywhere",true); and then in your "yourProperties.properties" file you add AllowSubclassEverywhere = true . Simple enough , if not.. just see how others work.
  4. true.. who uses mysql_connect nowdays? Or even better , PDO.
  5. You can't even compare this with the olympiad. This shows actually the real "best" guy in every class , olympiad doesn't since a player can play both class vs other class and class vs class. Sounds small difference , but actually it's big.
  6. Also it's ok for a live server, sending userinfo,charinfo packets every 1 sec isn't a problem. (That's what I think ofc , I don't say it's the truth , correct me if I am wrong )
  7. Well isn't that the only way that can be done?
  8. yea something like that public CheckCouple() { ThreadPoolmanager.getInstance().blabla.schedule() }
  9. You want to start this thread when the gameserver starts actually , so create a new class with SingletonHolder_ to create only 1 object(see an example if you didn't understand) and just put MyClass.getInstance() on Gameserver.java , the constructor of the class will just start the Thread.
  10. Main structure: for(L2PcInstance p : L2World.getBlabla.getPlayers() { if(p==null) continue; for(L2PcInstance near : p.getKnownList().blabla.get(L2PcInstance.class),100) { if(near==null) continue; if(near classId == gladiator class id) //slow him } }
  11. You can play with knownlist and check the classId. Make something like a global thread that it will check it every 1 seconds for example. It will read some objects(L2PcInstance) , so I don't think it will be heavy for the server. for(L2PcInstance p : L2World.getBlabla.getPlayers() { if(p==null) continue; for(L2PcInstance near : p.getKnownList().blabla.get(L2PcInstance.class),100) { if(near==null) continue; if(near classId == gladiator class id) //slow him } }
  12. Loled , you are very smart money-maker , oo.. ddosguard is a good choice :P
  13. Damnn sorry , it's a long time since the last time I posted something :D
  14. Thank you , waiting for many opinions. Also don't forget to tell us about custom or not.
  15. Hello gyes I need your opinion about Interlude PvP server Enchant system. Notice that blessed scrolls are 100% and they will be taken only from raid bosses and olympiad. Please tell us also if you would like a NON custom server or a custom server ( Custom weapons , armors ) . Also if you select "Other" at crystall scrolls question , tell us what would you want exactly.
  16. Well unfortunately I don't think you will find something that will cover you except lameguard.
  17. Buy lameguard , your best solution.
  18. A clean , good handled Frozen can be enough good, so it's bad to feedback like that :P
  19. +1 for https://ddosguard.eu/ Have bought 1 computer , no problems , no downtimes .
  20. Didn't see that papapap. Anyway I will help you when I go at my main computer.
  21. hero for ever? hero until restart? hero for x time? You must tell us this one first :P
  22. At least tell us a time that will be opened , maybe not exactly but whatever. Ppl ask you in forum and you don't give an answer. That's bad. Peace , I like your server , I play there.
×
×
  • 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