Jump to content

Kolibri

VIP Member
  • Posts

    90
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Kolibri

  1.  

     

    UseItem.java

     

      if (activeChar.getClassId().getId() == 91)

            {

                if (item.getItemType() == L2WeaponType.BOW)

              {

              activeChar.sendMessage("bla bla bla bla");

                return false;

                }

            }

     

     

     

     

    thanks dude and smthng else may i add a config file?

  2. Nuff said you should not use it, you'll be a newbie even after decades if you use such packs. But anyway its pretty shitty copy paste land so it should not be hard to sync anything into it, just search on l2j timeline for the weapon condition core and dp side changesets.

      which pack you suggest .  i just checked this pack to see what specs has . i didn't like it too.

     

  3. Hello all i need some help .. actually i need a code to dissallow some classes like tank to wear bow :/ one example that i found is this from l2jfrozen "#Disable Bow for classes: write here classes id

    #that you dnt want allow to use BOW. Class id examples,

    #you can find others into char_templates database table

    #

    # classId className

    # 88 Duelist

    # 89 DreadNought

    # 90 Phoenix Knight

    # 91 Hell Knight

    # 92 Sagittarius

    # 93 Adventurer

    # 94 Archmage

    # 95 Soultaker

    # 96 Arcana Lord

    # 97 Cardinal

    # 98 Hierophant

    # 99 Eva Templar

    # 100 Sword Muse

    # 101 Wind Rider

    # 102 Moonlight Sentinel

    # 103 Mystic Muse

    # 104 Elemental Master

    # 105 Eva Saint

    # 106 Shillien Templar

    # 107 Spectral Dancer

    # 108 Ghost Hunter

    # 109 Ghost Sentinel

    # 110 Storm Screamer

    # 111 Spectral Master

    # 112 Shillen Saint

    # 113 Titan

    # 114 Grand Khauatari

    # 115 Dominator

    # 116 Doomcryer

    # 117 Fortune Seeker

    # 118 Maestro

    #

    # e.g. DisableBowForClasses=107,110

    DisableBowForClasses ="

     

    but this is only the configs file i need code

  4. Hello all i need help . I want a java code to dissallow classes like tank to wear bow ! like l2jfrozen e.x

     

    #Disable Bow for classes: write here classes id

    #that you dnt want allow to use BOW. Class id examples,

    #you can find others into char_templates database table

    #

    # classId className

    # 88 Duelist

    # 89 DreadNought

    # 90 Phoenix Knight

    # 91 Hell Knight

    # 92 Sagittarius

    # 93 Adventurer

    # 94 Archmage

    # 95 Soultaker

    # 96 Arcana Lord

    # 97 Cardinal

    # 98 Hierophant

    # 99 Eva Templar

    # 100 Sword Muse

    # 101 Wind Rider

    # 102 Moonlight Sentinel

    # 103 Mystic Muse

    # 104 Elemental Master

    # 105 Eva Saint

    # 106 Shillien Templar

    # 107 Spectral Dancer

    # 108 Ghost Hunter

    # 109 Ghost Sentinel

    # 110 Storm Screamer

    # 111 Spectral Master

    # 112 Shillen Saint

    # 113 Titan

    # 114 Grand Khauatari

    # 115 Dominator

    # 116 Doomcryer

    # 117 Fortune Seeker

    # 118 Maestro

    #

    # e.g. DisableBowForClasses=107,110

    DisableBowForClasses = can anyone help me ? :/

×
×
  • Create New...