Jump to content

Nightw0lf

Legendary Member
  • Posts

    3,029
  • Joined

  • Last visited

  • Days Won

    86
  • Feedback

    0%

Everything posted by Nightw0lf

  1. did you connect your website in your database? :D if yes imagine a ddos attack in your site what damage can do in your game server, well something like that :)
  2. i think you're bored to search elfocrash's account panel has nothing to do with that skin, i found it here and i work with it...
  3. why bother giving them items when they can get them by them selfs 1) select random player 2) //changelvl 1 I provide rooms for private conversations for 2, for more you get discount
  4. Expensive but I see nice Designs.
  5. Gendlemen we are not kids anymore just solve your problems with a match go 1vs1 dota 2 now... tell me match id after xD
  6. poli pithano kai ta html na exoun diaforetika link
  7. what members is the question designer, java/php developer, seo, money provider?
  8. team->upgrade
  9. the panel i see in picture is shared and is for java
  10. java or off? cause java is shared
  11. there are no pridelike servers now its good oportunity
  12. Thanks for sharing, keep up the good work!
  13. any free cpanel has an option to install a free blog via softaculous
  14. maybe you post what you found and ask help fixing them
  15. 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
  16. 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
  17. 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
  18. 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++;
  19. trusted to the point of scamming him xD (joke) good luck! recommended +1
  20. 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.
  21. 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.
  22. @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.
  23. you can make a script to download them from pmforum
×
×
  • 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..