Viewing Item

#540115: Book of the Red Moon

Item ID 540115 For Sale No
Identifier Book_Of_Crimson_M Credit Price Not For Sale
Name Book of the Red Moon Type Weapon - Book
NPC Buy 0 Weight 240
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 260 Min Equip Level 265
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Star Gladiator
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 Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus2 bSkillAtk,"SKE_SKY_MOON",20+5*(.@r/3);

4 bonus bAtkRate,(.@r/3);

5 bonus bBaseAtk,25*(.@r/3);

6 if (.@r>=7) {

7 bonus bNonCritAtkRate,15;

8 bonus bVariableCastrate,-10;

9 if (.@r>=9) {

10 bonus2 bSkillAtk,"SKE_SKY_MOON",20;

11 if (.@r>=12) {

12 bonus bShortAtkRate,10;

13 if (getskilllv("SKE_MIDNIGHT_KICK")>=5 && getskilllv("SKE_DAWN_BREAK")>=5) {

14 autobonus3 "{ .@r = getrefine(); bonus bNonCritAtkRate,15; bonus2 bSkillAtk,\"SKE_MIDNIGHT_KICK\",4*.@r; bonus2 bSkillAtk,\"SKE_DAWN_BREAK\",4*.@r; bonus4 bAutoSpellOnSkill,\"SKE_SKY_MOON\",\"SKE_DAWN_BREAK\",5,1000; bonus4 bAutoSpellOnSkill,\"SKE_DAWN_BREAK\",\"SKE_MIDNIGHT_KICK\",5,1000; }",1000,150000,"SKE_ENCHANTING_SKY";

15 }

16 }

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bNonCritAtkRate,10;

21 if (.@g>=ENCHANTGRADE_C) {

22 bonus2 bSkillAtk,"SKE_SKY_MOON",15;

23 if (.@g>=ENCHANTGRADE_B) {

24 bonus bShortAtkRate,15;

25 bonus bVariableCastrate,-5;

26 if (.@g>=ENCHANTGRADE_A) {

27 bonus bPAtk,15;

28 if (.@r>=12) {

29 bonus2 bSkillCooldown,"SKE_SKY_MOON",-300;

30 }

31 }

32 }

33 }

34 }

Equip Script None
Unequip Script None