summaryrefslogtreecommitdiff
path: root/npc/quests/skills
AgeCommit message (Collapse)AuthorFilesLines
2007-10-15Added headers to Acolyte, Swordman, and Novice quest skill files.L0ne_W0lf3-1/+83
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11470 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15Updated Acolyte, Swordman, and Novice quest skill NPCs.L0ne_W0lf3-691/+976
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11469 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-15* Some serious code cleanupsultramage1-2/+2
- adjusted @reloadbattleconf to not depend on variable ordering - changed all battle vars to 'int' (removes pointless duplicit coding) - added min, max and default columns to battle config data structure - added properly bounded values for these columns (or at least tried to) - battle-conf loading will now complain if it finds unknown settings, and will reject values that are outside of the allowed range - added CHATROOM_TITLE_SIZE and CHATROOM_PASS_SIZE - partially cleaned up chatroom manipulation code * Fixed 'Job_Professer' typo in mage jobchange quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11017 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-13replaced some item names with item IDs, also fixed a bug in skill quest ↵Lupus4-38/+43
(some items weren't deleted) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10992 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-10* 2-1 Job quest update. Needs in-depth testing.L0ne_W0lf1-5/+6
- Because of a change of variables, players currently undergoing the job change quests may find themselves in a slightly different position in the quest. - This update reverts the hunter job quest timer BACK to 3 minutes. * Corrected some Acolyte job quest issues. - Removed Priest quest specific text from acolyte quest file. * Bard Pang Voice quest was checking for the wrong variable. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10973 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-31* Fixed north prontera kafra having an empty warp listultramage1-5/+5
* Removed junk ЎA text from the 2004 headgears * Changed deprecated Job_Alchem to Job_Alchemist (see r10904) * Fixed a typo in a geffen city npc (Job_Merhcant) * Fixed a typo in the Jobmaster custom script (Job_Gunsliger) * Fixed one old eAAC Quest Warper bug (warp to nonwalkable coords) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10940 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-31* Added the "F_BlockHigh" function back in, as it's still used by 2-x job ↵L0ne_W0lf1-51/+1271
quests. - Fix the assassin job quest item reward bug. Cheap fix until it's rewritten. * Added official Pang Voice skill quest for bards. Further official 2-x skill quests to come. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10938 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-21* Fixed a little minor bug in "Crusader Job Quest".samuray221-2/+40
* Added some missing NPCs from the Laboratory on "Elemental Potion Cretion Quest". git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10799 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-20* Updated "Ph.D Quest" Dialogs.samuray221-52/+763
* Updated "Elemental Potion Creation Quest" to the official one. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10796 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-14* Added President quest aka. Schwartzvalt Trilogy. Please encourage your ↵SinSloth1-18/+3
players to test it. - Moved some NPC and fixed some typos in Lighthalzen and Einbroch due to the quest. - Updated Yuno Government Buildings warps according to the quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10540 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-12* Updated Monk Skill QUest to the Official One.samuray221-52/+535
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10533 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-11- Updated the effect list a bitultramage1-1/+1
- Fixed some npc typos git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10531 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-09* Updated Knight Skill Quest to the oficial.samuray222-150/+1060
* Updated Blacksmith Skill Quest to the Oficial. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10514 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-29More eof eols (followup to r10401); skipping /npc/custom and /npc/samplesultramage19-19/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22* Fixed some level requirements for swordman quest skillsPlaytester1-5/+5
- all the skill quests are still very custom :-/ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10310 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-15removed all .GAT from all the scripts and testedLupus20-64/+63
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-28Fixes to Merchant and Blacksmith skill quests (ran into them by playing on ↵DracoRPG2-5/+9
an eA server and using RI's wiki) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9930 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-21fixed npc name according to the official info -> Raiden Karus, AlbestLupus1-7/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9888 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all ↵FlavioJS20-3413/+3413
txt/conf/h/c files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-28Reverted fix in Merchant Skills QuestsKarLaeda1-5/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9338 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-27Fixed exploit in Merchant Skills QuestsKarLaeda1-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9333 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-212 typos fixedLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8834 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20fixed Cube Room quest bug, more optimizationsLupus1-119/+102
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8821 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-201s job skill quests optimization. now using @temp varsLupus6-105/+109
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8820 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-19name typo GershaunLupus1-9/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8804 54d463be-8e91-2dee-dedb-b68131a5f0ec
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