summaryrefslogtreecommitdiff
path: root/npc/quests/first_class/tu_acolyte.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13Update copyright headers for year 2020Haru1-8/+8
Signed-off-by: Haru <haru@dotalux.com>
2017-06-03remove specialeffect2 from npcsgumi1-7/+7
2016-09-02change *strcharinfo to use constantsAsheraf1-16/+16
2016-01-17Script Standardization: changed select format in quests folderDastgir1-15/+15
2015-12-18ItemID to Constant: quests/woe FolderDastgir1-25/+25
2015-12-15Standardized header in scripts (part 9)Haru1-48/+51
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Quest scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-05-08Replaced checkre() calls with constantsHaru1-7/+7
Signed-off-by: Haru <haru@dotalux.com>
2014-11-02Replaced 'set' with direct assignment where applicable (quests subfolders)Haru1-36/+36
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-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 ↵Kisuka1-14/+14
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru1-11/+9
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!Mysteries1-3/+3
- Follow up to 80510a0 { Corrected name placeholders } - Vas cleanup on name placeholders - Small change in /doc/permissions.txt
2012-12-27> Follow-up r17048:euphyy1-59/+41
- 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-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh1-0/+1775
-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-1775/+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 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" stringmercurial1231-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-07-21Updated most active NPCs that give EXP to renewal standards.L0ne_W0lf1-8/+9
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_W0lf1-300/+359
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14884 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13Converted skill commands integers to strings. Follow up on r12814shadow1-7/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-28* Updated NPC headers to fix errors caused by rev. 11603.L0ne_W0lf1-4/+5
- 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 ↵SinSloth1-11/+8
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')ultramage1-1/+1
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 ↵ultramage1-1/+1
topic:155230 for reference) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10827 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-29More eof eols (followup to r10401); skipping /npc/custom and /npc/samplesultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-15removed all .GAT from all the scripts and testedLupus1-18/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-30added official 1st class quests Lupus1-55/+55
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9097 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-271st class quests. WIPLupus1-2/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8881 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-26updated 1st class questsLupus1-1013/+924
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8873 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-26git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8872 ↵Lupus1-0/+1807
54d463be-8e91-2dee-dedb-b68131a5f0ec