Viewing Item

#540028: Paradise Sage Spellbook

Item ID 540028 For Sale No
Identifier 2Para_Book2_SA Credit Price Not For Sale
Name Paradise Sage Spellbook Type Weapon - Book
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 3
Range 1 Defense 0
Slots 0 Refineable No
Attack 100 Min Equip Level 45
MATK 160 Max Equip Level None
Description A book made by the Paradise Group.
_______________________
MATK +160
MATK +3%
_______________________
Base Level at least 60:
Increases Attack Speed (decreases After Attack Delay of all skills by 10%).
_______________________
Base Level at least 75:
Increases damage of Fire Bolt and Cold Bolt by 20%.
_______________________
Base Level at least 90:
Increases damage of Lightning Bolt and Earth Spike by 20%.
_______________________
Type: Book
Attack: 100
Weight: 0
Weapon Level: 3
Refineable: No
_______________________
Requirement:
Base Level 45
Sage
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Sage
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 bonus

2 bMatkRate,3;

3 if

4 (BaseLevel

5 =60)

6 bonus

7 bAspdRate,10;

8 if

9 (BaseLevel

10 =75)

11 {

12 bonus2

13 bSkillAtk,"MG_FIREBOLT",20;

14 bonus2

15 bSkillAtk,"MG_COLDBOLT",20;

16 }

17 if

18 (BaseLevel

19 =90)

20 {

21 bonus2

22 bSkillAtk,"MG_LIGHTNINGBOLT",20;

23 bonus2

24 bSkillAtk,"WZ_EARTHSPIKE",20;

25 }

Equip Script None
Unequip Script None