summaryrefslogtreecommitdiff
path: root/npc/quests/skills
AgeCommit message (Collapse)AuthorFilesLines
2006-09-14fixed some typos, optimized, added missing NEXT;Lupus2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8739 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04fixed bio ethic qLupus1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8611 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-01Tried to remove all duplicates (in default NPCs)toms2-8/+10
( hope nothing is broken ;) ) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8581 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-01Various NPC fixesDracoRPG1-16/+16
* LUPUS, REMEMBER TO ACTUALLY ADD THE DIVORCE NPC, THANKS :P * git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8571 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-28fixed typo ^10Lupus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8511 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-27fixed a typo in alchem skill questLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8498 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-24move Bio ethic to skill quests, fixed bio ethic (let Baby alc+creators learn ↵Lupus1-7/+375
the skill, too). updated lighthalzen added mapflags. fixed treasure spawn formula git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8463 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-30Implemented the Eye of Hellion Quest.MasterOfMuppets1-7/+119
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7430 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-16* Commited Silent's Fix to the duplicate NPCsPlaytester1-2/+2
- 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-06-14Fixed Job Level requirement for Auto-BerserkPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13Fixed the Job Level requirement for Arrow CraftingPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-12Some typo fixes by IVBela.MasterOfMuppets12-108/+116
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6015 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-11Changed item description in Sage Skills Quest (Blank Script -> Empty ↵foruken1-3/+3
Script), thanks to MeL [Foruken] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5996 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-27constant-fied!Vicious9-63/+63
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5763 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-26Updates & fixes on repairmen and 2nd job skills questsDracoRPG14-897/+1156
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5392 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-26Fixed one small typo in Crusader skill quest. Thanks to Playtester.Poki#31-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5390 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ↵Valaris8-0/+2676
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.Valaris7-1761/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-27* Corrected positions for Thief and Archer quest skills NPCscelest2-2/+2
* Fixed Ant Hell warps git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1309 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-11* Fixed "--en/ja--" usage in 'monster' script not working properlycelest1-1/+2
* Speedup player autosaving * Optimised guild castle saving when autosaving player data * Added sd check in mob_damage git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-02partial SQL Castles Saving (doesn't clear GuildID when you abandon a castle yet)Lupus1-3/+5
added 2 fixex by Pow (max positions, max guild members) fixed Moving HP quest (added missing delitem) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1199 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-22git-svn-id: ↵ajarn1-6/+3
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@721 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-22git-svn-id: ↵ajarn6-26/+13
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@715 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-18Fixed a zeny exploit, all the quest skills npcs need revision!!!shadowlady1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@245 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14Fixed some file typesamber7-1773/+1773
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-04git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@2 ↵(no author)7-0/+1773
54d463be-8e91-2dee-dedb-b68131a5f0ec