Jump to content
  • 0

Jur Weapon


Question

5 answers to this question

Recommended Posts

  • 0
Posted

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

 

  • 0
Posted
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;

  • 0
Posted (edited)
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
  • 0
Posted
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{}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...