summaryrefslogtreecommitdiff
path: root/npc/re/jobs/3-2
AgeCommit message (Collapse)AuthorFilesLines
2015-08-14Remove conf dir.Andrei Karas7-8318/+0
2015-06-16Sura quest fixNihadm891-2/+2
The quest worked fine on the first try. But the loop would break after that and only 1 person could do the quest per server restart. This small edit slightly adjusts the loop so it works as intended.
2014-11-02Replaced 'set' with direct assignment where applicable (re folder)Haru7-154/+154
Signed-off-by: Haru <haru@dotalux.com>
2014-10-30Deprecated checkriding and setriding commandsHaru1-2/+2
Replaced their use in scripts with checkmount and setmount, respectively. Signed-off-by: Haru <haru@dotalux.com>
2014-10-28Removed use of 'checkquest' from scripts (re folder)Haru5-45/+39
Signed-off-by: Haru <haru@dotalux.com>
2014-10-24Renamed ismounting, setmounting, @mount2Haru7-7/+7
To avoid ambiguity: - The script command ismounting is now hascashmount - The script command setmounting is now setcashmount - The at-command @mount2 is now @cashmount Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Fixed several files with a missing EOL at EOFHaru4-4/+4
- All text files should end with an EOL. Period. - See http://robots.thoughtbot.com/no-newline-at-end-of-file for info on how to configure the most common text editors to do it automatically for you. Signed-off-by: Haru <haru@dotalux.com>
2013-11-30Re-commit of 4faa0ec9df7067cee3eb1c1953fccc6c2f842179Taylor Locke1-4/+4
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-4/+4
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-4/+4
2013-11-10Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4Haru1-4/+4
- Consolidated case in variables, labels, constants. Signed-off-by: Haru <haru@dotalux.com>
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka7-154/+154
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru7-50/+36
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 filesHaru7-7/+7
- 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-05-28Woohooo! Some more cleaning up!Mysteries7-19/+19
- Follow up to 80510a0 { Corrected name placeholders } - Vas cleanup on name placeholders - Small change in /doc/permissions.txt
2012-12-30* Added Somotology Laboratory F4 quest (written by Ziu, translated by Heris, ↵euphyy1-5/+2
uses some iRO dialogues). * Updated quest_db with Somotology Laboratory F4 entries (5113-5125 are placeholders, may be incorrect). * Moving of warp files, reducing the number of duplicates in pre-re/re paths. * Added a note to documentation (bugreport:7065) and fixed a small mistake (bugreport:7068). * Follow-up r17056, missing $ (bugreport:7067) and added a missing item. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-17* Updated Rune Knight and Ranger job quests to their latest versions. This ↵euphyy2-10/+11
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-12-15* Updated Minstrel and Shadow Chaser job quests to their latest versions.euphyy2-2060/+2151
* Fixed more Izlude RE coordinates (bugreport:6285). * Disabled "Fish Tails" NPC in El Dicastes quests until Izlude RE coordinates are found; also, fixed a small mistake. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17024 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-08* Updated Geneticist, Warlock, and Sura job quests to their latest versions.euphyy7-1537/+954
* Added a clearer example for party_even_share_bonus (tid:58005). * Standardized job headers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17010 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-02* Updated Sorcerer and Wanderer job quests to latest their latest versions ↵euphyy2-562/+234
(fixes bugreport:6966). * Follow-up r16955: fixed an item_db mistake (bugreport:6967). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16991 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-01* Updated Arch Bishop, Guillotine Cross, Mechanic, and Royal Guard job ↵euphyy1-152/+176
quests to their latest versions. * Fixed Izlude RE warps (bugreport:6884, bugreport:6285). * Fixed experience reward in Cursed Spirit quest (bugreport:6288). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16990 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-22- Fixed bugreport:6922, Sura Job Change Quest: Removed disablenpc which ↵j-tkay1-72/+57
causes players stucked in waitingroom. (npc/re/jobs/3-2/sura.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16944 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-24- Fixed bugreport:6810, checkquest paramater typo and added checkquest in ↵j-tkay1-3/+4
Wanderer Job Change Quest. (npc/re/jobs/3-2/wanderer.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16827 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-02* Fixed an endless loop and other typos in Wanderer job quest, ↵euphyy1-6/+13
bugreport:6748 (re\jobs\3-2\wanderer.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16810 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-24- Merged and cleaned up Kafras. (kafras/kafras.txt)j-tkay2-11/+12
- 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-22- Updated Genetic Job Change Quest dialogue. Special thanks to Muad_Dib! ↵j-tkay1-565/+417
(npc/re/jobs/3-2/genetic.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16680 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-20* Some cleaning of "Eden Group Quests" script, fixes include bugreport:6510 ↵euphyy1-17/+17
(re\quests\eden\eden_quests.txt) * Other misc. cleaning... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16671 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-19* Updated Wanderer job change Quest. Huge thanks to Muad_Dib!masao871-1059/+860
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16667 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-27* Optimized Minstrel job quest (re\jobs\3-2\minstrel.txt)euphyy1-701/+90
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16512 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-12* Fixed minor bug with "viewpoint" 5th argument. (bugreport:6221)og24-14/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16420 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-08Okie ladies and gentleman if this commit breaks anything it's jman's and ↵shennetsind7-0/+10100
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