summaryrefslogtreecommitdiff
path: root/npc/kafras/functions_kafras.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-10-18Open Storage for DoramMiniack1-5/+14
Change in functions_kafras to show a different text between normal characters and Doram characters. Credits to RagEmu.
2016-10-22Implemented SU_BASIC_SKILL Skill of SummonerDastgir Pojee1-2/+3
Added Function for Basic Skills check.
2016-10-16Change *getcharid to use constantsAsheraf1-1/+1
2016-09-02change *strcharinfo to use constantsAsheraf1-1/+1
2016-08-29*strnpcinfo now uses constantsAsheraf1-14/+14
- NPC_NAME for the whole npc name including hidden part - NPC_NAME_VISIBLE for the visible part of the npc name - NPC_NAME_HIDDEN for the hidden part of the npc name - NPC_NAME_UNIQUE for the npc unique name - NPC_MAP for npc map
2016-01-17Script Standardization: changed select format in kafras folderDastgir1-3/+3
2015-12-15Standardized header in scripts (part 14)Haru1-120/+95
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Other scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-06-04Addressed issue #519Streusel1-1/+1
2015-05-08Replaced checkre() calls with constantsHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2014-11-02Replaced 'set' with direct assignment where applicable (common folder)Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2014-07-20Removed duplicate code from the Cool Event NPCsHaru1-142/+195
- Moved common code to a function. - Modified to use appropriate functions from function_kafras.txt. - Modernized syntax/updated function documentation in both files. - Fixed the Rachel NPC incorrectly stating it's warping you to Rachel, instead of Veins. - Special thanks to jaBote, GubA. Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Removed trailing whitespace (scripts)Haru1-11/+11
Signed-off-by: Haru <haru@dotalux.com>
2013-11-30Re-commit of 4faa0ec9df7067cee3eb1c1953fccc6c2f842179Taylor Locke1-5/+5
Cleaned up Zeny manipulation in scripts. - It is now finally safe to re-commit. - Removed some unwanted parts of the original commit, that broke the character set in some scripts. [Haru] - Corrected spacing in some edited lines. [Haru]
2013-11-28Revert "Cleaned up Zeny manipulation in scripts."Haru1-5/+5
Reverted due to a serious regression. I'll commit this again once I fixed the issue in the script engine. Sorry for the inconvenience. This reverts commit 4faa0ec9df7067cee3eb1c1953fccc6c2f842179. Signed-off-by: Haru <haru@dotalux.com>
2013-11-25Cleaned up Zeny manipulation in scripts.Taylor Locke1-5/+5
2013-11-09Consolidated commands called in scripts to their lowercase versionHaru1-2/+2
- Added a note about variables and command scripts case sensitivity. Even though the engine still accepts variable, function and command names in a case insensitive way, it is discouraged to rely on such behavior. Please update your custom scripts as soon as possible. Signed-off-by: Haru <haru@dotalux.com>
2013-10-24Update to last rAthena npc.Michieru1-23/+27
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2013-09-16Corrected line endings and BOM issues with several filesHaru1-1/+1
- Ensured final end-of-line character in every file. - Corrected cases of mixed line endings (mostly CR and CRLF within the same file.) - Removed extra BOM from some scripts, since it causes a parsing error. Signed-off-by: Haru <haru@dotalux.com>
2013-03-06Updated dewata to match the official scripts.lemongrass31101-0/+2
This commit includes a optional SQL upgrade file, that will reset all the dewata quests and the related variables, that your users have done. Thanks to Euphy for helping me and additionally thanks to Flaid for taking his time to test our conversion. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17178 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-02-03Updated more placeholders and fixed some spacing issues.Mysteries1-3/+1
2012-12-17* Updated Rune Knight and Ranger job quests to their latest versions. This ↵euphyy1-5/+12
completes the recent third job updates (r17024, r17010, r16991, r16990). * Fixed quest_db name typos (bugreport:7011). * Added Wolf Flute Trader script to re\merchants\falcon_flute.txt, and renamed to re\merchants\flute.txt. * Optimized Falcon Flute Trader script. * Added constants in El Dicastes quests. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17028 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-24- Merged and cleaned up Kafras. (kafras/kafras.txt)j-tkay1-16/+81
- Added Warp Points / View Points Function. (kafras/functions_kafras.txt) - Updated dialogue for Shadow Chaser Job Change Quest. (jobs/3-2/shadow_chaser.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16699 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08Follow up r16609. Optimized kafra warps a bit more.daegaladh1-14/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16610 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08- Optimized kafras/functions_kafras.txt.j-tkay1-327/+223
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16609 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-05Rescripted Moscovia Kafra to use the Kafra functions.daegaladh1-18/+6
Removed unofficial Guide option in functions_kafras.txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16583 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Follow up r16545. Fixed some mistakes I made.daegaladh1-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16548 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh1-0/+680
-Now common scripts goes to the main npc folder, and pre-re-only/re-only ones goes to their respective folders. -NPCs with practically the same script but little differences have been left in the main folder and uses the command checkre() for the differences. -For those NPCs with different coordinates but same script, the script has been left in the main folder but the NPCs splitted as duplicates. -All pre-renewal files has been reverted back to their pre-renewal behavior. TODO: -Correct pre-re quest rewards. -Check for pre-re/re differences in mapflags. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16545 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-08Okie ladies and gentleman if this commit breaks anything it's jman's and ↵shennetsind1-677/+0
maki's fault, yes, blame them. Fixing pre-re / re npc support, moving /config/ folder to src root so other servers may also make use of the #define renewal dir and other stuff. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16382 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15524 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-24- Replaced all occurrences of "eAthena" to "rAthena" stringmercurial1231-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-12-10* Revised argument declaration of all script commands according to the ↵ai4rei1-1/+1
actual functions' argument usage. - Fixed many script commands with fixed amount of optional parameters to no longer accept any amount of arguments (faulty declaration). - Corrected use of dummy parameter for guildopenstorage in scripts. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14573 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-30- Fixed some 'input' max value checks not working after r12192. (bugreport:3436)brianluau1-5/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13982 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-29- Fixed a spelling typo in Kafras' dialog. (bugreport:3145)brianluau1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13823 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-04Reverted the "The md5() of their kafra code is now stored in #kafra_code$" ↵ultramage1-8/+7
change from r13728. Added md5calc to vs8/vs7/vs6 project files. Applied svn:eol-style to the new sql upgrade file. Note that if you already applied the sql upgrade, your kafra passwords are lost. Also note that txt users will still have to implement their own migration code into the kafra scripts since it was omitted in the previous commits. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13729 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-04* Added the md5() script command. (follow up to r13719)brianluau1-7/+8
- Changed kafra storage password to be stored as md5 hash in #kafra_code$. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13728 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-03* Removed the obfuscation of the #kafra_code password. (bugreport:2323)brianluau1-6/+6
TODO: add a 'md5()' script command and use that instead. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13719 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-01-04- Typo fixes to THQS.Kisuka1-8/+9
- Few fixes on warper.txt - Official warp cords for Kafra Teleport Service. (Someone delete Custom folder already before l0ne kills himself! :<) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13431 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13Converted skill commands integers to strings. Follow up on r12814shadow1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-22git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11545 ↵L0ne_W0lf1-1/+7
54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-10fixed storage access w/o password trough Cool Corp. Staff. Yup. We don't ↵Lupus1-13/+16
have packet/client based Storage password yet. So fixed it due to many complains. Also added cutins into Cool Evnt.Staff NPC git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11159 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-24* Fixed the Kafra Welcome message for guilds. Thanks Barron-Monster.L0ne_W0lf1-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10906 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-06* Updated Juno and Comodo NPCs.L0ne_W0lf1-2/+2
- Updated Monster Museum NPCs as well. - Updated doomed swords quest, moved unrelated NPCs to proper files. - Added the end of the Comodo and Juno doomed swords quests. * Fixed "[Kafra Employee]" being shown twice at one instance. * Fixed the Geffen Inn NPC. * Updated the NPC names for the Geffen Kafra. * Updated the PVP script to official. Includes Event mode. - Added warps for the PVP Cross room. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10858 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-04fixed minor npc file typosultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10855 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-01* Fixed a few errors with the kafra functions.L0ne_W0lf1-3/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10839 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-27* Rev 10815 Updated NPC for Payon.L0ne_W0lf1-4/+6
- Added in the comeplete fortune teller. - Rewrote the Arrow quiver and Gemstone trader NPCs. Moved the Gemstone trader intot he '/merchants' folder. - Updated the information for the Payon Inn accordingly. * Removed an NPC from the Lighthalzen quests. Should fix the "NPC not removed." message when reloading scripts. .Removed because I couldn't find this NPC anywhere it he official file. * Fixed a few over-looked names in the Kafra teleport function. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10815 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-25* Rather large Kafra update. (May need further testing)L0ne_W0lf1-111/+214
- Updated a good portion of the kafra functions. - Added proper dialog for most functions. - Updated guild Kafras and some o f their locations. * Updated all Guide NPCs. They are now mostly 100% official. - Renamed some of the old files to make them look better, IE: yun to juno. - Added Kunlun and Ayotaya guides. * Added the Einbech tool Dealer since it seemed to had gotten lost when I updated shops. * Updated Dye Maker and Hair Dyer to official. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10810 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-16*Fixed the Kafra function, which was screwing up teleporting. L0ne_W0lf1-1/+2
* Undid come of the changes to the Jawaii and Izlude NPCs. - Changed ispartneton() back to getpartnerid() - Added Cebalis' dialog back in, and fixed a problem with Dega. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10777 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-14* Updated cities: Morroc, Jawaii, and IzludeL0ne_W0lf1-17/+30
- Moved an NPC out of Prontera because of the Jawaii update. * Updated Wedding script to official. (Moved previous to custom.) - Updated the Divorce NPC to Official as well. * Changed some dialog in the Kafra Functions. * Updated the Message boards to iRO standards. * Added the Mail box NPCs even though the mail system is not implemented. * Near total rewrite of the shops.txt file. Lots of corrections and such. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10766 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-29More eof eols (followup to r10401); skipping /npc/custom and /npc/samplesultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-15removed all .GAT from all the scripts and testedLupus1-15/+15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec