Jump to content

[Share-Guide]Scroll Of Mage & Fighter


Recommended Posts

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>

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 3 years later...

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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?

 

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.
Note: Your post will require moderator approval before it will be visible.

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.



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