Jump to content

wongerlt

Members
  • Posts

    560
  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    0%

Everything posted by wongerlt

  1. Why all time after rr, char heading set to east side. I checked it on acis and frozen, same situation. (Interlude) on database it save correct heading.
  2. Thanks for it. And i got error that "CustomCancelTask.java" file must be "CustomCancelTaskManager.java" so just need to rename it.
  3. what error? and u need make mysql external connection. u can google it keyword "mysql external connect", "mysql remote access"
  4. check on cmd: javac -version java -version u need 1.8.....
  5. npc spawns in xml? ???? :D Very practical.... oh i see and in sql `add_spawnlist`
  6. Its a forum moderators job and no need to post about it in thread. Everyone can report to move thread to other forum.
  7. where u write command? u must write it in "Query"
  8. m send here screenshot droplist table
  9. write it in navicat query. delete from droplist where itemId!=57delete from droplist table where item id not 57. 57 adena id.
  10. Im using this method for many vars in command: String text = ""; Int page = 1; String var = StringUtils.substringBetween(command, "[text] ", " [/text]"); if(var != null) text = var; String var1 = StringUtils.substringBetween(command, " ", " "); if(var1 != null) page = Integer.parseInt(var1); <edit var="search" width=120 height=15> <edit var="page" width=120 height=15> <edit var="other" width=120 height=15> <button value="Search" action="bypass -h admin_test [text] $search [/text] $page [haha] $other [/haha]"> edit fields can be empty if u set default values. like int page = 1; maybe it will be useful for anyone :D
  11. php: echo base64_encode(sha1("tester1", true)); result: TXVHodJ4fHLw6YXYtRlCleSqYUE=
  12. character limit??? :D so if write "a b c" its only 5 character
  13. i think someone have accounts database with decryted passwords. One solution is turn off auto registration and make on website registration with prefixs on login name with google recaptcha.
  14. http://www.maxcheaters.com/topic/79987-buffer/
  15. just remaked ur code for frozen.
  16. yea good idea, just maked on frozen it. http://prntscr.com/g1lvuw
  17. yes, now i see it send with showbard packets.
  18. No. i want set default value, example like in html: <input type="text" id="myText" value="Test"> and in edit field will be text: "Test" But how to do it on Interlude with edit tag?
  19. Hello. How i can add default value to edit box? example <edit var=\"search\" width=120 height=15 val=?? value=??> not working with val or value
  20. try to see here https://github.com/namlehong/lindvior/blob/master/blood/src/main/java/l2s/gameserver/skills/skillclasses/Plunder.java , maybe u find problem
  21. in formulas.java calcMagicSuccess(.... u can see how calculate skill chance. try change skill power
  22. frozen and its synchronized i see upper for (int i = 0; i < STADIUMS.length; i++) public synchronized void run() {
  23. Hello, Some time when starting match teleport two teams to same arena. And i can't find problem. here how work: for (int i = 0; i < STADIUMS.length; i++) { .. .. .... ..... if (STADIUMS[i].isFreeToUse()){ ... ..... ..... ....... try { _olympiadInstances.put(i, new OlympiadGame(i, COMP_TYPE.NON_CLASSED, nextOpponents(Olympiad.getRegisteredNonClassBased()))); _gamesQueue.put(i, new OlympiadGameTask(_olympiadInstances.get(i))); STADIUMS[i].setStadiaBusy(); } ..... ........ Why can set same stadium id? firstly it check is free or no, then if free set stadium to busy.
  24. New season start 2017-07-15 18:00 GMT+2 http://l2custom.com/
  25. oh yes now i see _categoryChance += drop.getChance(); every drop chance add to categry chance. So i will need to edit code. Thanks.
×
×
  • 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..