Jump to content

hellbound [Gracia Epilogue] [L2J] PlayINERA - Vanilla


FixerRay

Recommended Posts

Hello everyone!

Big News ahead! But first, lets talk about the current state of the server.

As promised Vanilla will continue to exist for a long time. A small group on players still take joy in playing the current world we have build for them, rest assured this joy will not be taken from you .

Let's begin with a brief introduction, or should I say reintroduction.

GM @Origins will be picking up the mantle as GM once again. He has been around since the first server was created, and with his council the essence of the INERA servers was created. He assumed the roll of a casual player this last season, and has provided me with insight.

As you might have already guessed, this new team addition comes along with the news you were awaiting to hear!

A new server is in the making! The exact specifications are not yet decided, mostly because we also want the community to have a say. In the following days a set of pools will be made, the results will guide us take the best decisions in creating this new world.

So let the HYPE begin!

INERA Team.

Join our Discord and Vote for Low - Mid rate!

Discord: https://discord.com/invite/WD8fWf5

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Hello everyone, I need help with a script I found on the internet for auto target. It's working fine, but it targets any player in PvP, and I want to block certain classes. I added the condition and not ((User.ClassID = 27) or (User.ClassID = 103)) to the script, but after that, it doesn't target any class at all. I want it to target only specific classes defined in the script.           if (user.DistTo(Char2) < radius_max)         and not (char2.ismember)         and not (char2.dead)         and not (user.clanid = char2.clanid)         and not ((User.ClassID = 27) or (User.ClassID = 103))         and (char2.pvp) then          begin
    • Remove the if part of the code:   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());  
    • 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()); }  
    • για σας εχεισ κανεις την database του l2 trinity  ?  ευχαριστω 
    • Sorry I can't reveal my server information to you. If you are really interested then pm me and come to my server to test it
  • Topics

×
×
  • Create New...