diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 17 | ||||
-rw-r--r-- | db/pet_db.txt | 2 | ||||
-rw-r--r-- | db/pre-re/skill_cast_db.txt | 2 | ||||
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | db/re/skill_cast_db.txt | 2 |
5 files changed, 15 insertions, 10 deletions
diff --git a/db/const.txt b/db/const.txt index 06fa8a3db..8f649b4f3 100644 --- a/db/const.txt +++ b/db/const.txt @@ -3363,9 +3363,14 @@ SCFLAG_LOADED 0x04 SCFLAG_FIXEDRATE 0x08 SCFLAG_NOICON 0x10 -// Dragon Colors -DRAGON_GREEN 1 -DRAGON_BROWN 2 -DRAGON_GRAY 3 -DRAGON_BLUE 4 -DRAGON_RED 5
\ No newline at end of file +// Mount types +MOUNT_NONE 0 +MOUNT_PECO 1 +MOUNT_WUG 2 +MOUNT_MADO 3 +MOUNT_DRAGON 4 +MOUNT_DRAGON_GREEN 4 +MOUNT_DRAGON_BROWN 5 +MOUNT_DRAGON_GRAY 6 +MOUNT_DRAGON_BLUE 7 +MOUNT_DRAGON_RED 8 diff --git a/db/pet_db.txt b/db/pet_db.txt index 24e5e4cfd..5a3431b25 100644 --- a/db/pet_db.txt +++ b/db/pet_db.txt @@ -77,7 +77,7 @@ 1023,ORK_WARRIOR,Orc Warrior,635,9017,10009,537,80,60,20,100,250,20,500,150,1,0,600,200,300,{ petskillattack2 "NPC_PIERCINGATT",100,1,0,10; },{ bonus bAtk,10; bonus bDef,-3; } 1026,MUNAK,Munak,636,9018,10008,537,80,60,20,100,250,20,500,150,0,0,300,750,300,{ petskillattack2 "NPC_DARKNESSATTACK",444,1,0,10; },{ bonus bInt,1; bonus bDef,1; } 1110,DOKEBI,Dokebi,637,9019,10005,537,80,60,20,100,250,20,500,150,0,0,300,300,800,{ petskillattack "BS_HAMMERFALL",1,0,10; },{ bonus bMatkRate,1; bonus bAtkRate,-1; } -1170,SOHEE,Sohee,638,9020,10016,537,80,60,10,100,250,20,500,150,0,0,100,1000,200,{ petheal 400,60,33,100; },{ bonus bStr,1; bonus bDex,1; } +1170,SOHEE,Sohee,638,9020,10016,537,80,60,10,100,250,20,500,150,0,0,100,1000,200,{ petskillsupport AL_HEAL,10,60,33,100; },{ bonus bStr,1; bonus bDex,1; } 1029,ISIS,Isis,639,9021,10006,537,80,60,10,100,250,20,500,150,0,0,650,450,150,{ petskillsupport "PR_MAGNIFICAT",2,60,50,50; },{ bonus bMatkRate,-1; bonus bAtkRate,1; } 1155,PETIT,Petite,640,9022,10011,537,80,60,20,100,250,20,500,150,0,0,800,400,100,{ petskillattack2 "WZ_HEAVENDRIVE",500,1,0,10; },{ bonus bDef,-2; bonus bMdef,-2; bonus bAspdRate,1; } 1109,DEVIRUCHI,Deviruchi,641,9023,10004,711,80,60,10,100,250,20,500,150,0,0,800,200,100,{ petskillbonus bAgiDexStr,6,20,40; },{ bonus bMatkRate,1; bonus bAtkRate,1; bonus bMaxHPrate,-3; bonus bMaxSPrate,-3; } diff --git a/db/pre-re/skill_cast_db.txt b/db/pre-re/skill_cast_db.txt index 95a402c4f..8b901e602 100644 --- a/db/pre-re/skill_cast_db.txt +++ b/db/pre-re/skill_cast_db.txt @@ -158,7 +158,7 @@ //-- WZ_FIREPILLAR 80,3000:2700:2400:2100:1800:1500:1200:900:600:300,1000,0,30000,600:800:1000:1200:1400:1600:1800:2000:2200:2400,0 //-- WZ_SIGHTRASHER -81,700,2000,0,500,0,0 +81,500,2000,0,500,0,0 //-- WZ_METEOR 83,15000,2000:3000:3000:4000:4000:5000:5000:6000:6000:7000,0,500,5000,0 //-- WZ_JUPITEL diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ff779399f..42cd378f1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -82605,7 +82605,7 @@ item_db: ( Buy: 20 Upper: 63 Delay: 3000 - Script: <" setmounting(); "> + Script: <" setcashmount(); "> }, { Id: 12623 diff --git a/db/re/skill_cast_db.txt b/db/re/skill_cast_db.txt index 8f33acdcf..37b004bfa 100644 --- a/db/re/skill_cast_db.txt +++ b/db/re/skill_cast_db.txt @@ -568,7 +568,7 @@ //===== Champion =========================== //-- CH_PALMSTRIKE -370,300,0,0,0,0,0, +370,0,300,0,0,0,0, //-- CH_TIGERFIST 371,0,0,0,0,2000:4000:6000:8000:10000,0, //========================================== |