Jump to content

Nightw0lf

Legendary Member
  • Posts

    2,984
  • Joined

  • Last visited

  • Days Won

    74
  • Feedback

    0%

Everything posted by Nightw0lf

  1. https://prnt.sc/178x5z9
  2. @LordPanic badge as developer and support (he also done shares so if there is a badge for that) @Tryskell the badge of support master @Kara badge of support master based on their activity.
  3. https://www.google.com/search?client=firefox-b-d&q=pastebin+tvt+l2jacis
  4. database installer was success try Navicat cracked or heidiSQL to be sure about your database about the errors https://stackoverflow.com/a/56397188/8603433 follow this solution, something is not done right
  5. first of all you need that google search then take a look here next is google then is google then import project aCis 382 on eclipse setup the jdk environment build successfully the project run the build files to your question on apply patch 1) right click on project 2) hover menu team 3) click on apply patch 4) select the .diff file 5) follow the wizzard if you fail come back here if you success congrats
  6. short answer you cant since you miss all previous revisions
  7. Hidden Content. You need to become Premium Member in order to view this. respect the forum !
  8. another 700euro purchase thanks
  9. for me that is fast bug fixing congrats and good luck
  10. https://prnt.sc/15q1qrx change this links will fix your ssl issues in your ucp section
  11. no that would make the pack worth money. BTW how much for yours? 0.05cents deal?
  12. another 499 euro purchase thanks :'D
  13. @emted or @DenArt Designs
  14. paid answer give his cookies
  15. just build datapack with java whatever too. also in java is hardcoded too the version of the build in script engine java-engine.jar also need to be updated for some packs
  16. thank you for share, a couple of things the first file i've open didnt tell me much about the pack and the developer public static void unspawn() { NpcData table = NpcData.getInstance(); try (Connection con = ConnectionPool.getConnection(); PreparedStatement ps = con.prepareStatement(LOAD_HIGH_RATE); ResultSet rs = ps.executeQuery()) { while (rs.next()) { int pointer = 1; int npcId = rs.getInt(pointer++); int locX = rs.getInt(pointer++); int locY = rs.getInt(pointer++); int locZ = rs.getInt(pointer++); int heading = rs.getInt("heading"); respawnTime = rs.getInt("respawn_delay"); NpcTemplate tp = table.getTemplate(npcId); if (tp != null) { _npcSpawn1 = new Spawn(tp); _npcSpawn1.setLoc(locX, locY, locZ, heading); _npcSpawn1.setRespawnState(true); _npcSpawn1.setRespawnRandom(Config.DUNGEON_NPC_DOSPAWN); Npc npc = _npcSpawn1.doSpawn(false); if (npc instanceof Monster) npc.setInstanceId(InstanceMap.HighRateInstanceId, true); else { // err } } } ps.execute(); } catch (Exception e) { e.printStackTrace(); } } else { error } random static access public static void Finish_Event() { desSpawn(); unspawnNpc2(); _started = false; _finish = true; if (!AdminDungeon._bestfarm_manual) InicialDungeon.getInstance().StartCalculationOfNextEventTime(); else AdminDungeon._bestfarm_manual = false; for (Player player : World.getInstance().getPlayers()) { if (player != null && player.isOnline()) { CreatureSay cs = new CreatureSay(player.getObjectId(), SayType.HERO_VOICE, "", ("Next Dungeon: " + InicialDungeon.getInstance().getNextTime()) + " (GMT-3)."); // 8D player.sendPacket(cs); } } } con.close, wheird stuff when using try/catch with resources protected static void desSpawn() { NpcData table = NpcData.getInstance(); try (Connection con = ConnectionPool.getConnection(); PreparedStatement ps = con.prepareStatement(LOAD_HIGH_RATE); ResultSet rs = ps.executeQuery()) { while (rs.next()) { int pointer = 1; int npcId = rs.getInt(pointer++); NpcTemplate tp = table.getTemplate(npcId); if (tp != null) { if (_npcSpawn1 == null) return; _npcSpawn1.getNpc().deleteMe(); _npcSpawn1.setRespawnState(false); SpawnTable.getInstance().deleteSpawn(_npcSpawn1, false); } } con.close(); ps.executeUpdate(); } catch (Exception e) { e.printStackTrace(); } // teleport players back, cleanup everything else world.destroy(); world = null; } overall bad coded customs, also i am not sure if this is a version of acis that can be shared but if not thank you
  17. you need to build project with java 1.6 compliance its not hard you just select the version to build it from project settings https://prnt.sc/15733il
  18. trusted guy and i work with him for years he delivers always
  19. i've actually added quite a few just to have them sad they expire soon tho so people pick em fast i did 1200 euro checkout :'D
  20. are you looking somebody for free or?
  21. bro are any of those stuff that i reported fixed? anything i mean mostly the code leaks are a serious problem because 100 leaks multiply per player in most cases and server will crush/lag
  22. :notbadn:

    1. Ugleethyn
    2. Destorion

      Destorion

      psonistike o trelos hahahahahahaha...!!!! Megies megies 😄 

  23. just put a cloudflare "infront" of your host and you are gg, in the hosts i mention you can add a cloudflare with 2 clicks from cpanel
×
×
  • 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