summaryrefslogtreecommitdiff
path: root/npc/quests/first_class
AgeCommit message (Collapse)AuthorFilesLines
2013-11-30Re-commit of 4faa0ec9df7067cee3eb1c1953fccc6c2f842179Taylor Locke4-19/+19
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."Haru4-19/+19
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 Locke4-19/+19
2013-11-04Follow-up to 124ab2a1cdb344f24170a4d91f7000ebabf39b40Haru1-1/+1
- Changed a few leftover NPC IDs to constants - Note: we're still missing support for mob sprite constants, so the NPCs using mob sprites are still not converted. Signed-off-by: Haru <haru@dotalux.com>
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka7-58/+58
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru7-308/+431
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2013-10-07Updated tu_acolyte.txtshennetsind1-57/+110
File Changelog: 1.7 Fixed exp, texts, and requirements in pre-renewal [Daegaladh] 1.8 Updated to match the official script. [Euphy] 1.9 Added GM management function. [Euphy] Closes #176 Signed-off-by: shennetsind <ind@henn.et>
2013-05-28Woohooo! Some more cleaning up!Mysteries2-6/+6
- Follow up to 80510a0 { Corrected name placeholders } - Vas cleanup on name placeholders - Small change in /doc/permissions.txt
2013-02-09-Version update for previously committed filesStreusel1-1/+2
2013-02-09-Updated HeadersStreusel1-2/+8
-Fixed Issue ID #6834 warps --tu_swordsman.txt warp to New Izlude uses custom coordinates as renewal coordinates were not available
2012-12-27> Follow-up r17048:euphyy7-372/+172
- 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-11-30- Fixed Acolyte Tutorial/Quest: A wrong placed curly bracket. Thanks to ↵j-tkay1-13/+14
clydelion! (npc/quests/first_class/tu_acolyte.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16989 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-12* Fixed cutin errors in 2008 Christmas event, bugreport:6458 ↵euphyy1-1/+1
(events\christmas_2008.txt) * Fixed a broken warp portal in prt_castle, bugreport:6461 (quests\first_class\tu_archer.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16627 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh7-0/+10551
-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 ↵shennetsind7-10551/+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-07-06* Fixed an incorrect item check (bugreport:6184)euphyy1-1/+1
* Disabled two Dewata warp portals clashing with quest scripts (bugreport:6185, bugreport:5944) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16380 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30- Removed more trailing tabs.brianluau3-7/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15527 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-1/+1
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" stringmercurial1237-14/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-07* Merged changes from trunk [14895:14966/trunk].ai4rei1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14967 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-07-21Updated most active NPCs that give EXP to renewal standards.L0ne_W0lf6-97/+98
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14920 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-07-04Updated Tutorial quests, and added back NPCs needed for Priest quest.L0ne_W0lf7-2585/+3398
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14884 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-09-18* Added bard/dancer songs and duets to the nodispell list. (bugreport:4411)L0ne_W0lf1-214/+196
* Applied Ai4rei's patch for the skill WE_CALLPARTNER (bugreport:4437) * Lots of updates to monster stats/drops, all fairly minor. * Updated the price and weight of a handful of etc items. * Removed drops for quest-spawned Satan Morroc. (bugreport:4425) * Changed weight on novice consumable items to 0 (bugreport:4442) * Updated Sage quest skill quest with the file curtosy of 5511. * Fixed the Pink Crystal being named Blue Crystal in Flavius. * Touched up the archer tutorial, and phantasmic arrow quests. * Fixed Turbo Track records for 8 and 16 normal saving as expert. (bugreport:4433) * Corrected the positions for the arug castle 04 exterior flags. (bugreport:4436) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14409 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-22- Added missing 10.3 dialog to tu_archer.Kisuka1-25/+25
- Removed 'Arpesto' and added to hunter_skills with its script (Official Phantasmic Arrow Quest). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13906 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-25Fixed Thief Training QuestPlaytester1-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13625 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-28Fixed minor typo in tu_archer script (bugreport:2393).jmanfffreak1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13334 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-28* More boredom and bugfixing to various scripts. :DL0ne_W0lf1-1/+4
- Updated an outdated comment in refine.txt. (bugreport:2370) - Fixed two bad event calls in arug_cas04/05. (bugreport:2386) - Fixed wrong check in haire dresser script. (bugreport:2392) - Fixed infinite loop in archer quest scropt. (bugreport:2393) - Bonus: Updated the blacksmith supply dealer in Einbroch git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13330 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13Converted skill commands integers to strings. Follow up on r12814shadow5-44/+44
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-14Fixed bugreport:1337, bugreport:1355, bugreport:1361, and bugreport:1362.L0ne_W0lf1-16/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12594 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-28* Updated NPC headers to fix errors caused by rev. 11603.L0ne_W0lf2-6/+8
- Note: non-standard loaded scripts need to be checked for errors/duplicates. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11605 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-10* Updated experience rewards in a lot of quests to match upcoming rate ↵SinSloth6-161/+105
adjustments changes. - Please use 'getexp' command when rewarding experience in any lore-related quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-03- Re-coded 'soundeffectall'; removed the third parameter ('coverage')ultramage2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10844 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-29Temp fix for dumb code - disabled soundeffectall in scripts (see ↵ultramage2-2/+2
topic:155230 for reference) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10827 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-14* Fixed some bugs in Crusader Job change quest.SinSloth1-1/+1
* Minor fix on NPC name in Swordman tutorial quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10537 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-29More eof eols (followup to r10401); skipping /npc/custom and /npc/samplesultramage6-6/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-23Added missing close; to the magician first_class questultramage1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10323 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-04Fixed a typo in tu_archer.txtultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10157 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-15removed all .GAT from all the scripts and testedLupus7-77/+77
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-21fixed npc name according to the official info -> Raiden Karus, AlbestLupus1-101/+101
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9888 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-21Moved Master Kavaruk NPC a bit (2 NPC on the same cell)Lupus1-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9884 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-15Corrected all Schwarzwald typos (except for the WIP one)ultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9867 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-23Fixed Mage Tutorial QuestLupus1-1/+1
Fixed typos in Ninja Quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9302 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-04fixed weight check. added tabsLupus2-13/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9134 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-30added official 1st class quests Lupus9-3544/+3304
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9097 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-06fixed timer error, mobscript bug, overlapped npcsLupus1-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8942 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-04typo fixedLupus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8931 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-27parenthesis fixLupus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8886 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-27added to keep new versions of 1st class quests. Work in progress!Lupus4-0/+6149
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8884 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-271st class quests. WIPLupus2-3/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8881 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-261st class. mage quest + tutorialLupus1-0/+762
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8874 54d463be-8e91-2dee-dedb-b68131a5f0ec