Jump to content

Recommended Posts

Posted

Well Hello.Thats my first thread there and I hope that my guid ewill be helpful.

 

Originally a buff should look like like this. ( I will take the prophet buff Focus for example )

 

  <skill id="1077" levels="3" name="Focus"

    enchantLevels1="30" enchantLevels2="30">

    <table name="#enchantMagicLvl">

      76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81

      82 82 82 82 83 83 83 84 84 85 85 85

    </table>

    <enchant1 name="magicLvl" val="#enchantMagicLvl" />

    <enchant2 name="magicLvl" val="#enchantMagicLvl" />

    <table name="#ench1time">

      1240 1280 1320 1360 1400 1440 1480 1520 1560 1600 1640

      1680 1720 1760 1800 1840 1880 1920 1960 2000 2040 2080

      2120 2160 2200 2240 2280 2320 2360 2400

    </table>

    <table name="#ench2MpConsume">

      37 36 36 35 34 34 33 32 32 31 31 30 29 29 28 27 27 26

      25 25 24 24 23 22 22 21 20 20 19 19

    </table>

    <table name="#ench2MpConsume_Init">

      9 9 9 9 9 9 8 8 8 8 8 8 7 7 7 7 7 7 6 6 6 6 6 6 5 5 5

      5 5 5

    </table>

    <table name="#mpConsume_Init">5 8 10</table>

    <table name="#mpConsume">18 31 38</table>

    <table name="#Tab-rCrit">0.2 0.25 0.3</table>

    <table name="#aggro">243 418 495</table>

    <set name="mpInitialConsume" val="#mpConsume_Init" />

    <set name="mpConsume" val="#mpConsume" />

    <set name="power" val="0.0" />

    <set name="target" val="TARGET_ONE" />

    <set name="reuseDelay" val="6000" />

    <set name="hitTime" val="4000" />

    <set name="skillType" val="BUFF" />

    <set name="isMagic" val="true" />

    <set name="operateType" val="OP_ACTIVE" />

    <set name="castRange" val="400" />

    <set name="effectRange" val="900" />

    <set name="aggroPoints" val="#aggro" />

    <enchant2 name="mpConsume" val="#ench2MpConsume" />

    <enchant2 name="mpInitialConsume"

      val="#ench2MpConsume_Init" />

    <for>

      <effect count="1" name="Buff" time="120" val="0"

        stackOrder="#Tab-rCrit" stackType="rCrit">

        <basemul order="0x30" stat="rCrit" val="#Tab-rCrit" />

      </effect>

    </for>

    <enchant1for>

      <effect count="1" name="Buff" time="#ench1time"

        val="0" stackOrder="1.3" stackType="rCrit">

        <basemul order="0x30" stat="rCrit" val="0.3" />

      </effect>

    </enchant1for>

  </skill>

 

 

You should change

 

<set name="skillType" val="BUFF" /> ---------------> <set name="skillType" val="CONT" />

 

 

<effect name="Buff" time="120" count="1" val="0"> -----> <effect name="Buff" time="3" count="0x7fffffff" val="0">

 

<effect name="Buff" time="#ench1time" count="1" val="0"> ------> <effect name="Buff" time="3" count="0x7fffffff" val="0">

 

Thanks for reading.

 

Guest
This topic is now closed to further replies.


  • Posts

    • L2JMobius C1 System C1 + bonus textures C3 for C1 https://www.mediafire.com/folder/6oh7l7hf34xr9/C1
    • https://prnt.sc/Bkkc0ShGXv9m https://prnt.sc/-JFLvZXsn27A
    • Hello guys want to sell adena in L2 Reborn Signature x1  Stock =14kk good price 
    • Hi guys, I have the following problem, I want to set up two servers on the same dedicated server and I can't.   L2jacis 409 Linux Server. The first gameserver has the following configuration: # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 190.25.103.103 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7777 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 1 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server1 Login = server1 Password = server1 I configured the second gameserver like this:   # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 0.0.0.0 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7788 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 2 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server2 Login = server2 Password = server2 apart from having tested 0.0.0.0 on the second gameserver I also tried 127.0.0.1 In both cases I see the two servers in the login when I log in, but I try to enter the one with the lowest ping and it kicks me out. The other server always appears with ping 9999 and I try to enter but it doesn't do anything and it freezes the login so I have to log in again. The hexids are in their respective folders. For server 1, it has its hexid inside the gameserver config folder, and I checked that the hexid id is the same id, for example id 1 in the gameserver is also id1 for server 1, and hexid 2 has its hexid 2 for server 2. The server ports are open and listening when I turn on both gameservers. I really don't know what could be wrong. If you could give me some help I would appreciate it. Excuse my English.
  • Topics

×
×
  • Create New...