diff --git a/conf/battle/misc.conf b/conf/battle/misc.conf index 7c085fd414..de64c0c458 100644 --- a/conf/battle/misc.conf +++ b/conf/battle/misc.conf @@ -18,6 +18,10 @@ // config to adjust how this will affect players) pk_mode: 0 +// Displays a message when the player enters a pk zone. +// Only during pk_mode (Note 1) +pk_mode_mes: yes + // Manner/karma system configuration. Specifies how does negative manner // (red no chat bubble) affects players (add as needed): // 0: No penalties. diff --git a/conf/msg_conf/map_msg.conf b/conf/msg_conf/map_msg.conf index 50306ef970..0235555b27 100644 --- a/conf/msg_conf/map_msg.conf +++ b/conf/msg_conf/map_msg.conf @@ -423,7 +423,7 @@ 404: War of Emperium SE is currently in progress. 405: War of Emperium SE has been ended. 406: War of Emperium SE is currently not in progress. -//407 free +//407: free //chrif related 408: Need disconnection to perform change-sex request... 409: Your sex has been changed (need disconnection by the server)... @@ -1662,5 +1662,9 @@ 1501: Spying on the %s clan. 1502: Incorrect clan name/ID. +// PK Mode msgs +1503: You've entered a PK Zone. +1504: You've entered a PK Zone (safe until level %d). + //Custom translations //import: conf/msg_conf/import/map_msg_eng_conf.txt diff --git a/db/re/item_db.txt b/db/re/item_db.txt index a1382a9420..2400920f81 100644 --- a/db/re/item_db.txt +++ b/db/re/item_db.txt @@ -2110,7 +2110,7 @@ 2904,Naqsh,Naqsi,4,0,,0,,0,,0,0xFFFFFFFF,63,2,136,,0,0,0,{ skill "BS_MAXIMIZE",5; skill "BS_WEAPONPERFECT",5; skill "WL_RECOGNIZEDSPELL",5; skill "ECL_SNOWFLIP",1; skill "ECL_PEONYMAMY",1; skill "ECL_SADAGUI",1; skill "ECL_SEQUOIADUST",1; bonus2 bSkillCooldown,"WL_RECOGNIZEDSPELL",-180000; bonus bDelayRate,-100; },{},{} 2905,Super_Ora_Ora,Super Ora Ora,4,0,,1000,,0,,0,0xFFFFFFFF,63,2,136,,0,0,0,{},{},{} 2906,Happy_Gauntlet,Happy Gauntlet,4,20,,1000,,3,,1,0xFFFFFFFF,63,2,136,,70,0,0,{ bonus bMdef,3; },{},{} -2907,Buwaya_Tattoo,Bawaya Agimat Tattoo,4,20,,100,,0,,0,0xFFFFFFFF,63,2,136,,1,0,0,{ bonus bMatkRate,7; bonus bVariableCastrate,-7; },{},{} +2907,Buwaya_Tattoo,Bawaya Agimat Tattoo,4,20,,100,,0,,0,0xFFFFFFFF,63,2,136,,1,0,0,{ bonus bMatkRate,7; bonus bFixedCastrate,-7; },{},{} 2908,Light_Ring,Light Ring,4,20,,100,,0,,1,0xFFFFFFFF,63,2,136,,0,0,0,{},{},{} 2909,Darkness_Ring,Darkness Ring,4,20,,100,,0,,1,0xFFFFFFFF,63,2,136,,0,0,0,{},{},{} 2910,Bakonawa_Tattoo,Bakunawa Agimat Tattoo,4,20,,100,,0,,0,0xFFFFFFFF,63,2,136,,1,0,0,{ bonus2 bAddClass,Class_All,7; bonus bAspdRate,10; },{},{} diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 4ef760762d..7bc78e9a10 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2760,6 +2760,9 @@ Valid information types are: REFINE_ZENY_COST - Zeny REFINE_MATERIAL_ID - Material Item ID +This function will return -1 on failure. The function fails if the cost type +is invalid or if there is no item in the equipment slot. + --------------------------------------- *getareadropitem("",,,,,) @@ -3868,10 +3871,13 @@ by default green --------------------------------------- -*showscript ""{,}; +*showscript ""{,, }; Makes attached player or GID says a message like shouting a skill name, the message will be seen to everyone around but not in chat window. +flag: Specify target + AREA - Message is sent to players in the vicinity of the source (default). + SELF - Message is sent only to player attached. --------------------------------------- @@ -6534,6 +6540,8 @@ The options are: 1 = The buy window 2 = The sell window +Note: The