summaryrefslogtreecommitdiff
path: root/npc/re/jobs/3-1/archbishop.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29Remove unused dirsAndrei Karas1-1698/+0
2020-01-13Update copyright headers for year 2020Haru1-6/+6
Signed-off-by: Haru <haru@dotalux.com>
2019-07-28Sanitize handling of the input() values.Emistry Haoyan1-2/+2
- avoid potential hacks for old scripts that use `input()` script commands. Signed-off-by: Haru <haru@dotalux.com>
2019-03-11Add MERC_ Constants to npc scriptsAnnieRuru1-6/+6
2018-11-13Remove type argument from buildin_getnpcid.EyesOfAHawk1-1/+1
2017-06-03convert specialeffect calls with strings to use GIDgumi1-1/+1
2017-06-03remove specialeffect2 from npcsgumi1-9/+9
2016-09-02change *strcharinfo to use constantsAsheraf1-43/+43
2016-08-29*strnpcinfo now uses constantsAsheraf1-1/+1
- NPC_NAME for the whole npc name including hidden part - NPC_NAME_VISIBLE for the visible part of the npc name - NPC_NAME_HIDDEN for the hidden part of the npc name - NPC_NAME_UNIQUE for the npc unique name - NPC_MAP for npc map
2016-02-29Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriateEmistry1-9/+9
2016-02-07Merge pull request #1110 from dastgir/22-ScriptClean-Phase2Haru1-9/+9
Script CleanUp Phase 2
2016-01-17Script Standardization: changed select format in RE folderDastgir1-9/+9
2016-01-14Fix 3rd jobs BaseLevel requirementAnnieRuru1-2/+2
2015-12-31Replace -1,{ with FAKE_NPC,{AnnieRuru1-3/+3
replace using Notepad++
2015-12-18More ItemID to ConstantsDastgir1-1/+1
2015-12-18ItemID to Constant: re FolderDastgir1-37/+37
2015-12-15Standardized header in scripts (part 5)Haru1-23/+35
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Jobs scripts folders Signed-off-by: Haru <haru@dotalux.com>
2014-11-02Replaced 'set' with direct assignment where applicable (re folder)Haru1-20/+20
Signed-off-by: Haru <haru@dotalux.com>
2014-10-24Renamed ismounting, setmounting, @mount2Haru1-1/+1
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>
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka1-56/+56
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru1-184/+203
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 filesHaru1-1/+1
- 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-01-29Updated placeholders.Mysteries1-3/+1
2012-12-30* Added Somotology Laboratory F4 quest (written by Ziu, translated by Heris, ↵euphyy1-3/+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-08* Updated Geneticist, Warlock, and Sura job quests to their latest versions.euphyy1-1/+1
* 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-01* Updated Arch Bishop, Guillotine Cross, Mechanic, and Royal Guard job ↵euphyy1-297/+165
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-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-08-04* Fixed another part of Arch Bishop job quest, bugreport:6409euphyy1-21/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16578 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-26- Fixed Baby Priest & Arch Bishop Baby checks in the job change quest.masao871-2/+3
- Beauty Fix in the Ranger job change quest break; -> next; . bugreport:6242 - Added Energy Rune item reward after finishing the job change quest and changed an close2; to close; command. bugreport:6242 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16504 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-08Okie ladies and gentleman if this commit breaks anything it's jman's and ↵shennetsind1-0/+1897
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