Jump to content

byEvanthe

Members
  • Posts

    16
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by byEvanthe

  1. Thank you very much, but now, if i spawn a raid, i see in chat, but npc isn;t spawned, it's visual bug?
  2. Hello, i use L2jSunrise, and i want to know how i can edit these lines to have possibility to spawn more than 1 raid ( instance )? if (RaidBossSpawnManager.getInstance().isDefined(spawn.getId())) { activeChar.sendMessage("You cannot spawn another instance of " + template.getName() + "."); } else { if (template.isType("L2RaidBoss")) { spawn.setRespawnMinDelay(43200); spawn.setRespawnMaxDelay(129600); RaidBossSpawnManager.getInstance().addNewSpawn(spawn, 0, template.getBaseHpMax(), template.getBaseMpMax(), permanent); } else { SpawnTable.getInstance().addNewSpawn(spawn, permanent); spawn.init(); } if (!permanent) { spawn.stopRespawn(); } activeChar.sendMessage("Created " + template.getName() + " on " + target.getObjectId()); }
  3. Hello, i am looking for a dev which can create in a simple html of community board, pages. Class where i want pages are in voice command. Message me here or in discord byEvanthe#1403
  4. Hello, i use L2Sunrise and i displayed the Faenor drops in html of community board. I created buttons, but doesn;t work. I will put here what i did and someone please tell me why don't work button "next page" and "previous page" In Game Display https://prnt.sc/aV8CYKWeAH52 Code of usedVoicedCommand https://prnt.sc/TbqkOfV8tl1d Code in method sendMainHtml https://prnt.sc/nnLbpkmhJBU1 https://prnt.sc/p7Yd9Jpapd49 If someone can help me to make buttons of pages to work, i will appreciate. Thank you even if you just read this post!
  5. Hello, how i can make premium to affect faenor drops? ( Event like Valentine's Day ) Project L2jSunrise - High Five
  6. Looking for autofarm for High Five. If someone know something, please let me know. Thank you ! My Discord: byEvanthe#1403
  7. Looking for a dev who work with java to create drop runes. Amount + Chance and to be visible on shift+click ( Drop Panel ) byEvanthe#1403
  8. Close this topic from this trash of site ! NOW!
  9. Hello, i am looking for someone who is java developer for High Five project to make Event Drop. This event drop to have this: Start Stop Amount + Chance Time P.S.-Amount, Chance, Time to be in Config This is my Discord byEvanthe#1403
  10. I understand and thank you for your search on google. But, i don't know what i have to to and how! From eclipse folder, ( and what file more exactly) or from my project ( also what file. )
  11. Thank you for reply, but what XML? The problem it's Eclipse. Not my pack. with 2021 i can compile CORE, with 2022, no
  12. Hello, it's not first time when i build a project, in general, this error which you will see become because of Java version/enviroment. Java Enviroment which are required to be added in windows, it is. JAVA_HOME added. In eclipse, i have set java as version to 1.8 ( Java 8u351 ). This is error which i get which i try to compile Core, for Datapack i don't have any issue. If someone can explain me what's wrong and how i can slve it, i will appreciate. Thanks and have a good day ! P.S. With this version of eclipse is working And with version 2022-09 doesn't work !!!! Remember, we speak about the CORE compile! Not the Datapack !
×
×
  • Create New...