The Mana World

WoodenStaff - Item DB

WoodenStaff | 758

A basic wooden staff.

Lvl 2 Wand
ID 758
type IT_WEAPON
weight 1000
atk 50
matk 10
range 1
weaponLv 1
equipLv 1

Mobs that drop this item:

No Monsters drop this item.

ID for use in Discord:
Expert View

You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.

Open raw JSON
ID 758
aegisName WoodenStaff
subtype W_2HSTAFF
viewSprite 1
Script

Script to execute when the item is used/equipped.

bonus bMatkRate, 10; if (getskilllv(SKILL_CONFRINGO)) 	addtoskill(SKILL_CONFRINGO, 1, 2);
OnEquipScript

Script to execute when the item is equipped. Warning, not all item bonuses will work here as expected.

callfunc "RequireStat", bInt, 60, EQI_HAND_R;