
RENEWAL / ITEMS
Holy Stick [1]
#1631Weapon
Holy_Stick
You’re viewing Renewal.
View Pre-Renewal version TypeWeapon
Weapon classOne-Handed Staff
Equipment positionWeapon
GenderBoth
Weight50
Buy price20 z
Sell price10 z
ATK50
MATK140
Slots1
Required level70
Weapon level4
TRY IT ON
8 directions · original animationsSee it on your character
Loading character preview…
SouthDrag to rotate
Original iRO and kRO character and equipment sprites. The preview shows appearance; equipment requirements are listed in the item details.
Some additional particle effects use the game client’s internal renderer and are not included in this preview.
Build an outfit with this itemDescription
A holy stick which is made of Rune of Odin, specialized for exorcisms.
Class: One-Handed Staff
Attack: 50
Magic Attack: 140
Property: Holy
Weight: 50
Weapon Level: 4
Requires Level: 70
Usable By: Priest Jobs, Monk Jobs
Reduces the variable casting time of Holy Light, Magnus Exorcismus, and Turn Undead by 25%.
Set Bonus
Benevolent Guardian [1]
Holy Stick [1]
Increases the recovery rate of recovery skills by 3% per upgrade level of the Holy Stick [1].
Set Bonus
Exorcism Bible
Holy Stick [1]
Adds a 2% chance of casting Level 1 Turn Undead on the attacker when receiving a physical attack.
Increases the damage of Magnus Exorcismus by 20%.
Set Bonus
Shoes Of Punishment
Holy Stick [1]
Reduces the variable casting time of Adoramus by 5% per level of Oratio known.
Reduces the variable casting time of Judex by 5% per level of Oratio known.
Increases the damage of Adoramus by 10% per level of Lauda Ramus, Lauda Agnus, and Clearance known.
If Holy Stick [1] upgrade level is +7 or higher,
Increases magical damage on Demon and Undead race targets by 30%.
Increases magical damage on Shadow and Undead property targets by 30%.
If Holy Stick [1] upgrade level is +9 or higher,
Increases the damage of Adoramus by an additional 20%.
Increases magical damage on Demon and Undead race targets by an additional 20%.
Increases magical damage on Shadow and Undead property targets by an additional 20%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Weapon
- Jobs
- Monk
- Yes
- Priest
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
bonus bAtkEle,Ele_Holy;
bonus2 bVariableCastrate,"AL_HOLYLIGHT",-25;
bonus2 bVariableCastrate,"PR_TURNUNDEAD",-25;
bonus2 bVariableCastrate,"PR_MAGNUS",-25;
Dropped by
Using your server rates| Monster | Base chance | Your chance | Notes |
|---|---|---|---|
![]() | 45% | 45% |
Each row is a separate drop slot. Multipliers are estimates; server caps and bonuses may apply.
LOOK A LITTLE CLOSER
View on rAthena ↗All data & sources
Renewal snapshot e985006171 · Imported 2026-09-08. About data coverage
Full database properties
- Id
- 1631
- Aegis Name
- Holy_Stick
- Name
- Holy Stick
- Type
- Weapon
- Sub Type
- Staff
- Buy
- 20
- Weight
- 500
- Attack
- 50
- Magic Attack
- 140
- Range
- 1
- Slots
- 1
- Jobs
- Monk
- Yes
- Priest
- Yes
- Locations
- Right Hand
- Yes
- Weapon Level
- 4
- Equip Level Min
- 70
- Refineable
- Yes
- Script
- bonus bAtkEle,Ele_Holy; bonus2 bVariableCastrate,"AL_HOLYLIGHT",-25; bonus2 bVariableCastrate,"PR_TURNUNDEAD",-25; bonus2 bVariableCastrate,"PR_MAGNUS",-25;
- Client Resource
- 홀리스틱
- Client Name
- Holy Stick
- Description Server
- iRO
- Description Source
- iRO/System/itemInfo.lub
- Combos
- Items
- 16312129
- Names
- Holy_StickExorcism_Bible
- Script
- bonus2 bSkillAtk,"PR_MAGNUS",20; bonus3 bAutoSpellWhenHit,"PR_TURNUNDEAD",1,20;
- Items
- 21661631
- Names
- Exorcism_Bible_Holy_Stick
- Script
- bonus2 bSkillAtk,"PR_MAGNUS",20; bonus3 bAutoSpellWhenHit,"PR_TURNUNDEAD",1,20;
- Items
- 221201631
- Names
- Shoes_Of_PunishmentHoly_Stick
- Script
- .@r = getequiprefinerycnt(EQI_HAND_R); .@cast = -5*getskilllv("AB_ORATIO"); bonus2 bVariableCastrate,"AB_JUDEX",.@cast; bonus2 bVariableCastrate,"AB_ADORAMUS",.@cast; if (.@r >= 7) { .@magic = 30; if (.@r >= 9) { .@magic += 20; .@dmg = 20; } bonus2 bMagicAddRace,RC_Demon,.@magic; bonus2 bMagicAddRace,RC_Undead,.@magic; bonus2 bMagicAddEle,Ele_Undead,.@magic; bonus2 bMagicAddEle,Ele_Dark,.@magic; } bonus2 bSkillAtk,"AB_ADORAMUS",.@dmg + 10*(getskilllv("AB_LAUDAAGNUS")+getskilllv("AB_LAUDARAMUS")+getskilllv("AB_CLEARANCE"));
- Items
- 222251631
- Names
- Shoes_Of_Punishment_Holy_Stick
- Script
- .@r = getequiprefinerycnt(EQI_HAND_R); .@cast = -5*getskilllv("AB_ORATIO"); bonus2 bVariableCastrate,"AB_JUDEX",.@cast; bonus2 bVariableCastrate,"AB_ADORAMUS",.@cast; if (.@r >= 7) { .@magic = 30; if (.@r >= 9) { .@magic += 20; .@dmg = 20; } bonus2 bMagicAddRace,RC_Demon,.@magic; bonus2 bMagicAddRace,RC_Undead,.@magic; bonus2 bMagicAddEle,Ele_Undead,.@magic; bonus2 bMagicAddEle,Ele_Dark,.@magic; } bonus2 bSkillAtk,"AB_ADORAMUS",.@dmg + 10*(getskilllv("AB_LAUDAAGNUS")+getskilllv("AB_LAUDARAMUS")+getskilllv("AB_CLEARANCE"));
- Items
- 221821631
- Names
- Shoes_Of_Punishment_BRHoly_Stick
- Script
- .@r = getequiprefinerycnt(EQI_HAND_R); .@cast = -5*getskilllv("AB_ORATIO"); bonus2 bVariableCastrate,"AB_JUDEX",.@cast; bonus2 bVariableCastrate,"AB_ADORAMUS",.@cast; if (.@r >= 8) { .@magic = 30; if (.@r >= 12) { .@magic += 20; .@dmg = 20; } bonus2 bMagicAddRace,RC_Demon,.@magic; bonus2 bMagicAddRace,RC_Undead,.@magic; bonus2 bMagicAddEle,Ele_Undead,.@magic; bonus2 bMagicAddEle,Ele_Dark,.@magic; } bonus2 bSkillAtk,"AB_ADORAMUS",.@dmg + 10*(getskilllv("AB_LAUDAAGNUS")+getskilllv("AB_LAUDARAMUS")+getskilllv("AB_CLEARANCE"));
- Items
- 193081631
- Names
- Amistr_BeretHoly_Stick
- Script
- .@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bMatk,10*(.@r_weapon/2); bonus2 bSkillAtk,"AB_ADORAMUS",30*(.@r_weapon/2);
- Client Class Num
- 10
- Image Source
- iRO/data.grf/data/texture/유저인터페이스/item/홀리스틱.bmp
- Art Source
- iRO/data.grf/data/texture/유저인터페이스/collection/홀리스틱.bmp
