Jump to content
  • 0

Need a little help in fixing


SlashGeeGee

Question


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

Hi rAthena,

 

Just recently I added 2 custom weapons, but then it gave me errors in console. it say's insufficient columns with item id 0 but there is item id 0. there's also invalid format.

 

here are my entries :

1633,Custom Staff,Custom Staff,5,20,,1000,200,,1,4,0x00818314,63,2,2,4,80,1,10,{ if(BaseClass == Job_Sage) { bonus2 bSkillAtk,"MG_FIREBOLT",10; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10; bonus2 bSkillAtk,"MG_COLDBOLT",10; bonus bMatkRate,10; bonus bInt,10; if(getrefine()>=7) { bonus2 bSkillAtk,"MG_FIREBOLT",5; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",5; bonus2 bSkillAtk,"MG_COLDBOLT",5; if(getrefine()>=9) { bonus2 bSkillAtk,"MG_FIREBOLT",10; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10; bonus2 bSkillAtk,"MG_COLDBOLT",10; bonus bMatkRate,5; bonus bInt,10; } } } if(BaseClass == Job_Wizard) { bonus bInt,10; bonus bMatkRate,10; bonus2 bSkillAtk,"WZ_STORMGUST",5; bonus2 bSkillAtk,"WZ_METEOR",5; bonus2 bSkillAtk,"WZ_VERMILION",5; if(getrefine()>=7) { bonus bInt,5; bonus bMatkRate,10; if(getrefine()>=9) { bonus bInt,10; bonus bMatkRate,10; bonus2 bSkillAtk,"WZ_STORMGUST",10; bonus2 bSkillAtk,"WZ_METEOR",10; bonus2 bSkillAtk,"WZ_VERMILION",10; } } } if(BaseClass == Job_Acolyte) { bonus bHealPower,20; bonus2 bSkillAtk,"AL_HOLYLIGHT",20; bonus bInt,5; bonus bVit,5; if(getrefine()>=7) { bonus2 bSkillAtk,"AL_HOLYLIGHT",5; bonus2 bSubRace,RC_DemiHuman,5; if(getrefine()>=9) { bonus2 bSkillAtk,"AL_HOLYLIGHT",10; bonus2 bSubRace,RC_DemiHuman,10; bonus bInt,5; bonus bVit,5; } } } },{},{}
1482,Custom Spear,Custom Spear,5,20,,1000,200,,3,4,0x00004082,63,2,34,4,80,1,5,{ bonus bVit,10; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSkillAtk,"CR_DEVOTION",10; if(getrefine()>=7) { bonus bVit,5; bonus bStr,5; bonus2 bSubRace,RC_DemiHuman,5; if(getrefine()>=9) { bonus bVit,5; bonus2 bSubRace,RC_DemiHuman,10; bonus bDefRate,-50; bonus bDef2Rate,-50; } } },{},{}

here's the error :

wmjx5j.png

 

 

 

hope somebody could help me :D thanks in advance :) !

 

 

SlashGeeGee


BUMP. actually only this entry is causing error (modified it actually still not working) :

1633,Epsilon_Lite_Staff,Epsilon Lite Staff,5,20,,1000,200,,1,4,0x00818314,63,2,2,4,80,1,10,{ if(BaseClass == Job_Mage) { bonus2 bSkillAtk,"MG_FIREBOLT",10; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10; bonus2 bSkillAtk,"MG_COLDBOLT",10; bonus bMatkRate,10; bonus bInt,10; bonus2 bSkillAtk,"WZ_STORMGUST",5; bonus2 bSkillAtk,"WZ_METEOR",5; bonus2 bSkillAtk,"WZ_VERMILION",5; if(getrefine()>=7) { bonus2 bSkillAtk,"MG_FIREBOLT",5; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",5; bonus2 bSkillAtk,"MG_COLDBOLT",5; bonus bInt,5; bonus bMatkRate,10; } if(getrefine()>=9) { bonus2 bSkillAtk,"MG_FIREBOLT",10; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10; bonus2 bSkillAtk,"MG_COLDBOLT",10; bonus bMatkRate,10; bonus bInt,10; bonus2 bSkillAtk,"WZ_STORMGUST",10; bonus2 bSkillAtk,"WZ_METEOR",10; bonus2 bSkillAtk,"WZ_VERMILION",10; } } else if(BaseClass == Job_Acolyte) { bonus bHealPower,20; bonus2 bSkillAtk,"AL_HOLYLIGHT",20; bonus bInt,5; bonus bVit,5; if(getrefine()>=7) { bonus2 bSkillAtk,"AL_HOLYLIGHT",5; bonus2 bSubRace,RC_DemiHuman,5; } if(getrefine()>=9) { bonus2 bSkillAtk,"AL_HOLYLIGHT",10; bonus2 bSubRace,RC_DemiHuman,10; bonus bInt,5; bonus bVit,5; } } },{},{}

 

 

SlashGeeGee

Edited by SlashGeeGee
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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