Jump to content
  • 0

Jur Weapon


Loke

Question


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

How to disabled Jur in Thief? In my server Thief Class can equip all Jur type weapon that cause error.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  149
  • Reputation:   46
  • Joined:  07/15/13
  • Last Seen:  

Can you show me the katar code on item_db?

The code by default is 0x00001000

or if you are using new db should be:

  - Id: 1250
    AegisName: Jur
    Name: Jur
    Type: Weapon
    SubType: Katar
    Buy: 19500
    Weight: 800
    Attack: 125
    Range: 1
    Slots: 2
    Jobs:
      Assassin: true
    Locations:
      Both_Hand: true
    WeaponLevel: 2
    EquipLevelMin: 18
    Refineable: true

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

1 hour ago, EIysium said:

Can you show me the katar code on item_db?

The code by default is 0x00001000

or if you are using new db should be:


  - Id: 1250
    AegisName: Jur
    Name: Jur
    Type: Weapon
    SubType: Katar
    Buy: 19500
    Weight: 800
    Attack: 125
    Range: 1
    Slots: 2
    Jobs:
      Assassin: true
    Locations:
      Both_Hand: true
    WeaponLevel: 2
    EquipLevelMin: 18
    Refineable: true

 

 -Id: 1264
    AegisName: Various_Jur
    Name: Specialty Jur
    Type: Weapon
    SubType: Katar
    Buy: 20
    Weight: 800
    Attack: 90
    Range: 1
    Jobs:
      Assassin: true
    Slots: 4
    Locations:
      Right_Hand: true
      Left_Hand: true
    WeaponLevel: 1
    EquipLevelMin: 1
    Refineable: true
    Script: |
      bonus2 bAddEff2,Eff_Bleeding,10;

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

Jobs:
      Assassin: true

      Thief: false

try

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

On 2/9/2021 at 9:00 PM, BeWan said:

Jobs:
      Assassin: true

      Thief: false

try

I did that already but still i can equip the weapon using thief class. Btw thanks for the reply.

Edited by Loke
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

1 hour ago, Loke said:

I did that already but still i can equip the weapon using thief class. Btw thanks for the reply.

then use script like if(base == thief class id){}else{}

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.

Guest
Answer this question...

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