summaryrefslogtreecommitdiff
path: root/npc/jobs/2-2/crusader.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16Fix wrong order of dialogue at Crusader Jobchange Quest. (#1637)skyleo1-14/+22
Fix wrong order of dialogue at Crusader Jobchange Quest.
2016-09-02change *strcharinfo to use constantsAsheraf1-4/+4
2016-02-29Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriateEmistry1-6/+12
2016-01-16Script Standardization: changed select format in jobs folderDastgir1-35/+35
2015-12-31Replaced leftover -1 view IDs with FAKE_NPCHaru1-5/+5
Signed-off-by: Haru <haru@dotalux.com>
2015-12-31Replace -1,{ with FAKE_NPC,{AnnieRuru1-7/+7
replace using Notepad++
2015-12-18ItemID to Constant: instances/jobs FolderDastgir1-4/+4
2015-12-15Standardized header in scripts (part 5)Haru1-71/+49
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Jobs scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-3/+0
Signed-off-by: Haru <haru@dotalux.com>
2014-11-02Replaced 'set' with direct assignment where applicable (common folder)Haru1-61/+61
Signed-off-by: Haru <haru@dotalux.com>
2014-10-28Removed use of 'checkquest' from scripts (common folder)Haru1-4/+4
Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Removed trailing whitespace (scripts)Haru1-6/+6
Signed-off-by: Haru <haru@dotalux.com>
2013-11-10Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4Haru1-1/+1
- Consolidated case in variables, labels, constants. Signed-off-by: Haru <haru@dotalux.com>
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-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka1-8/+8
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru1-45/+53
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2012-12-08* Updated Geneticist, Warlock, and Sura job quests to their latest versions.euphyy1-2/+2
* 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-09-05* Follow-up r16742, revised quest sample (doc\sample\npc_test_quest.txt) and ↵euphyy1-4/+0
whisper system documentation (doc\whisper_sys.txt) * Follow-up r16745, fixed a few typos in atcommand documentation (doc\atcommands.txt) * Minor cleaning - spacing, tabulation, comments, dividers git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16746 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-10* Raw revert of all job files back to r16578, prior to the rewrite in ↵euphyy1-1164/+662
r16579. The updates will be re-applied after more testing is done. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16621 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-05- This should fix all job quests which didn't work after the update.masao871-40/+49
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16584 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-05- Some little adjustments to the job change quests, also reverted some ↵masao871-2/+0
variables to the old job change files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16582 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-04- Here comes the big Job folder Update.masao871-667/+1162
* Updated all 1-1, 2-1, 2-2 and the expanded files to the latest available official files and also added support for baby job change. * There might be some optimizations still needed at some places and there maybe occur some errors as well or the job change isn't fully working anymore since I didn't test all the jobs through the end (Me = Lazy), if so then please fill out a bug report in our bug tracker: http://rathena.org/board/tracker/project-4-scripts/ * Ninja, Gunslinger and the other files will follow within the next days. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16579 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh1-0/+1485
-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-1485/+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
2011-12-24- Replaced all occurrences of "eAthena" to "rAthena" stringmercurial1231-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-12- Fixed a divide-by-zero error in airships.txt (bugreport:651)brianluau1-10/+10
- Fixed a typo in Crusader jobchange quiz. (bugreport:443) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15074 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-08-14* Quest log kill count now updated properly. (Added from topic 253813)L0ne_W0lf1-7/+0
* More battleground editing, and some bug fixes. - * ALL BATTLEGROUNDS ARE NOW ACTIVE BY DEFAULT. PLEASE CONTINUE TESTING * - Rewrote the Badge Exchange NPC in bg_common.txt, is official now. - Other changes to the bg_common folder, including disabled GM NPC. - Completely rewrote Flavius for the most part, from ground up. - Moved old Flavius battlegrounds to /custom/battleground folder. - Restored original bg_common, and KVM to /custom/battleground - Fixed wall bugs in Tierra Gorge, and added an oninit to the timers. - Other minor tweaks to both Tierra Gorge and KVM scripts. - Fixed the pseudo-cooldown on KVM not working properly, I hope. - Added global time2str function which will be used later in Endless tower. * Applied Epoque's mapflag clean up, which removes flags from scripts. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14374 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-21* Removed usage of the 'goto' command from job quests.L0ne_W0lf1-36/+37
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14351 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-11- Added quest log commands to all job quests.Kisuka1-2/+31
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14054 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-14Added updates to crusader job quest from bugreport:1887.L0ne_W0lf1-60/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13210 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-03Fixes a bug in the crusader job quest (bugreport:1101)Paradox924X1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-28* Changed how waiting rooms work in the job quests. L0ne_W0lf1-5/+9
- Implemented a checkweight in the alchemist job quest. - Various other small updates to the 2-1 and 2-2 quests. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12262 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-12* Deleted unused variables in some Job Quest (2-1 & 2-2).samuray221-3/+3
-Thanks to Ai4rei git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11726 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01* Fixed an assortment of typos and bugs care of yyCC.L0ne_W0lf1-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11343 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-232-2 job quest update. Although completable, further testing (and optimizing) ↵L0ne_W0lf1-24/+29
required. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-23random fixingultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10808 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-22Crusader Job Q. Made 1 npc name unique. Fixed EngrishLupus1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10802 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-21* Fixed a little minor bug in "Crusader Job Quest".samuray221-2/+3
* Added some missing NPCs from the Laboratory on "Elemental Potion Cretion Quest". git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10799 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-19* Fixed Some variables like ".@item", and changed to "@item".samuray221-22/+22
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10785 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-19* Fixed Some variables like "@item", and changed to ".@item".samuray221-17/+18
- Thanks to BrainStorm for the fix. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10783 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-14npc header consistency updateultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10759 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-14merged crusader job q to stable. Added initial ABBEY mob spawnLupus1-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10758 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-04small npc header adjustments, eol settingultramage1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10676 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-01fixed 2 bugs in Bard Job QuestLupus1-12/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10656 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-01fixed bug in new Crusader Job Q. optimizedLupus1-248/+213
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10655 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-31* Fixed some spelling and grammar in crusader quest.L0ne_W0lf1-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10653 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-31* Updated Crusader quest.L0ne_W0lf1-938/+1233
- Updated NPC dialogs using Aegis 10.3 file. - Fixed logic error with job change reward for job 50 swordies. - Completely redid the 1st and 3rd tests. - Optimized first four NPC scripts slightly. - Alternatively, the tests themselves need work. - Temporary character variables "@" are now ".@" - Fixed some indentation. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10651 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-14* Fixed some bugs in Crusader Job change quest.SinSloth1-3/+4
* 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-05-05* Updated Facing of NPCs from Crusader Quest.samuray221-4/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10472 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-04* Updated Crusader Job quest to the official one.samuray221-958/+1015
- Added Folder "old" for old quest of jobs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10457 54d463be-8e91-2dee-dedb-b68131a5f0ec