summaryrefslogtreecommitdiff
path: root/npc/quests/skills
AgeCommit message (Collapse)AuthorFilesLines
2008-02-21- Fixed a bug in Redemption and Close Cofine scripts.zephyrus2-7/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-05* Corrected a bad duplicate name in Kafra Bank (Custom). (bugeport:921)samuray221-1/+2
* Corrected a lot of ";;" Typo errors. -Some of this are in the bugreport:919 * Corrected a Cutin Problem in Cooking Quest and a Delitem. (bugreport:911) * Corrected some typo error with "rouge". (bugreport:909) * Moved Custom Event folder to Custom Folder. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12177 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-22* Fixed Missing Variables in Metto quest. (bugreport:473)samuray221-4/+2
* Deleted some unused Variables in Bio Ethics quest. * Changed some bad RGB Codes in THQ. (bugreport:211) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11783 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-15Fixes bugreport:417 and bugreport:418 L0ne_W0lf1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11740 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-14* Several fixes to various scripts.L0ne_W0lf1-2/+3
- Resolves: bugreport:351, bugreport:379, bugreport:393, bugreport:407, bugreport:414, partially resolves bug report:414 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11733 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-02Bug fixes in rogue skill quest resolved bugreport:351L0ne_W0lf1-13/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11643 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-28* Updated NPC headers to fix errors caused by rev. 11603.L0ne_W0lf1-2/+3
- 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-10-28Updated Bio Ethics quest to official, and re-added.L0ne_W0lf1-1/+1057
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11595 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-24Fixed two duplicate names in the assassin skill quest. XDL0ne_W0lf1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11565 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-242-x quest skill update 2/2.L0ne_W0lf5-1084/+3081
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11564 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-242-x quest skill update 1/2.L0ne_W0lf5-1838/+4081
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11563 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-18Uncommented the ShowWarning and ShowDebug from rev. 11508, and cleaned up ↵L0ne_W0lf2-4/+6
the warnings it produced. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11516 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-16* Added a return at the end of several scripts. Should deal with errors ↵L0ne_W0lf2-2/+2
being shown in due to a recent commit by FlavioJS git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11495 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15Updated Merchant quest skill NPCs.L0ne_W0lf1-283/+580
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11472 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15Updated Archer, Mage, and Thief quest skill NPCs.L0ne_W0lf3-656/+930
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11471 54d463be-8e91-2dee-dedb-b68131a5f0ec
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