summaryrefslogtreecommitdiff
path: root/npc/re/jobs
AgeCommit message (Collapse)AuthorFilesLines
2014-11-15Remove conf dir.Andrei Karas22-25177/+0
2014-11-02Replaced 'set' with direct assignment where applicable (re folder)Haru18-624/+639
Signed-off-by: Haru <haru@dotalux.com>
2014-10-30Deprecated checkriding and setriding commandsHaru2-3/+3
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)Haru11-140/+140
Signed-off-by: Haru <haru@dotalux.com>
2014-10-24Renamed ismounting, setmounting, @mount2Haru13-13/+13
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-06-14Removed pointless comment from Job Repairs script.Taylor Locke1-44/+2
2014-05-13Removed trailing whitespace (scripts)Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Fixed several files with a missing EOL at EOFHaru6-6/+6
- 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 Locke3-14/+14
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."Haru3-14/+14
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 Locke3-14/+14
2013-11-10Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4Haru3-7/+7
- Consolidated case in variables, labels, constants. Signed-off-by: Haru <haru@dotalux.com>
2013-11-08Added support for monster spritename constantsHaru1-3/+3
- Follow-up to 124ab2a1cdb344f24170a4d91f7000ebabf39b40 - Replaced numeric IDs in NPC definitions and setnpcdisplay calls with the appropriate constants - Made possible thanks to Ind Signed-off-by: Haru <haru@dotalux.com>
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka22-521/+521
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru22-1564/+3240
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 filesHaru13-13/+13
- 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-06-13Hercules Renewal Phase : Renewalmalufett1-2/+2
Rename SC names to eagis standard. Implement SC Configuration.(see db/sc_config.txt) Skill updates and fixes. Some code optimization. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-05-30Reverted Novice Ground to 953aabf5a650d4eef506c1e620d81405f56863b6.j-tkay1-7/+2046
Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
2013-05-28Woohooo! Some more cleaning up!Mysteries16-37/+37
- Follow up to 80510a0 { Corrected name placeholders } - Vas cleanup on name placeholders - Small change in /doc/permissions.txt
2013-05-20-Updated IzludeStreusel1-2046/+7
-Added new Novice Ground NPCs
2013-04-11* Added "Play with Baby Cats" to Malangdo quests.euphyy1-4/+9
* Updated quest_db with all remaining Malangdo entries. * Temporariliy added new coordinates to Warlock job quest to match new Morroc map. (tid:80650) * Fixed some misplaced 'close2' commands in El Dicastes quests (incl. bugreport:7431). * Moved equip index constants in pc.h so that equip_index no longer needs to updating. (follow-up r17221, Hercules ea42e92) * Minor changes to script_commands.txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-03-05-Added Malangdo Enchantments, credits to EuphyStreusel1-76/+78
-Fixed Guillotine Cross job change, credits to Euphy -Updated message display of Malangdo NPC's, credits to Euphy -Updated item_db_re.sql
2013-02-16-Updated & improved some job scriptsStreusel7-39/+40
-Updated script_commands.txt for update 2bc8562 -Moved Honeymoon Helper to Official coordinates -Updated guides/guides_izlude.txt to fit Honeymoon Helper coordinates
2013-02-13-Changed versionsStreusel6-6/+12
2013-02-13-Updated Job NPC's to allow Baby Novice to change into other Baby 1-1 classesStreusel6-10/+10
-Updated Job npc's to use callfunc
2013-02-03Updated more placeholders and fixed some spacing issues.Mysteries3-5/+3
2013-01-29Updated placeholders.Mysteries3-9/+3
2013-01-11* Fixed minor issues in Guillotine Cross job change quest (bugreport:7145).euphyy1-5/+3
* Fixed misplaced line in 13-2 quests (bugreport:7136). * Fixed mistakes in script_commands.txt (bugreport:7140). * Added 'nowarpto' and 'nomemo' mapflags to bossnia_0* maps (bugreport:7118). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17092 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-01-04* Documented OnTouch_ label.euphyy1-6/+5
* Fixed some bugs in Rune Knight job quest (incl. bugreport:7083). * Removed a duplicate item in custom Item Mall script (bugreport:7115). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17075 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-30* Added Somotology Laboratory F4 quest (written by Ziu, translated by Heris, ↵euphyy3-73/+53
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-27> Follow-up r17048:euphyy3-34/+19
- Renamed 'useskilltopc' to 'npcskill'; - Removed cast time from NPC objects, code by mkbu95 (suspected official behavior); - Documented 'npcskill'; - Replaced all instances in scripts. * Fixed max level bypass, code by malufett (bugreport:5800). * Updated Malangdo spawns to official. * Some standardization of npc/quests/first_class/. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17049 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-20* Follow-up r17030: documented and added bMagicAtkEle to item_combo_db ↵euphyy1-2/+3
(bugreport:6943). * Follow-up r17029: moved 'clearinventory' alias to atcommand_athena.conf. * Custom Quest Shop updated to v1.5, which replaces categories with shop IDs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17031 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-17* Updated Rune Knight and Ranger job quests to their latest versions. This ↵euphyy4-4172/+1598
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-16- Fixed bugreport:6997, Novice Training Ground: check quest accordingly. ↵j-tkay1-396/+351
(re/jobs/novice/novice.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17025 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.euphyy18-3060/+1458
* 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 ↵euphyy3-566/+236
(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 ↵euphyy4-872/+586
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-23* Added Guillotine Cross job quest, again thanks to Muad_Dib! (bugreport:5834)euphyy2-1/+3978
* Follow-up r16941: added documentation. * Updated WOE Controller script to v1.4, which modifies LoadEvent mapflag settings for easier cross-compatibility and standardizes script format. * Minor tweaks here and there. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16947 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-17- Fixed Arch Bishop Job Change Quest, players unable to continue the quest. ↵j-tkay1-136/+56
(npc/re/jobs/3-1/archbishop.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16820 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-09-01* Merged eAthena r15184 by ai4rei, updated effect IDs and NPC IDs (db\const.txt)euphyy1-1/+1
* More updates to effect list documentation (doc\effect_list.txt) * Uncommented a status change in Ranger job quest, bugreport:6551 (npc\re\jobs\3-1\ranger.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16731 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-01* Follow-up r16726, more standardization on docs.euphyy1-23/+12
* Replaced and added dividers in many script files with one standard divider. * Other misc. cleaning... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16727 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-22- Fixed bugreport:6528, Eden Group Officer's level requirement. ↵j-tkay1-28/+16
(npc/re/jobs/novice/novice.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16679 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-20* Some cleaning of "Eden Group Quests" script, fixes include bugreport:6510 ↵euphyy2-18/+18
(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