Jump to content
  • 0

Item Script Error


Question

Posted

hey guys this time i want to create custom item but it's seems the script error..

can u help me...

here's the script

description

30269#

All Stats + 1

Indestructible (except in upgrade attempts).

[^008800Mage, Archer, Acolyte Class^000000]

Increase resistance to ^880000Silence^000000 status by 50%.

[^008800Swordman, Merchant, Thief Class^000000]

Increase resistance to ^880000Stun^000000 status by 50%.

Black Valk Equip Set

Allstats +10

if swordsman class hp +10%

mage class matk +10%

archer class long range atk +10%

priest class reduce demi human monster +10%

monk & assasin & blacksmith class atk +10%

alchemist class acid demonstration damage +10%

rogue class fullstrip chance +10%

effect

30269,black valk armor,black valk armor,5,0,0,10,,10,,1,0xFFFFFFFE,7,2,16,,1,1,1069,{bonus bAllStats,1; bonus bUnbreakableArmor,0; if(isequipped(30270,30271)) { bonus bAllStats,10; if ( BaseClass == Job_Swordman ) bonus bMaxHPrate,10; bonus2 bResEff,Eff_Stun,5000; else if(BaseClass == Job_Mage) bonus bMatkRate,10; bonus2 bResEff,Eff_Silence,5000; else if(BaseClass == Job_Archer) bonus bLongAtkRate,10; bonus2 bResEff,Eff_Silence,5000; else if(BaseJob == Job_Priest) bonus2 bSubRace,RC_DemiHuman,10; bonus2 bResEff,Eff_Silence,5000; else if(BaseJob == Job_Monk) bonus bAtkRate,10; bonus2 bResEff,Eff_Silence,5000; else if(BaseJob == Job_Assassin||BaseJob == Job_Blacksmith) bonus bAtkRate,10; bonus2 bResEff,Eff_Stun,5000; else if(BaseJob == Job_Alchemist) bonus2 bSkillAtk,CR_ACIDDEMONSTRATION,10; bonus2 bResEff,Eff_Stun,5000; else if(BaseJob == Job_Rogue) bonus2 bSkillAtk,ST_FULLSTRIP,10; bonus2 bResEff,Eff_Stun,5000; } },{},{}

thx for helping me /ok/no1

7 answers to this question

Recommended Posts

Posted

try this

30269,black valk armor,black valk armor,5,0,0,10,,10,,1,0xFFFFFFFE,7,2,16,,1,1,1069,{ bonus bAllStats,1; bonus bUnbreakableArmor,0; if( BaseClass == 2 || BaseClass == 3 || BaseClass == 4 ) bonus2 bResEff,Eff_Silence,5000; else if( BaseClass == 1 || BaseClass == 5 || BaseClass == 6 ) bonus2 bResEff,Eff_Stun,5000;  if( isequipped(30270,30271) ){ bonus bAllStats,10; if( BaseClass == 1 ) bonus bMaxHPrate,10; if( BaseClass == 2 ) bonus bMatkRate,10; if( BaseClass == 3 ) bonus bLongAtkRate,10; if( BaseJob == 8 ) bonus2 bAddRace,RC_DemiHuman,10; if( BaseJob == 10 ||BaseJob == 12 ||BaseJob == 15 ) bonus bAtkRate,10; bonus2 bSkillAtk,229,10; } },{},{}

but...to increase the success rate of full strip....i not sure....and i dont think it can be done without any source edit..>.<

Posted

but...to increase the success rate of full strip....i not sure....and i dont think it can be done without any source edit..>.<

does this work? increasing the successrate of fullstrip without srcedit?

There's no item bonus right now that increases the chances for Stripping.

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