L2j Features working?

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Kane Hart
Posts: 16
Joined: Wed Oct 26, 2005 4:48 pm

L2j Features working?

Post by Kane Hart »

I was today asked these questions darn smart ass people haha. I was wondering since I'm so new and don't even know what hes talking about I would just quote it here.
h5 skills working?
frintezza,zaken instanced?
h5 zones and quests from h5 zones and freya zones working?
Half kill/lethal enabled on fort/castle npc`s and mobs?
all 7s quests working?i mean all 12 of them

Answer theese questions for me pls...
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: L2j Features working?

Post by Zoey76 »

High Five:
Player skills are working, some of them has custom values.
New Freya areas:
  • Plains of the Lizzardmans (Done, missing some quest, will be done shortly).
  • Seed of Annihilation (Done)
  • Labyrinth of the Abyss (Not done)
  • Beast Farm (Partially done, missing some AIs).
  • Pavel Ruins (Not done?)
  • Monastery of Silence (Partially done, missing some AIs).
  • Antharas' Lair (Not done)
  • Dragon Valley (Not done)
Instanced bosses not implemented, there is a viewtopic.php?f=49&t=22689 topic.
Half Kill I think is disabled, anyway is quite easy to fix (castle/fort npcs :shock: ).

Seven Sings quest not implemented, up to the 7th could be done shortly:
Seven Signs, Secret Ritual of the Priests.
Seven Signs, Seal of the Emperor.
Seven Signs, Sacred Book of Seal.
Seven Signs, Embryo.
Seven Signs, Girl of Doubt.
Seven Signs, Forbidden Book of the Elmore-Aden Kingdom.
Seven Signs, To the Monastery of Silence.
Seven Signs, Solina's Tomb.
Seven Signs, One Who Seeks the Power of the Seal.
Powered by Eclipse 4.30 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
Kane Hart
Posts: 16
Joined: Wed Oct 26, 2005 4:48 pm

Re: L2j Features working?

Post by Kane Hart »

Thanks Zoey76, This makes my life really easy.
User avatar
morpheus2399
Posts: 54
Joined: Thu Jun 03, 2010 6:07 pm
Location: Germany

Re: L2j Features working?

Post by morpheus2399 »

seven sign 195 - 198
fixet vor l2jserver

items working

Code: Select all

<item id="13808" type="EtcItem" name="Elmoreden Holy Water">        <set name="icon" val="icon.etc_holy_water_i00" />        <set name="default_action" val="skill_reduce" />        <set name="etcitem_type" val="elixir" />        <set name="material" val="fish" />        <set name="is_tradable" val="false" />        <set name="is_dropable" val="false" />        <set name="is_sellable" val="false" />        <set name="is_stackable" val="true" />        <set name="handler" val="ItemSkills" />         <!-- add -->        <set name="item_skill" val="2633-1" />    </item>    <item id="13809" type="EtcItem" name="Court Magician's Magic Staff"> <!-- type="Weapon" to type="EtcItem"-->        <set name="icon" val="icon.weapon_apprentices_rod_i00" />        <set name="default_action" val="skill_reduce" />        <set name="etcitem_type" val="elixir" />        <set name="material" val="fish" />        <set name="is_tradable" val="false" />        <set name="is_dropable" val="false" />        <set name="is_sellable" val="false" />        <set name="is_stackable" val="true" />        <set name="handler" val="ItemSkills" />         <!-- add -->        <set name="item_skill" val="2634-1" />        </item>
You do not have the required permissions to view the files attached to this post.
User avatar
DareStrike
Posts: 376
Joined: Sun May 01, 2011 1:20 pm

Re: L2j Features working?

Post by DareStrike »

last version hi5
Disciple.java
this error :S

pl.showQuestMovie(ExStartScenePlayer.SSQ_SEALING_EMPEROR_1ST);
Post Reply