Jump to content
  • 0
Sign in to follow this  
paperboat

Item Combo problem(costume stone)

Question

I can't get sorcerer stone's option. Doesn't increase psychic wave damage.

Did i make wrong script? 

-----------------------------------------------------------------------------------------------------

item_combo_db.conf 

{
    Items: ["Proffesor_StoneUpper", "Sorcerer_StoneGarment"]
    Script: <" bonus2 bSkillAtk,SO_PSYCHIC_WAVE,15; ">
},

------------------------------------------------------------------------------------------------------

item_db.conf

{
    Id: 29432
    AegisName: "Proffesor_StoneUpper"
    Name: "Proffesor Stone(Upper)"
    Type: "IT_CARD"
    Loc: "EQP_COSTUME_HEAD_TOP"
    Script: <" bonus bAspdRate, (getskilllv("SA_ADVANCEDBOOK")); ">
},
{
    Id: 29435
    AegisName: "Sorcerer_StoneGarment"
    Name: "Sorcerer Stone(Garment)"
    Type: "IT_CARD"
    Loc: "EQP_COSTUME_GARMENT"
    Script: <" bonus2 bSkillAtk,SO_PSYCHIC_WAVE,10; ">
},

------------------------------------------------------------------------------------------------

item_db2.conf is same item_db.conf

{
    Id: 29432
    AegisName: "Proffesor_StoneUpper"
    Name: "Proffesor Stone(Upper)"
    Type: "IT_CARD"
    Loc: "EQP_COSTUME_HEAD_TOP"
    Script: <" bonus bAspdRate, (getskilllv("SA_ADVANCEDBOOK")); ">
},
{
    Id: 29435
    AegisName: "Sorcerer_StoneGarment"
    Name: "Sorcerer Stone(Garment)"
    Type: "IT_CARD"
    Loc: "EQP_COSTUME_GARMENT"
    Script: <" bonus2 bSkillAtk,SO_PSYCHIC_WAVE,10; ">
},

---------------------------------------------------------------------------------------------

Professor Stone(Upper) and Sorcerer Stone(Garment) are no problem. These do work well. Sorcerer stone's third, forth option are not scripted yet.

Anyone help me plz~

ps: Sorry for my english.  

Edited by paperboat

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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