backtea Posted January 15, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 56 Reputation: 1 Joined: 11/21/11 Last Seen: June 29, 2024 Share Posted January 15, 2012 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 Quote Link to comment Share on other sites More sharing options...
lakasmonk Posted January 15, 2012 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 231 Reputation: 24 Joined: 12/18/11 Last Seen: Sunday at 04:31 PM Share Posted January 15, 2012 can you post some screenshot Quote Link to comment Share on other sites More sharing options...
backtea Posted January 15, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 56 Reputation: 1 Joined: 11/21/11 Last Seen: June 29, 2024 Author Share Posted January 15, 2012 Quote Link to comment Share on other sites More sharing options...
Rikimaru Posted January 15, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 658 Reputation: 57 Joined: 11/20/11 Last Seen: July 1, 2017 Share Posted January 15, 2012 Try to remove the "else if (" thingys , and just make it if(this) do that ; if(this2) do that 2; Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 16, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 16, 2012 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..>.< Quote Link to comment Share on other sites More sharing options...
backtea Posted January 17, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 56 Reputation: 1 Joined: 11/21/11 Last Seen: June 29, 2024 Author Share Posted January 17, 2012 thx it works.. Quote Link to comment Share on other sites More sharing options...
gustav Posted January 20, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 01/14/12 Last Seen: January 30, 2012 Share Posted January 20, 2012 does this work? increasing the successrate of fullstrip without srcedit? Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted January 20, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted January 20, 2012 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. Quote Link to comment Share on other sites More sharing options...
Question
backtea
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
thx for helping me

Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.