xilence01 Posted September 29, 2012 Posted September 29, 2012 Can anyone script this pls? =((. For itemdb2. Thanks in Advance rAthena. =( ======================================================================= 29888# Champion Card. Enables use of ^008800Level 1 Body Relocation^000000. 10% Chance of Auto-Casting ^880000Level 5 Dangerous Soul Collect^000000 [^008800Monk Class ^000000] Increase ^880000Investigate^000000 damage by 80% ^FF00001 Card restriction.^000000 Class :^777777 Card^000000 Compound on :^777777 Footgear^000000 Weight :^777777 1^000000 # 29887# Creator Card. Enables use of ^008800Level 5 Full Chemical Protection^000000. Destroy an enemy's armor, shield and weapon by 5%. [^008800Alchemist Class ^000000] Increase ^880000Acid Demonstration^000000 damage by 40% ^FF00001 Card restriction.^000000 Class :^777777 Card^000000 Compound on :^777777 Armor^000000 Weight :^777777 1^000000 # 29886# Ninja Card. Enables use of ^008800Level 1 Reverse Tatami^000000. 5% Chance of Auto-Casting ^880000Level 3 Water Escape Technique^000000 1% Chance of Auto-Casting ^880000Level 3 Cast-off Ciceda Shell^000000 [^008800Ninja Class ^000000] Increase ^880000Final Strike^000000 damage by 25% Class :^777777 Card^000000 Compound on :^777777 Footgear^000000 Weight :^777777 1^000000 # 29885# Paladin Card. 2% Chance of Auto-Casting ^880000Auto Guard, Defender and Reflect Shield^000000 when recieving hit. [^008800Crusader Class ^000000] Increase ^880000Shield Chain and Grand Cross^000000 damage by 50% HP + 10% ^FF00001 Card restriction.^000000 Class :^777777 Card^000000 Compound on :^777777 Accessory^000000 Weight :^777777 1^000000 # 29884# Professor Card. Add a 5% chance of auto casting ^880000Level 1 Land Protector^000000 around the user when the user receives Magical Damage. 3% Chance of Auto-Casting ^880000Level 1 Wall of fog^000000 [^008800Sage Class ^000000] 1% Chance of Auto-Casting ^880000Wide Freeze and Wide Stone^000000 ^FF00001 Card restriction.^000000 Class :^777777 Card^000000 Compound on :^777777 Headgear^000000 Weight :^777777 1^000000 # 29883# Star Gladiator Card. Allstats + 15 Flee + 15%, Perfect Dodge + 3% [^008800Star Gladiator Class ^000000] Increase damage on DemiHuman monster by 50%. HP + 10% Class :^777777 Card^000000 Compound on :^777777 Headgear^000000 Weight :^777777 1^000000 # 29882# Stalker Card. Enables use of ^008800Level 3 Chase Walk^000000. 3% Chance of Auto-Casting ^880000Level 1 Full Strip^000000 when attacking. [^008800Rogue Class ^000000] Increase ^880000Back Stab^000000 damage by 200% Hit + 30 ^FF00001 Card restriction.^000000 Class :^777777 Card^000000 Compound on :^777777 Accessory^000000 Weight :^777777 1^000000 # 29881# Gunslinger Card. 5% Chance of Auto-Casting ^880000Level 10 Rapid Shower^000000 [^008800Gunslinger Class ^000000] Increase damage of ^880000Desperado^000000 and ^880000Rapid Shower^000000 25% Hit + 15 ^FF00001 Card restriction.^000000 Class :^777777 Weapon^000000 Weight :^777777 1^000000 # 29880# Assassin Cross Card. 10% Chance of Auto-Casting ^880000Enchant Deadly Poison^000000 when attacking. [^008800Assassin Class ^000000] Increase ^880000Sonic Blow^000000 damage by 10% Increase ^880000Soul Destroyer^000000 damage by 25% ^FF00001 Card restriction.^000000 Class :^777777 Card^000000 Compound on :^777777 Accessory^000000 Weight :^777777 1^000000 # 29879# Artist Card. Reduces all skill's after-cast delay by 30%. [^008800Clown/Gypsy Class ^000000] Increase ^880000Arrow Vulcan^000000 damage by 30% Increase damage on DemiHuman monster by 10%. Perfect Dodge + 5 Class :^777777 Card^000000 Compound on :^777777 Accessory^000000 Weight :^777777 1^000000 # ========================================================= 29888#Champion Card# 29887#Creator Card# 29886#Ninja Card# 29885#Paladin Card# 29884#Professor Card# 29883#Star Gladiator Card# 29882#Stalker Card# 29881#Gunslinger Card# 29880#Assassin Cross Card# 29879#Artist Card# Quote
Bin4ry Posted September 29, 2012 Posted September 29, 2012 (edited) Do you really have to post in 3 sections at a time Just refer to this script for Champion card. skill "MO_BODYRELOCATION",1; bonus3 bAutoSpell,"CH_SOULCOLLECT",1,100; if(BaseClass==Job_Acolyte) { bonus2 bSkillAtk,"MO_INVESTIGATE",80; } Take a look at doc/item_bonus.txt and db/re/skill_db.txt Edited September 29, 2012 by darristan Quote
xilence01 Posted September 29, 2012 Author Posted September 29, 2012 Do you really have to post in 3 sections at a time Just refer to this script for Champion card. skill "MO_BODYRELOCATION",1; bonus3 bAutoSpell,"CH_SOULCOLLECT",1,100; if(BaseClass==Job_Acolyte) { bonus2 bSkillAtk,"MO_INVESTIGATE",80; } Take a look at doc/item_bonus.txt and db/re/skill_db.txt Thanks, but how to script this? Destroy an enemy's armor, shield and weapon by 5% and this 1% Chance of Auto-Casting ^880000Wide Freeze and Wide Stone^000000 Quote
GmOcean Posted September 29, 2012 Posted September 29, 2012 In order to use an AoE Freeze & Stone curse effect, there needs to already be a skill which does it. I know AoE Freeze is Frost Misty i believe. Don't know about AoE Stone Curse. So for now, make it autospell Frost Misty skill (Warlock). Quote
Bin4ry Posted September 29, 2012 Posted September 29, 2012 You can actually just use NPC_WIDEFREEZE,1 it's work. I have plenty of these item effects using in my server actually Quote
Peopleperson49 Posted October 1, 2012 Posted October 1, 2012 None of those items will take you very long to script if you use the doc/item_bonus.txt document! It lists every single bonus you can use in rAthena and breaks them down. That just requires you do to a bit of work yourself. Peoplepeson49 Quote
Question
xilence01
Can anyone script this pls? =((. For itemdb2. Thanks in Advance rAthena. =(
=======================================================================
29888#
Champion Card.
Enables use of ^008800Level 1 Body Relocation^000000.
10% Chance of Auto-Casting ^880000Level 5 Dangerous Soul Collect^000000
[^008800Monk Class ^000000]
Increase ^880000Investigate^000000 damage by 80%
^FF00001 Card restriction.^000000
Class :^777777 Card^000000
Compound on :^777777 Footgear^000000
Weight :^777777 1^000000
#
29887#
Creator Card.
Enables use of ^008800Level 5 Full Chemical Protection^000000.
Destroy an enemy's armor, shield and weapon by 5%.
[^008800Alchemist Class ^000000]
Increase ^880000Acid Demonstration^000000 damage by 40%
^FF00001 Card restriction.^000000
Class :^777777 Card^000000
Compound on :^777777 Armor^000000
Weight :^777777 1^000000
#
29886#
Ninja Card.
Enables use of ^008800Level 1 Reverse Tatami^000000.
5% Chance of Auto-Casting ^880000Level 3 Water Escape Technique^000000
1% Chance of Auto-Casting ^880000Level 3 Cast-off Ciceda Shell^000000
[^008800Ninja Class ^000000]
Increase ^880000Final Strike^000000 damage by 25%
Class :^777777 Card^000000
Compound on :^777777 Footgear^000000
Weight :^777777 1^000000
#
29885#
Paladin Card.
2% Chance of Auto-Casting ^880000Auto Guard, Defender and Reflect Shield^000000 when recieving hit.
[^008800Crusader Class ^000000]
Increase ^880000Shield Chain and Grand Cross^000000 damage by 50%
HP + 10%
^FF00001 Card restriction.^000000
Class :^777777 Card^000000
Compound on :^777777 Accessory^000000
Weight :^777777 1^000000
#
29884#
Professor Card.
Add a 5% chance of auto casting ^880000Level 1 Land Protector^000000 around the user when the user receives Magical Damage.
3% Chance of Auto-Casting ^880000Level 1 Wall of fog^000000
[^008800Sage Class ^000000]
1% Chance of Auto-Casting ^880000Wide Freeze and Wide Stone^000000
^FF00001 Card restriction.^000000
Class :^777777 Card^000000
Compound on :^777777 Headgear^000000
Weight :^777777 1^000000
#
29883#
Star Gladiator Card.
Allstats + 15
Flee + 15%, Perfect Dodge + 3%
[^008800Star Gladiator Class ^000000]
Increase damage on DemiHuman monster by 50%.
HP + 10%
Class :^777777 Card^000000
Compound on :^777777 Headgear^000000
Weight :^777777 1^000000
#
29882#
Stalker Card.
Enables use of ^008800Level 3 Chase Walk^000000.
3% Chance of Auto-Casting ^880000Level 1 Full Strip^000000 when attacking.
[^008800Rogue Class ^000000]
Increase ^880000Back Stab^000000 damage by 200%
Hit + 30
^FF00001 Card restriction.^000000
Class :^777777 Card^000000
Compound on :^777777 Accessory^000000
Weight :^777777 1^000000
#
29881#
Gunslinger Card.
5% Chance of Auto-Casting ^880000Level 10 Rapid Shower^000000
[^008800Gunslinger Class ^000000]
Increase damage of ^880000Desperado^000000 and ^880000Rapid Shower^000000 25%
Hit + 15
^FF00001 Card restriction.^000000
Class :^777777 Weapon^000000
Weight :^777777 1^000000
#
29880#
Assassin Cross Card.
10% Chance of Auto-Casting ^880000Enchant Deadly Poison^000000 when attacking.
[^008800Assassin Class ^000000]
Increase ^880000Sonic Blow^000000 damage by 10%
Increase ^880000Soul Destroyer^000000 damage by 25%
^FF00001 Card restriction.^000000
Class :^777777 Card^000000
Compound on :^777777 Accessory^000000
Weight :^777777 1^000000
#
29879#
Artist Card.
Reduces all skill's after-cast delay by 30%.
[^008800Clown/Gypsy Class ^000000]
Increase ^880000Arrow Vulcan^000000 damage by 30%
Increase damage on DemiHuman monster by 10%.
Perfect Dodge + 5
Class :^777777 Card^000000
Compound on :^777777 Accessory^000000
Weight :^777777 1^000000
#
=========================================================
29888#Champion Card#
29887#Creator Card#
29886#Ninja Card#
29885#Paladin Card#
29884#Professor Card#
29883#Star Gladiator Card#
29882#Stalker Card#
29881#Gunslinger Card#
29880#Assassin Cross Card#
29879#Artist Card#
5 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.