Jump to content

Recommended Posts

Posted

Man i cant find the scroll.java file in my l2jfree epilogue pack... can u help me?

yes in eplogue is different way to add this

first you must ad scroll in etcitem.sql and then make skill

for example of windwalk

 

  <skill id="2318" levels="1" name="Scroll of Wind Walk - Event Use">
    <set name="itemConsumeCount" val="1"/>
    <set name="target" val="TARGET_SELF"/>
    <set name="hitTime" val="4000"/>
    <set name="staticHitTime" val="true"/>
    <set name="skillType" val="BUFF"/>
    <set name="operateType" val="OP_ACTIVE"/>
    <cond msgId="113" addName="1">
      <player flyMounted="False"/>
    </cond>
    <for>
      <effect name="Buff" time="3600" val="0" stackOrder="40" stackType="speed_up">
        <add order="0x40" stat="runSpd" val="33"/>
      </effect>
    </for>
  </skill>

Posted

yes in eplogue is different way to add this

first you must ad scroll in etcitem.sql and then make skill

for example of windwalk

 

  <skill id="2318" levels="1" name="Scroll of Wind Walk - Event Use">
    <set name="itemConsumeCount" val="1"/>
    <set name="target" val="TARGET_SELF"/>
    <set name="hitTime" val="4000"/>
    <set name="staticHitTime" val="true"/>
    <set name="skillType" val="BUFF"/>
    <set name="operateType" val="OP_ACTIVE"/>
    <cond msgId="113" addName="1">
      <player flyMounted="False"/>
    </cond>
    <for>
      <effect name="Buff" time="3600" val="0" stackOrder="40" stackType="speed_up">
        <add order="0x40" stat="runSpd" val="33"/>
      </effect>
    </for>
  </skill>

Please i wanna use your scrolls but i dont know how to add it to my gracia l2jfree server. If you can explain more because with the above i didnt understand... :(

 

 

thank you

  • 3 years later...
Posted

Geia sas mporw na rwtisw kati sxetiko me scrolls.

Lipon eftiaxa ena scroll gia na tilemetaferese:

    case 9989 :
                                _activeChar.sendMessage("You are being teleported to Hero Boss");
                                _activeChar.teleToLocation(113644,15093,9560, true);  // Hero Farm Place
                                break;

 

Pws mporw na to kanw mono gia heros?
Please help me

Posted (edited)

Geia sas mporw na rwtisw kati sxetiko me scrolls.

Lipon eftiaxa ena scroll gia na tilemetaferese:

    case 9989 :

                                _activeChar.sendMessage("You are being teleported to Hero Boss");

                                _activeChar.teleToLocation(113644,15093,9560, true);  // Hero Farm Place

                                break;

 

Pws mporw na to kanw mono gia heros?

Please help me

Like that:

case 9989 :
+if(activeChar.isHero)
+{
        activeChar.sendMessage("You are being teleported to Hero Boss");
        _activeChar.teleToLocation(113644,15093,9560, true);  // Hero Farm Place
        break;
+}
Edited by `iAndre
Posted

geia sas mou petaei ena error otan vazw auto to kwdiko 9998    Scroll of Mage        Puts Mage's Full Buff."    -1                    0    0    0    
9999    Scroll of Fighter        Puts Fighter'
s Full Buff."    -1                    0    0    0     
sto itemname-e.dat kserei kapios ti mporw na kanw?

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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