Jump to content

rullezz

Members
  • Posts

    396
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by rullezz

  1. script buffer i mean skills work from skills folder not from python buffer

    This buffer you can see in l2jserver pack in Mods folder with name "NpcBuffer"

    it core buffer? :/ i ask bcuz i don't understand what you mean with script and core :)

     

    look:

    <html><title>Buffer</title>

    <body>

    <center>

    <img src="L2UI_CH3.herotower_deco" width=256 height=32><br><br>

    Please tell me the buff you would like.<br><br>

    <a action="bypass -h npc_%objectId%_Buff 530">Dance of Alignment</a><br>

    <a action="bypass -h npc_%objectId%_Buff 307">Dance of Aqua Guard</a><br>

    <a action="bypass -h npc_%objectId%_Buff 276">Dance of Concentration</a><br>

    <a action="bypass -h npc_%objectId%_Buff 309">Dance of Earth Guard</a><br>

    <a action="bypass -h npc_%objectId%_Buff 274">Dance of Fire</a><br>

    <a action="bypass -h npc_%objectId%_Buff 275">Dance of Fury</a><br>

    <a action="bypass -h npc_%objectId%_Buff 272">Dance of Inspiration</a><br>

    <a action="bypass -h npc_%objectId%_Buff 277">Dance of Light</a><br>

    <a action="bypass -h npc_%objectId%_Buff 311">Dance of Protection</a><br>

    <a action="bypass -h npc_%objectId%_Buff 366">Dance of Shadows</a><br>

    <a action="bypass -h npc_%objectId%_Buff 273">Dance of the Mystic</a><br>

    <a action="bypass -h npc_%objectId%_Buff 310">Dance of the Vampire</a><br>

    <a action="bypass -h npc_%objectId%_Buff 271">Dance of the Warrior</a><br><br>

    <button action="bypass -h npc_%objectId%_Chat 0" value="Back" width=200 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br><br>

    <img src="L2UI_CH3.herotower_deco" width=256 height=32><br>

    </center>

    </body>

    </html>

     

     

    I just need to remake or make one skill to heal my cp,hp,mp like a wind walk give me speed.

    A and cancel skill.

  2. Here you have an little error evasion shield reflect damge + run speed :P need little replace stats

    <item id='11127' name="Shield of Reflection">

      <for>

        <sub val='8' order='0x10' stat='rEvas'/>

        <set val='276' order='0x08' stat='sDef'/>

        <set val='20' order='0x08' stat='rShld'/>

        <enchant val='0' order='0x0C' stat='sDef'/>

      </for>

    </item>

    <item id='11128' name="Shield of Evasion">

      <for>

        <add val='15' order='0x40' stat='runSpd'/>

        <set val='276' order='0x08' stat='sDef'/>

        <set val='20' order='0x08' stat='rShld'/>

        <enchant val='0' order='0x0C' stat='sDef'/>

        <add order="0x40" stat="reflectSkillPhysic" val="50"/>

        <add order="0x40" stat="reflectSkillMagic" val="50"/>

      </for>

     

     

    P.S. sorry for duble post i can't edid my first :/

  3. see the id from npc , go to navicat at droplist table search with the npc id and delete his drops.

    done. :)

    lol did you read anather posts? you don't see what i say? look little up

    mmm...go to navicat open droplist and delete drops what you don't need ...make rr and add you drops what you need(if you open an pvp server it not problem)

     

  4. Hi guys!

    How i can make skill to heal CP,MP,HP and added it to buffer like this:

    <button action="bypass -h npc_%objectId%_Buff 1204" ...........>

     

    And one anather skill for Cancel all buffs what i have....? again like this:

    <button action="bypass -h npc_%objectId%_Buff 1204" ...........>

     

    I have seen it in most of l2 servers but i don't know how to remake skill to Heal my (CP,HP,MP)

     

    thx.

  5. Two Floran Test Helpers NPCs (IDs 31756 and 31757) are blocking the entrance of one of the new Custom Clan Halls.

    Fix: 

     

      1. INDEX: sql/spawnlist.sql

      2. ===================================================================

      3. --- sql/spawnlist.sql (revision 7179)

      4. +++ sql/spawnlist.sql (working copy)

      5. @@ -30108,8 +30108,8 @@

      6. (60017,'Elven Village',1,31757,45414,49296,-3067,0,0,53000,60,0,0),

      7. (60018,'Elven Village',1,31756,47648,51296,-2989,0,0,38500,60,0,0),

      8. (60019,'Elven Village',1,31757,47680,51255,-2989,0,0,38500,60,0,0),

      9. -(60020,'Floran Village',1,31756,17956,170536,-3499,0,0,48000,60,0,0),

      10. -(60021,'Floran Village',1,31757,17913,170536,-3499,0,0,48000,60,0,0),

      11. +(60020,'Floran Village',1,31756,18132,170532,-3504,0,0,48000,60,0,0),

      12. +(60021,'Floran Village',1,31757,18067,170534,-3504,0,0,48000,60,0,0),

      13. (60022,'Town of Dion',1,31756,15584,142784,-2699,0,0,16500,60,0,0),

      14. (60023,'Town of Dion',1,31757,15631,142778,-2699,0,0,16500,60,0,0),

      15. (60024,'Dark Elven Village',1,31756,11340,15972,-4577,0,0,14000,60,0,0),

     

     

    P.S. why i can't Edit my Posts? :/

  6. At this time, it's not possible to give IP ban without touching config files and restarting LS (afaik) so I've spent last days by rewriting this. I've extended LS/GS protocol so you can block/unblock IP address from the game by simply writing //blockip <ip> [dd.MM.yy] [HH:mm] or //unblockip <ip>. You can still ban whole IP range with command e.g. //blockip 10.0.0.0.

     

    When used, GS will send BlockAddress/UnblockAddress request to LS, which will process it and returns BanInfo with information about which IP address has been blocked/unblocked and the success. The message is shown to all online GMs. The banlist has been moved to the database (reason column is excessive at this time, maybe I'll use it for some web banlist).

     

    Date and Hour formats of the blockip command are configurable :)

     

    Download: http://www.4shared.com/file/257825949/c478df6c/Patches.html

    Credits: RiZe

     

    WARNING: It's not tested.

  7. Easy system for giving rewards. Can be used if player is offline. :-)

     

    If player have some items on list, popup is opened with information about items, then player can go to merchant and take from him items.

     

    To prevent some questions : there is no support in client for giving enchanted items, with element etc. just simple item=>quantity.

     

     

    Screen:

    http://img97.imageshack.us/i/shot00149.jpg/

    http://img23.imageshack.us/i/shot00150za.jpg/

    http://img205.imageshack.us/i/shot00151g.jpg/

    http://img532.imageshack.us/i/shot00152.jpg/

     

    Working on l2j epilogue

    Download: http://www.4shared.com/file/257813368/ee152da2/PremiumItems.html

    Credits : Gnacik

     

  8. i don't know why but for me don't work i have this error

     

    java.lang.NoClassDefFoundError: javax/swing/GroupLayout$Group

    at eu.l2jcustom.l2jeditor.Main.main(Main.java:35)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

    at com.exe4j.runtime.WinLauncher.main(Unknown Source)

     

×
×
  • Create New...