Jump to content

Nightw0lf

Legendary Member
  • Posts

    2,836
  • Credits

  • Joined

  • Last visited

  • Days Won

    38
  • Feedback

    0%

Everything posted by Nightw0lf

  1. the panel i see in picture is shared and is for java
  2. there are no pridelike servers now its good oportunity
  3. Thanks for sharing, keep up the good work!
  4. any free cpanel has an option to install a free blog via softaculous
  5. maybe you post what you found and ask help fixing them
  6. thats the easy way but if he decide to change or add donate skills he will not be able thats why i tried this, btw i got an email today from l2jfrozen as i think many of us old users did frozen is on sale xD
  7. you just look for valid target I think, if you spam with your keyboard a skill its the same thing to spamm a skill for a bot until the cool down is finish... but its a bot so "work" or "flowless" is not expected
  8. that means there was no more available skills to enchant did you try to clean your skills? try to make that change in line 127 and remove the previous change
  9. according to their latest source in 2016 (that I would never recommend using for live server) here https://app.assembla.com/spaces/L2jFrozenInterlude/subversion/source/HEAD/gameserver/trunk/head-src/com/l2jfrozen/gameserver/model/actor/instance/L2FolkInstance.java in line 233-234 add the following the concept is to not show the skill in skill list of enchantment if its level is >= to 12, not tested should work if not this is where you make your changes so you can figure it out. if (s.getLevel() >= 12) { continue; } it will be like that if (sk == null) { continue; } if (s.getLevel() >= 12) { continue; } counts++;
  10. trusted to the point of scamming him xD (joke) good luck! recommended +1
  11. you already got scammed by a team you mean, you only query data from database once in 5 minutes you store the timer into a text file (or you check last time the cache files edited) and you create cache files of raids/tops etc... or you can do it with cron job anything else than those 2 solutions is garbage. PS: if this team was in this forum report section to get them what they deserve. PS: drupal is a CMS and laravel is a framework, google them and you will get it.
  12. you need to use object and try/catch with resources in order to avoid such messages then ask your money back cause in order to fix something broken is worse than buying new one. plus your site might be under ddos you need knowledge on how to ban IP's with denial of their access to site there is alot behind that (google cloudflare), anyone that offers you less than a well documented php website that is focused on protection is same as throwing your money into the wind.
  13. @see com.l2jfree.gameserver. :'''D ontopic check requestbypasstoserver packet and another command handler and check inside htm's too you will propably understand by your self how it works its not hard.
  14. you can make a script to download them from pmforum
  15. if you have camera they can record you pleasing your self while watching porn
  16. here is a how to get private int something; public getValueOfSomething() { return something; }
  17. you can open a VPS server with 400 on without lags with 100mb (unless you get ddos attack vps usually has this protection) you only need 8 gigs ram to open navicat/eclipse-compile if you want +geodata but it will be almost full ram (you can upgrade your pack later if you get more than 500 online) the how fast it can be depends on the following reasons 1) if you are not lucky the other VPS that are set on the same machine downloading (lag) 2) the other VPS in the same machine are using CPU (spikes) 3) your CPU is not atleast dual core 4) you dont have SSD that means lag on read/write data that claims DB mostly 5) VPS Crash (its more common than dedicated to crash) 6) your pack how much ram uses if has memory leaks and so on. I recommend VPS is cheap for start and if you have big problems (wich i doubt) then upgrade or ask support to move you.
  18. you need antibot protection, there are some but paid.
  19. truth is acis has more retail features and no speed issues but missing basic gameplay features that (even) frozen has them but if you're going for pvp server acis is easy to add anything (while frozen you have to edit everything) for craft none of those 2 you should change to higher chronicle
  20. nomizw oti exei pio apli prosegisi apo tin stigmi pou exei to skill simenei oti einai kai sto skill list kai to id kai to level tou skill
  21. gia na peraseis to sigekrimeno patch se 370 prepei na exeis dei ta patch tou acis kai na ksereis ti alages iparxoun sto sigekrimeno iparxoun onomasies klasewn pou exoun alaksei apo sxedon olokliro to patch kapoios pou den kserei kai zitaei voithia den tou leme eukolo fenete
  22. update the jdk set eclipse to point at jdk 1.8 or 1.7 whatever the pack needs its at least more than 1.6 "since it requires a 1.6 compliant JVM " google this if you have more trouble
×
×
  • Create New...