Jump to content

adenaman

Members
  • Posts

    369
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by adenaman

  1. i dont get it, concat + SQLExecDirect() ? or whatever is in c#, because you are not going to do much more, database phisical design is kinda closed and completed enought. What do you add for l2j db? i mean its nice to code things but this is kinda useless, unless you have a great idea to improve l2j db and i mean great just to know, atm is only for mysql, and you dont use odbc, rite?
  2. prolly, i have some mad weekend today nuke search engine of your forum -> a lot of db queues (search secundary index, primary index, take rows from hdd ) + TCP/IP information nuke echo request (ping) -> only TCP/IP
  3. the best thing is to focus at search engine, but ofc many forum systems have protection against that (x searchs per ip // search only if y // ...) like capthca codex for register accounts. This both ways, you try to fuk up database engine and not only the network ( what will be done with infinite pings) my question is: can you work with more than one database (not tables) at the same time from one process? i mean have 2 connections at the same time
  4. thats bullsh1t titans did nothing, gods invented that alone then you need to check HW key in the L2 client, and if im not wrong thats not implemented in the normal clients
  5. ? http://svn.l2jserver.com/trunk/L2J_Server/java/com/l2jserver/gameserver/instancemanager/AntiFeedManager.java
  6. what does this corrected bot has than other dont?
  7. take care he has a bow +15 and know how to use it
  8. - Remember that this section is international, so you can't use your own native language, whenever you're willing to. check rules next time http://maxcheaters.com/forum/index.php?topic=218170.0 the main thing is to keep this forum clean, if international ppl can not read it, why would it be here? :)
  9. then terra online / blade and soul / hello kitty online? let the guy do whatever he want
  10. before "build failed" eclipse may show you where is the error, check it again plz
  11. u cant just add the exp, or ppl will just spam that button to get max lvl u need to: - all chars start with custom undropeable/tradeable/.. item that will be taken from them at using this or - add a boolean var at l2pcInstance to know if that char used this or not or - check settings cos there mght be (i am not sure) somthing like that or - at create char add the exp
  12. where is the problem?
  13. u can target party members and assist them
  14. well take a look at mxc forum and u will see the same questions. I dont know what problem do you have with frozen, its not like they are making money from their pack or smth
  15. search it it must be shared somewhere here
  16. checkConditions is used before teleport, but the players does teleport and then teleported back try to put return true at start of the function take a look if you get: _log.info("Final Emperial Tomb started " + template + " Instance: " + instanceId + " created by player: " + player.getName()); btw: wtf? 515: world.status += 1; ? ? ? = 1; return ? ? ?; } finally { world.lock.unlock();
  17. find the client packet and check if he is at pvp / oly / karma / ...
  18. your second collection is a reference to your "main" colection, u have not used new so there is no another instance of colection, if you delete something from the collection, no mater what reference you use(l2worlds or yourNewClass), there is only one collection
  19. they have their own ai http://svn.l2jdp.com/trunk/L2J_DataPack/dist/game/data/scripts/ai/group_template/Monastery.java
  20. no, that is bd system to work in ram (the space that it will use to load the files or leave them at hdd and use any kind of index system) what the html error tell you is that you can edit valakas drop from your db (with navicat or another program) i dont know where that check may be, maybe network packets or at adminhandler where is the function to change the drop, but i am not the one that should search it
  21. i dont remmeber but if im not wrong html had max characters that could be showed, and that was because of the client, so the best thing that you can do is to modificate the code to show it in 2 (or more) windows with a [previous][next] buttons
  22. we could say that the best server is the ncsoft one, that is now bugged with sieges for ever, so there is just not "best" pack, only "better" than others anyways i cant understand why ppl need to call it "free" or "not free", "best", "worst", ... you understand how acis system and what features it has, so where is your problem?
  23. thats sounds like a Task take a look at java/com/l2jserver/gameserver/taskmanager/ and extend another task
  24. maybe u need to change it to public void getOnlineTime() { return _onlineTime + (time when he log on) - System.currentTimeMillis(); } [code] cos i dont know if it update online time if you dont save & load the character
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..