summaryrefslogtreecommitdiff
path: root/npc/jobs/2-1
AgeCommit message (Collapse)AuthorFilesLines
2006-12-28- Fixed typo in the Priest Quest.KarLaeda1-2/+3
- Added year to the dates in stable/npc/Changelog.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9585 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-25- Applied the rest of Rayce's suggestions and fixes ↵FlavioJS1-2/+3
(http://www.eathena.ws/board/index.php?showtopic=129185) - warn_cmd_no_comma, warn_func_no_comma, warn_cmd_mismatch_paramnum are now warn_func_mismatch_paramnum and it only prevents showing the error, as it was probably intended in the first place. (correct me if i'm wrong) - Merged the parsing of function calls in the script engine, removing the parse_cmd hackery, and made "heal (.@val+rand(0xff))&0xff,0;" valid again. - Fixed a bug in eye_of_hellion.txt and a bug in hunter.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9569 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20- Now root script functions calls can have parenthesis (will take any ↵FlavioJS1-1/+1
parenthesis after the function as the start of the argument list). This means "func (exp),exp;" isn't valid anymore and has to be changed to "func exp,exp;" or "func((exp),exp);" or something like that. - Updated swordman.txt and knight.txt accordingly. Only changed this because it was very annoying when I was creating the sample localized npc. Don't expect more changes unless something similar happens again. Bottom line: we're in soft feature freeze and moving to eApp... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9536 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-11removed extra nameLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9454 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-11Added missing close2 to Hunter Job Quest, merge it to stableKarLaeda1-10/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9452 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-11added yuno warps, fixed wiz quest, fixed assassin questLupus2-22/+20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9449 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all ↵FlavioJS6-9510/+9510
txt/conf/h/c files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-09fixed Lighthalzen, Swaltzwalt Quest Part 1, added Hugel-Bingo warps, added ↵Lupus1-1/+4
Airship mobs, fixed Hunte job quest typos, added pet shop into Light git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9182 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-08Small fix in Hunter Job QuestLupus1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-04Many small scripts fixes - tabs, parenthesis, typoLupus3-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-03updated Hunter Job Quest with 7 official item setsLupus1-76/+86
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9129 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-26fixed missing tabs, extra params. thanks to irmin i CAHTEXHuK. fixed warp ↵Lupus2-2/+2
coord of DTS warper. added missing next; to priest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9078 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23Fixed small typo in the Priest job questPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-14fixed nameless npc - assassin job questLupus1-13/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8985 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-03fixed Job Assassin QuestLupus1-9/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8922 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-25Little correction on Assassin Job Questtoms1-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8479 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-02fixed hunter job questLupus1-6/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8043 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-07Small fix in the Blacksmith QuestPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7557 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-07turned the rest of job numbers to constantsLupus3-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7554 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-23merged jFunc 2-1Lupus6-23/+319
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7305 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-16* Commited Silent's Fix to the duplicate NPCsPlaytester3-7/+10
- needs testing - can't be fully fixed because of length limitation of names git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7200 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-23Changed the questions of the Wizard Quiz to official onesPlaytester1-53/+102
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6711 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15Only a typo fix...Playtester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6612 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-15Script devs PLEASE convert all 'donpcevent's to proper format.Lance1-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6591 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-14Fixed the quiz in the Wizard Job quest a bitPlaytester1-9/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6589 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30Updated several job quests so they work againPlaytester4-9/+26
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6400 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30Fixed scripts relying on older event calling methods.. Still searching for ↵Lance1-3/+4
other scripts.. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6396 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-27constant-fied!Vicious6-111/+117
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5763 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-07Fixed some reference to old locations of the Blacksmith NPC's, Thanks to Neouni.Poki#31-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5491 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-27Small script fixesDracoRPG1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5393 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-17Added Kafra storage password protection.Lupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5306 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ↵Valaris6-0/+9124
GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29Clearing trunk.Valaris6-9298/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-02finished ValkiryeLupus1-3/+4
fixed Skill Points exploit in Assassin Job Quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1383 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-22added bugs reportsLupus1-5/+5
fixed Wiz Job Quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1163 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-09fixed Wizard job quest(no author)1-2/+3
added some bugs reports git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1064 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-10* Fixed some typos and exploits in the Blacksmith and Hunter job questcelest2-7/+9
* Modified 'wedding' script command to work with "OnTimer" scripts * Added 'attachnpctimer' and 'detachnpctimer' script command git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@944 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-30git-svn-id: ↵Mass1-31/+31
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@879 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-22git-svn-id: ↵ajarn5-84/+42
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@715 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-21git-svn-id: ↵mc_cameri1-3/+1
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@714 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-21* Fixed a few NPCs that were giving curly errors. It seems to be caused by a ↵codemaster1-1/+1
bug that the NPCs' last line isn't read or something [Codemaster] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@712 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14Fixed some file typesamber6-9337/+9337
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-05Added easter, xmas event npcs. Added custom blackjack npc. [kobra_k88](no author)1-3/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@13 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-04git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@2 ↵(no author)6-0/+9334
54d463be-8e91-2dee-dedb-b68131a5f0ec