* Optimized "Magic Books" quest, 60% size reduction (npc\re\quests\magic_books.txt)
* Follow-up r16449, added missing SQL entry for bugreport:6132 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16455 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
0556895658
commit
321cadb7a0
@ -1,7 +1,7 @@
|
||||
What is the import folder for?
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
The folder provides way for you to change your config settings without having
|
||||
The folder provides a way for you to change your config settings without having
|
||||
to update the files every time you update your server. You store your changes,
|
||||
and the rest is updated with rAthena (usually though SVN).
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -2826,7 +2826,7 @@ REPLACE INTO `item_db` VALUES (5221,'Pair_Of_Red_Ribbon_','Evolved Pair of Red R
|
||||
REPLACE INTO `item_db` VALUES (5222,'Fish_On_Head_','Evolved Blue Fish',5,20,NULL,500,NULL,2,NULL,0,0xFFFFFFFF,7,2,256,NULL,50,1,149,'bonus bAgi,1; bonus bDex,1;',NULL,NULL);
|
||||
REPLACE INTO `item_db` VALUES (5223,'Big_Golden_Bell_','Evolved Big Golden Bell',5,20,NULL,200,NULL,2,NULL,0,0xFFFFFFFE,7,2,768,NULL,35,1,175,'bonus bAgi,2;',NULL,NULL);
|
||||
REPLACE INTO `item_db` VALUES (5224,'Orc_Hero_Helm_TW','Evolved Orc Hero Helm',5,500000,NULL,900,NULL,5,NULL,0,0xFFFFFFFE,7,2,768,NULL,55,1,178,'bonus bStr,2; bonus bVit,1; bonus bMaxHPrate,10;',NULL,NULL);
|
||||
REPLACE INTO `item_db` VALUES (5225,'Marcher_Hat','Parade Hat',5,20,NULL,200,NULL,2,NULL,1,0xFFFFFFFF,7,2,256,NULL,10,1,269,'bonus2 bResEff,Eff_Stun,1000; bonus3 bAutoSpellWhenHit,\"NV_FIRSTAID\",1,100; bonus3 bAutoSpellWhenHit,\"TF_BACKSLIDING\",1,100; /*If(BaseClass == Job_Acolyte) { bonus4 bAutoSpellOnSkill,\"PR_LEXAETERNA\",\"AL_HEAL\",1,10; }*/',NULL,NULL);
|
||||
REPLACE INTO `item_db` VALUES (5225,'Marcher_Hat','Parade Hat',5,20,NULL,200,NULL,2,NULL,1,0xFFFFFFFF,7,2,256,NULL,10,1,269,'bonus2 bResEff,Eff_Stun,1000; bonus3 bAutoSpellWhenHit,\"HP_ASSUMPTIO\",1,100; bonus3 bAutoSpellWhenHit,\"AL_ANGELUS\",5,100; if(BaseClass == Job_Acolyte) bonus4 bAutoSpellOnSkill,\"AL_HEAL\",\"PR_LEXAETERNA\",1,1000;',NULL,NULL);
|
||||
REPLACE INTO `item_db` VALUES (5226,'Mini_Propeller_','Mini Propeller',5,20,NULL,200,NULL,2,NULL,0,0xFFFFFFFF,7,2,256,NULL,0,1,270,'bonus bAgi,2; bonus bDex,1; bonus bFlee,10; bonus bCastrate,-getrefine();',NULL,NULL);
|
||||
REPLACE INTO `item_db` VALUES (5227,'Red_Deviruchi_Cap','Red Deviruchi Hat',5,20,NULL,800,NULL,2,NULL,0,0xFFFFFFFE,7,2,256,NULL,64,1,271,'bonus bStr,1; bonus bInt,1;',NULL,NULL);
|
||||
REPLACE INTO `item_db` VALUES (5228,'White_Deviruchi_Cap','Gray Deviruchi Hat',5,20,NULL,800,NULL,2,NULL,0,0xFFFFFFFE,7,2,256,NULL,64,1,272,'bonus bStr,1; bonus bInt,1;',NULL,NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user