Jump to content
  • 0

Hi. Can i get scripts for these items?


Gidz Cross

Question


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

First of all. Thank you for reading my post. And i hope that i would be in the correct section. Anyways. Im not really good in scripting for items. And i am making a private server as well.

 

Anyways here's the items. I need those scripts for me to put in my item_db.txt

 

#For the Armor

^FF0000God Item.^000000
An angelic armor used by the Angelic Valkyries during the Valkyrian War.
Flee + 10, All Stats + 2
Increase maximum HP by 1% per refine rate.
Indestructible (except in upgrade attempts).
Adds 100% Resistance from ^000088Freeze ^000000Status
[^000088Angelic Valkyrie Armor, Angelic Valkyrie Helm, Angelic Valkyrie Boots & Angelic Valkyrie Manteau Equip Set^000000]
Increase damage inflicted on all Properties by 20%.
Gives 20% Resistance from All Properties
Enable to use Level 7 Warm Wind
All Stats + 5
Class :^777777 Armor^000000
Defense :^777777 ?^000000
Weight :^777777 60^000000
Applicable Job :^777777 Every Job^000000

 

#For the Boots/Shoes

^FF0000God Item.^000000
A boots used by the Angelic Valkyries.
Allstats + 2
Increase Movement Speed by 100%
Indestructible (except in upgrade attempts).
Gain immunity to the ^880000Sleep^000000 status.
Maximum HP + 10%
Maximum SP + 10%
[^333399Refine Rate 4~10^000000]
Flee + 20
[^333399Refine Rate 6~10^000000]
Agi + 10
Class :^777777 Footgear^000000
Defense :^777777 ?^000000
Weight :^777777 25^000000
Applicable Job :^777777 Every Job^000000

 

#For Manteau

^FF0000God Item.^000000
A robe worn by the Angelic Valkyries.
Flee + 5, Allstats +2
Indestructible (except in upgrade attempts).
[^008800Mage, Archer, Thief, Gunslinger, Taekwon Class^000000]
Perfect Dodge + 6
Additional Perfect Dodge can be earned by Refining, and is equal to the Refine Rate * 4.
[^008800Swordman, Merchant, Acolyte, Ninja Class^000000]
Reflect 6% of all Physical Melee Damage back to the enemy which inflicted it.
Additional Reflect Damage can be earned by Refining, and is equal to the Refine Rate * 4.
Class :^777777 Garment^000000
Defense :^777777 6^000000
Weight :^777777 30^000000
Applicable Job :^777777 Every Job^000000

 

#For Shield

^FF0000God Item.^000000
A shield used by the Angelic Valkyries during the Valkyrian War.
Flee + 5, Allstats + 2
Reflect + 3% of all Physical Melee Damage back to the enemy which inflicted it.
Increase reflect by 1% per refine rate.
Indestructible (except in upgrade attempts).
Adds 100% Resistance against ^996600Stone Curse^000000
Class :^777777 Shield^000000
Defense :^777777 ?^000000
Weight :^777777 25^000000
Applicable Job :^777777 Every Job^000000

 

#For Helm

^FF0000God Item.^000000
Angelic Helm worn by the Angelic Valkyries.
Reduce Damage from Demi Human by 10%
Inflict Damage from Demi Human by 10%
Str + 5, Vit + 5, Flee + 5
[^000088 Angelic Valkyrie Scarf Combo.^000000]
Class :^777777 Headgear^000000
Defense :^777777 5^000000
Equipped on :^777777 Upper, Mid, Lower^000000
Weight :^777777 25^000000
Applicable Job :^777777 Rebirth 2nd Class or above^000000
 

#For Scarf

^FF0000God Item.^000000
A scarf used by the Angelic Valkyries during the Valkyrian War.
Flee + 5, Allstat + 5
5% chance to inflict Curse, Inflict Damage from Demi Human by 10%
[^000088+ Angelic Valkyrie Helm^000000]
Add a chance of auto casting ^880000Coma^000000 effect on DemiHuman monster.
Dex + 3, Int + 3, Agi + 3
Slotted Lower Headgear.
Class :^777777 Headgear^000000
Defense :^777777 1^000000
Equipped on :^777777 Lower^000000
Weight :^777777 10^000000
Applicable Job :^777777 Every Job^000000

 

Anyway i got these info from the old server that i played before it's called ZETA RO. So Credits goes to them. Thanks! More power!

Edited by gidzdlcrz
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  12/05/16
  • Last Seen:  

Hi i know this post is kinda old. Is this an offline file?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Read this, you can easily find what you need here. :D

 

https://github.com/rathena/rathena/blob/master/doc/item_bonus.txt

https://github.com/rathena/rathena/blob/master/doc/script_commands.txt

 

Since you're a ZeRO player, i'll show you some bonuses that you are looking for

bonus bMaxHPrate,n; //MaxHP + n%
bonus bFlee,n; //Flee + n
bonus2 bResEff,eff,n;         //Adds a n/100% tolerance to status eff
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Woah. I look into these. :)


Its really hard to understand those scripts. Or im just lazy right now. Geez. I'll be posting the scripts that i will make. And please do correct me if im wrong. Thanks.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Sure thing!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Im having a hard time understanding those long item info's specially those armors which required item combos. Anyway here's the script i made (with the help of my other colleagues which all newbies too.)

 

I made Zeta RO's custom Diabolus Set. Please look. (Description and Script)


This is for the D Helm

A helmet worn by exceptionally strong people of Morroc.
Only one who can surmount the fear of facing Satan Morroc can acquire this helm.
Reduce Damage from Demi Human by 10%
Inflict Damage from Demi Human by 10%
Dex + 5, Agi + 5
Diabolus Armor, Dark Bacilium, Diabolus Boots & Diabolus Robe Equip Set

 

Script:

 

{ bonus bUnbreakableArmor,0; bonus2 bAddRace,RC_DemiHuman,10;bonus2 bSubRace,RC_DemiHuman,10; bonus bStr,5; bonus bAgi,5; },{},{}

 

D Armor

 

The armor which is produced with the metal which is not the possibility of seeing from the human world.
It reveals and bet it hides the mysterious one force which is difficult.
All Stats + 2
Increase maximum HP by 1% per refine rate.
Indestructible (except in upgrade attempts).
Adds 100% Resistance from ^000088Freeze ^000000Status
Diabolus Armor, Dark Bacilium, Diabolus Boots & Diabolus Robe Equip Set
Increase damage inflicted on all Properties by 12%.
Gives 20% Resistance from All Properties
Enable to use Level 7 Warm Wind
All Stats + 5

 

Script:

 

{ bonus bUnbreakableArmor,0; bonus bAllStats,2; bonus2 bResEff,Eff_Freeze,10000; bonus bMaxHPrate,1+(getrefine()); if(isequipped (2374,2433,5808)){ bonus2 bAddRace,RC_NonBoss,10;bonus2 bAddRace,RC_Boss,10; bonus2 bSubEle,Ele_Neutral,20; bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Earth,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Poison,20; bonus2 bSubEle,Ele_Holy,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Spirit,20; bonus2 bSubEle,Ele_Undead,20; bonus bAllStats,5; skill "TK_SEVENWIND",7; } },{},{skill "TK_SEVENWIND",-7;}},{},{}

 

D Robe

 

Form of endless gloom day [leng] mantle. It puts only the person who overcomes the bud will be able to use.
Allstats +2
Indestructible (except in upgrade attempts).
Mage, Archer, Thief, Gunslinger, Taekwon Class
Perfect Dodge + 6
Additional Perfect Dodge can be earned by Refining, and is equal to the Refine Rate * 4.
Swordman, Merchant, Acolyte, Ninja Class
Reflect 6% of all Physical Melee Damage back to the enemy which inflicted it.
Additional Reflect Damage can be earned by Refining, and is equal to the Refine Rate * 4.
Diabolus Armor, Dark Bacilium, Diabolus Boots & Diabolus Robe Equip Set

 

Script:

 

{ bonus bUnbreakableArmor,0; bonus bAllStats,2; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Thief||BaseClass==Job_Gunslinger||BaseClass==Job_Taekwondo) bonus bFlee2,6+(getrefine()*4); if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Acolyte||BaseClass==Job_Ninja) bonus bShortWeaponDamageReturn,6+(getrefine()*4); },{},{}

 

D Manteau (Shield)

 

Allstats + 2
Reflect + 5% of all Physical Melee Damage back to the enemy which inflicted it.
Indestructible (except in upgrade attempts).
Adds 100% Resistance against Stone Curse

 

Script:

 

{ bonus bUnbreakableArmor,0; bonus bAllStats,2; bonus bShortWeaponDamageReturn,5; bonus2 bResEff,Eff_Stone,10000; },{},{}

 

D Boots

 

In the wearing voluntary foot rightly the mysterious one boots which controls a oneself size. It appears to be living as.
Flee + 15, Allstats + 2
Increase Movement Speed by 100%
Indestructible (except in upgrade attempts).
Gain immunity to the ^880000Sleep^000000 status.
Maximum HP + 10%
Maximum SP + 10%
Diabolus Armor, Dark Bacilium, Diabolus Boots & Diabolus Robe Equip Set

 

Script:

 

{ bonus bUnbreakableArmor,0; bonus bFlee,15; bonus bSpeedRate,100; bonus bAllStats,2; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bResEff,Eff_Sleep,10000; },{},{}

Well that's it. Please correct some things for me when you see wrong script. Thanks!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Im having a hard time understanding those long item info's specially those armors which required item combos. Anyway here's the script i made (with the help of my other colleagues which all newbies too.)

 

I made Zeta RO's custom Diabolus Set. Please look. (Description and Script)

This is for the D Helm

A helmet worn by exceptionally strong people of Morroc.

Only one who can surmount the fear of facing Satan Morroc can acquire this helm.

Reduce Damage from Demi Human by 10%

Inflict Damage from Demi Human by 10%

Dex + 5, Agi + 5

Diabolus Armor, Dark Bacilium, Diabolus Boots & Diabolus Robe Equip Set

 

Script:

 

{ bonus bUnbreakableHelm,0; bonus2 bAddRace,RC_DemiHuman,10;bonus2 bSubRace,RC_DemiHuman,10; bonus bDex,5; bonus bAgi,5; },{},{}

 

D Armor

 

The armor which is produced with the metal which is not the possibility of seeing from the human world.

It reveals and bet it hides the mysterious one force which is difficult.

All Stats + 2

Increase maximum HP by 1% per refine rate.

Indestructible (except in upgrade attempts).

Adds 100% Resistance from ^000088Freeze ^000000Status

Diabolus Armor, Dark Bacilium, Diabolus Boots & Diabolus Robe Equip Set

Increase damage inflicted on all Properties by 12%.

Gives 20% Resistance from All Properties

Enable to use Level 7 Warm Wind

All Stats + 5

 

Script:

 

{ bonus bUnbreakableArmor,0; bonus bAllStats,2; bonus2 bResEff,Eff_Freeze,10000; bonus bMaxHPrate,getrefine(); if(isequipped (2374,2433,5808)){ bonus2 bAddRace,RC_NonBoss,12;bonus2 bAddRace,RC_Boss,12; bonus2 bSubEle,Ele_Neutral,20; bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Earth,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Poison,20; bonus2 bSubEle,Ele_Holy,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Spirit,20; bonus2 bSubEle,Ele_Undead,20; bonus bAllStats,5; skill "TK_SEVENWIND",7; } },{},{skill "TK_SEVENWIND",0;}},{},{}

 

D Robe

 

Form of endless gloom day [leng] mantle. It puts only the person who overcomes the bud will be able to use.

Allstats +2

Indestructible (except in upgrade attempts).

Mage, Archer, Thief, Gunslinger, Taekwon Class

Perfect Dodge + 6

Additional Perfect Dodge can be earned by Refining, and is equal to the Refine Rate * 4.

Swordman, Merchant, Acolyte, Ninja Class

Reflect 6% of all Physical Melee Damage back to the enemy which inflicted it.

Additional Reflect Damage can be earned by Refining, and is equal to the Refine Rate * 4.

Diabolus Armor, Dark Bacilium, Diabolus Boots & Diabolus Robe Equip Set

 

Script:

 

{ bonus bUnbreakableGarment,0; bonus bAllStats,2; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Thief||BaseClass==Job_Gunslinger||BaseClass==Job_Taekwondo) bonus bFlee2,6+(getrefine()*4); if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Acolyte||BaseClass==Job_Ninja) bonus bShortWeaponDamageReturn,6+(getrefine()*4); },{},{}

 

D Manteau (Shield)

 

Allstats + 2

Reflect + 5% of all Physical Melee Damage back to the enemy which inflicted it.

Indestructible (except in upgrade attempts).

Adds 100% Resistance against Stone Curse

 

Script:

 

{ bonus bUnbreakableShield,0; bonus bAllStats,2; bonus bShortWeaponDamageReturn,5; bonus2 bResEff,Eff_Stone,10000; },{},{}

 

D Boots

 

In the wearing voluntary foot rightly the mysterious one boots which controls a oneself size. It appears to be living as.

Flee + 15, Allstats + 2

Increase Movement Speed by 100%

Indestructible (except in upgrade attempts).

Gain immunity to the ^880000Sleep^000000 status.

Maximum HP + 10%

Maximum SP + 10%

Diabolus Armor, Dark Bacilium, Diabolus Boots & Diabolus Robe Equip Set

 

Script:

 

{ bonus bUnbreakableShoes,0; bonus bFlee,15; bonus bSpeedRate,100; bonus bAllStats,2; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bResEff,Eff_Sleep,10000; },{},{}

Well that's it. Please correct some things for me when you see wrong script. Thanks!

 

Good job! Only missed out a few scripts. Should work properly, kindly double check too! XD

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

bonus bUnbreakable,0 = This is to make it unbreakable. Waaaa. Is it wrong? And i see lots of red in the armor. Arrrg. Hehehe!

========

Edit

Oh i see. those red we're the corrected ones! Wooooooooo! You're the best!! Thanks!

So bonus bUnbreakable(you need to identify what type) i see i see! Thanks again!

Edited by gidzdlcrz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Not declaring the item part would make every equip you are wear unbreakable.. xD

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

I see i see! Now i know. :)

==================================

Hi again. This refer to my first post. The angelic set.
 

32008,Mythical_Valkyrie_Scarf,Mythical Valkyrie Scarf,4,50000,,10,,50,,1,0xFFFFFFFF,7,2,1,,0,1,1206,{ bonus bFlee,5; bonus bAllStats,5; bonus2 bAddRace,RC_DemiHuman,10; bonus3 bAddEff,Eff_Curse,500,ATF_SHORT; if(isequipped (32009)){ bonus2 bWeaponComaClass,Class_Normal,10; bonus bDex,3; bonus bInt,3; bonus bAgi,3;} },{},{}
32009,Mythical_Valkyrie_Helm,Mythical Valkyrie Helm,4,50000,,10,,50,,1,0xFFFFFFFF,7,2,256,,0,1,1207,{ bonus bUnbreakableHelm,0; bonus2 bAddRace,RC_DemiHuman,10;bonus2 bSubRace,RC_DemiHuman,10; bonus bStr,5; bonus bVit,5; bonus bFlee2,5; },{},{}
32010,Mythical_Valkyrie_Armor,Mythical Valkyrie Armor,4,50000,,10,,50,,1,0xFFFFFFFF,7,2,16,,0,1,1208,{ bonus bUnbreakableArmor,0; bonus bFlee2,10; bonus bAllStats,2; bonus2 bResEff,Eff_Freeze,10000; bonus bMaxHPrate,1+(getrefine()); if(isequipped (32009,32011,32013)){ bonus2 bAddRace,RC_NonBoss,20;bonus2 bAddRace,RC_Boss,20; bonus2 bSubEle,Ele_Neutral,20; bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Earth,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Poison,20; bonus2 bSubEle,Ele_Holy,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Spirit,20; bonus2 bSubEle,Ele_Undead,20; bonus bAllStats,5; skill "TK_SEVENWIND",7; } },{},{skill "TK_SEVENWIND",0;}},{},{}
32011,Mythical_Valkyrie_Manteau,Mythical Valkyrie Manteau,4,50000,,10,,50,,1,0xFFFFFFFF,7,2,4,,0,1,1209,{ bonus bUnbreakableGarment,0; bonus bFlee,5; bonus bAllStats,2; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Thief||BaseClass==Job_Gunslinger||BaseClass==Job_Taekwondo) bonus bFlee2,6+(getrefine()*4); if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Acolyte||BaseClass==Job_Ninja) bonus bShortWeaponDamageReturn,6+(getrefine()*4); },{},{}
32012,Mythical_Valkyrie_Shield,Mythical Valkyrie Shield,4,50000,,10,,50,,1,0xFFFFFFFF,7,2,32,,0,1,1211,{ bonus bUnbreakableShield,0; bonus bAllStats,2; bonus bFlee,5; bonus2 bResEff,Eff_Stone,10000; bonus bShortWeaponDamageReturn,3+(getrefine()*1); },{},{}
32013,Mythical_Valkyrie_Shoes,Mythical Valkyrie Shoes,4,50000,,10,,50,,1,0xFFFFFFFF,7,2,64,,0,1,1210,{ bonus bUnbreakableShoes,0; bonus bFlee,15; bonus bSpeedRate,100; bonus bAllStats,2; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bResEff,Eff_Sleep,10000; if(getrefine()>3) { bonus bFlee,15;} if(getrefine()>5) { bonus bAgi,10; } },{},{}

Correct? :)

Edited by gidzdlcrz
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...