Jump to content
  • 0

Item Script Error


backtea

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   1
  • Joined:  11/21/11
  • Last Seen:  

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

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  231
  • Reputation:   24
  • Joined:  12/18/11
  • Last Seen:  

can you post some screenshot

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   1
  • Joined:  11/21/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  658
  • Reputation:   57
  • Joined:  11/20/11
  • Last Seen:  

Try to remove the "else if (" thingys , and just make it if(this) do that ; if(this2) do that 2;

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   1
  • Joined:  11/21/11
  • Last Seen:  

thx it works.. :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  01/14/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

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.

Link to comment
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.   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...