Jump to content
  • 0
Sign in to follow this  
DiversityRO

item_db help!

Question

Hi. Why is it that when I make for example the Variant Shoes to Job : All:True it still cant be worn by ninjas

 

{
    Id: 2423
    AegisName: "Variant_Shoes"
    Name: "Variant Shoes"
    Type: 5
    Buy: 20
    Weight: 500
    Def: 3
    Job: 0xFFFFFFFF
    Upper: 2
    Loc: 64
    EquipLv: 85
    Script: <"
        bonus bMaxHPrate,20-getrefine();
        bonus bMaxSPrate,20-getrefine();
        bonus bDef,getrefine()/2;
    ">
},
 
 
Like this.

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

if you want it for all jobs you don't need to add it here (defaults to all job if no statement is given)

Share this post


Link to post
Share on other sites
  • 0
 
    Name: "Variant Shoes"
    Type: 5
    Buy: 20
    Weight: 500
    Def: 3
    Job: {                 <---------------------------------
        All: true
        Novice: false
    }
    Upper: 2
    Loc: 64
    EquipLv: 85
    Trade: {
        nodrop: true
        notrade: true
        noselltonpc: true
        nocart: true
        nogstorage: true
        nomail: true
        noauction: true
    }
    Script: <"
        bonus bMaxHPrate,20-getrefine();
        bonus bMaxSPrate,20-getrefine();
        bonus bDef,getrefine()/2;
    ">

like this it have a job

Share this post


Link to post
Share on other sites
  • 0

 

if you want it for all jobs you don't need to add it here (defaults to all job if no statement is given)

Uhm what do you mean by this? xD

 

i mean, if you want ALL classes to use it, remove the "Job" part entirely because by default, all can use. In your case the UPPER was the issue btw. but this can be removed too

 

{
    Id: 2423
    AegisName: "Variant_Shoes"
    Name: "Variant Shoes"
    Type: 5
    Buy: 20
    Weight: 500
    Def: 3
    Loc: 64
    EquipLv: 85
    Script: <"
        bonus bMaxHPrate,20-getrefine();
        bonus bMaxSPrate,20-getrefine();
        bonus bDef,getrefine()/2;
    ">
},

Share this post


Link to post
Share on other sites
  • 0

 

 

if you want it for all jobs you don't need to add it here (defaults to all job if no statement is given)

Uhm what do you mean by this? xD

 

i mean, if you want ALL classes to use it, remove the "Job" part entirely because by default, all can use. In your case the UPPER was the issue btw. but this can be removed too

 

{
    Id: 2423
    AegisName: "Variant_Shoes"
    Name: "Variant Shoes"
    Type: 5
    Buy: 20
    Weight: 500
    Def: 3
    Loc: 64
    EquipLv: 85
    Script: <"
        bonus bMaxHPrate,20-getrefine();
        bonus bMaxSPrate,20-getrefine();
        bonus bDef,getrefine()/2;
    ">
},

Still not working. I tried it already.

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.