summaryrefslogtreecommitdiff
path: root/npc/jobs/1-1e
AgeCommit message (Collapse)AuthorFilesLines
2016-09-02change *strcharinfo to use constantsAsheraf3-14/+14
2016-02-29Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriateEmistry1-3/+2
2016-02-22Payon NPC UpdateJedzkie1-3/+3
- Change the coordinate of Taekwon Job Changer 'Phoenix' from payon to payon_in01 - Change the facing position of Repairman - Change the selling items of Tool Dealer and Pet Groomer in RENEWAL - Add PRE-RENEWAL Tool Dealer and Pet Groomer. - Change the coordinates of some warps - Change the coordinate of Guide in payon - Change the coordinate of Helm of Angel and Deviruchi Cap quest npc
2016-01-16Script Standardization: changed select format in jobs folderDastgir3-8/+8
2015-12-18ItemID to Constant: instances/jobs FolderDastgir3-19/+19
2015-12-15Standardized header in scripts (part 5)Haru3-53/+111
- 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-1/+0
Signed-off-by: Haru <haru@dotalux.com>
2015-07-05Removed blank text contents in NPC scripts.Emistry1-1/+1
http://herc.ws/board/tracker/issue-8677-lots-of-blank-things-in-scripts/
2015-04-19Added Kagero / Oboro Quest.Taylor Locke1-3/+4
2014-11-02Replaced 'set' with direct assignment where applicable (common folder)Haru3-16/+16
Signed-off-by: Haru <haru@dotalux.com>
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka3-6/+6
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru3-63/+57
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2012-09-18* Fixed a misplaced quest log entry in Priest job quest, bugreport:6702 ↵euphyy1-1/+1
(jobs\2-1\priest.txt) * Fixed an incorrect check in Taekwon job quest, bugreport:6711 (jobs\1-1e\taekwon.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16786 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-05* Follow-up r16742, revised quest sample (doc\sample\npc_test_quest.txt) and ↵euphyy1-1/+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-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh3-0/+1434
-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 ↵shennetsind3-1434/+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-03-24- Fixed missing 'delitem' in Ninja Job Quest. (bugreport:5399)brianluau1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15788 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30- Removed more trailing tabs.brianluau1-1/+1
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-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" stringmercurial1233-8/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-21* Removed usage of the 'goto' command from job quests.L0ne_W0lf1-35/+34
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14351 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-02-24- Removed 'adopt' documentation from script_commands (bugreport:4066).Kisuka1-2/+3
- Fixed an aegis typo in ninja job quest (bugreport:3972). - Fixed % issues with Battleground Medals (bugreport:4062). - Fixed 'new world cards' effect (bugreport:4033). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-11- Added quest log commands to all job quests.Kisuka3-1053/+945
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14054 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-01-22- Fixed some item checks on gunslinger quest. (How was this not noticed for ↵Kisuka1-4/+5
so long?) (bugreport:2693) - Fixed Pheeroni spawn. (bugreport:2682) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13473 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-23- Fixed Taekwon job quest NPC facing the wrong way. (bugreport:2090)Kisuka1-2/+3
- Fixed an issue with Kiel_Hyre_Quest.txt where dialog window wouldn't close. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13120 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
2008-05-31* Corrected some typos errors in Gunslinger Quest. (bugreport:1549)samuray221-3/+3
* Corrected some "mes" without the getitemname in Sage Quest. (bugreport:1564) * Deleted Empty Color Tag in Soul Linker Quest. (bugreport:1572) * Changed an incorrect "!=" to "==" in Sage Quest. (bugreport:1572) -And Small Typo Error. * Changed some "close"s to "close2"s on Aldebaran Guides. (bugreport:1597) * Deleted a Unnecessary "end" in Rachel Guide. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12746 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-05* Corrected a bad duplicate name in Kafra Bank (Custom). (bugeport:921)samuray221-3/+4
* Corrected a lot of ";;" Typo errors. -Some of this are in the bugreport:919 * Corrected a Cutin Problem in Cooking Quest and a Delitem. (bugreport:911) * Corrected some typo error with "rouge". (bugreport:909) * Moved Custom Event folder to Custom Folder. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12177 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-18Uncommented the ShowWarning and ShowDebug from rev. 11508, and cleaned up ↵L0ne_W0lf1-1/+1
the warnings it produced. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11516 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-16* Added a return at the end of several scripts. Should deal with errors ↵L0ne_W0lf2-2/+2
being shown in due to a recent commit by FlavioJS git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11495 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01* Fixed an assortment of typos and bugs care of yyCC.L0ne_W0lf1-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11343 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-15* Corrected some typo error in "Clown Reborn Quest".samuray221-400/+402
-Thanks to Myllena. * Corrected some typo error in "Professor Reborn Quest". * Rewrote Taekwon Job Quest to the Aegis Standards. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11012 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-20* Reverted wrong fix in Ninja Job quest.SinSloth1-4/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10794 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-20* Fixed another minor bug for Ninja Quest.samuray221-1/+4
-Thanks to Soul of Linkers for the fix. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10789 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-04small npc header adjustments, eol settingultramage1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10676 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-22Tweaked some recent npcs (untested)ultramage1-9/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10608 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-17removed .GAT-s again from recent scriptsLupus1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10552 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-06revised 2/3 of cities scripts, minor optimization of Gunslinger quest, ↵Lupus1-26/+7
Grandpa Pharm = | -> || git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10495 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-30* Updated Gunslinger Job Change Quest to official.SinSloth2-175/+407
* Fixed a minor bug in Ninja Job Change Quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10419 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-29Updated Ninja Job Quest to official versionSinSloth1-661/+584
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10406 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-29More eof eols (followup to r10401); skipping /npc/custom and /npc/samplesultramage3-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-07* Added some accessories thanks to ArgatlahmPlaytester1-1/+1
- added Valkyrie combo bonus - fixed a typo git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10180 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-01- Corrected multiple "WoE has begun" announcesultramage1-101/+59
- Removed some poor coding from the gunslinger job script - Fixed some engrish - Added missing changelog edit git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10114 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-27* Added Akagi to Ninja Job questPlaytester1-1/+49
- he teleports job level 10 novices to amatsu for free git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10079 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-15removed all .GAT from all the scripts and testedLupus3-8/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all ↵FlavioJS1-261/+261
txt/conf/h/c files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-23Fixed Mage Tutorial QuestLupus1-2/+2
Fixed typos in Ninja Quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9302 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-21Fixed typo in Ninja questsLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20- Removed security check since source level patch is applied. Reverted ↵Lance2-728/+720
select(), created prompt(). modified Changelog-Trunk.txt modified npc/airports/airships.txt modified npc/cities/amatsu.txt modified npc/cities/gonryun.txt modified npc/cities/hugel.txt modified npc/cities/lighthalzen.txt modified npc/cities/niflheim.txt modified npc/cities/valkyrie.txt modified npc/custom/eAAC_Scripts/disguiser.txt modified npc/custom/eAAC_Scripts/quest_warper.txt modified npc/custom/jobs/jobmaster.txt modified npc/events/idul_fitri.txt modified npc/jobs/1-1e/gunslinger.txt modified npc/jobs/1-1e/ninja.txt modified npc/jobs/novice/novice.txt modified npc/merchants/kunai_maker.txt modified npc/merchants/novice_exchange.txt modified npc/merchants/refine.txt modified npc/other/comodo_gambling.txt modified npc/other/dts_warper.txt modified npc/other/marriage.txt modified npc/other/powernpc.txt modified npc/quests/Lvl4_weapon_quest.txt modified npc/quests/gunslinger_quests.txt modified npc/quests/quests_ein.txt modified npc/quests/quests_umbala.txt modified npc/sample/monster_controller.cpp modified src/map/script.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-19Applied security patches. PLEASE CHECK THEM ALL.Lance2-720/+728
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9260 54d463be-8e91-2dee-dedb-b68131a5f0ec