summaryrefslogtreecommitdiff
path: root/npc/quests
AgeCommit message (Collapse)AuthorFilesLines
2007-09-07* Added more items; mostly rental. New pet tames, eggs.L0ne_W0lf1-20/+23
- Updated and corrected some item names, both kRO and iRO names. - Skill need correct view-ids for new headgears. * Added new pets: Green Maiden, spring Rabbit, Goblins 1, 2 and 4, Deleter, Diabolic, and Wanderer. The data is mostly custom. * Corrected the item trade entry for the luxurious key. * Added basic data for Spring Rabbit pet mob. * Slight change to the Keil Hyre quest. - If you have remaining items after FINISHING the quest, talk to Keil Hyre again and he will Remove ALL outstanding quest items. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11139 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-07* Moved quest_variables.txt to /docultramage2-101/+43
* Added comments to some getitem/delitem calls * Disabled nightmare drop in the custom mvp arena script * Fixed problem with baby novice + swordsman quest (topic:160247) * Fixed a typo and problem in the airship typing challenge git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11138 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-01Fixed certain typos in src/npc/doc filesultramage1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11102 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-30* Fixed some minor bugs in the Sign Quest.SinSloth1-3/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-28* Made some changes due to recent fixes in the Sign Quest.SinSloth2-10/+14
* Dandelion's Request event now resets properly after it has been completed by a player. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11079 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-24* Changed the Keil Hyre Black Keycard distributing NPCs slightly.L0ne_W0lf1-27/+9
Changes to the Keil Hyre quest were mirrored on Stable as well. * Bug fixes to the Wizard and Knight job quests. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11076 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-24Fixed a documentation mistake in 'areamonster' (missing argument).ultramage1-1/+1
Fixed incorrect sprite used for twintowers event npc. Fixed a mistake in changelog. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11074 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-14* Deleted an Unnecessary "next;" on Rachel Guide.samuray221-87/+72
-Thanks to $ephiroth. * Removed an Unnecessary "set job_acolyte_q,0;" in Acolyte Quest. * Updated Dialogs from "Oxygen Mask Quest" git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11003 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-13* Fixed a wrong negative value checking in Schwartzvalt Trilogy quest.SinSloth1-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10993 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-13replaced some item names with item IDs, also fixed a bug in skill quest ↵Lupus8-65/+72
(some items weren't deleted) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10992 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-11* The Sign Quest is now more accurate, some bugs have been fixed and an ↵SinSloth4-787/+744
exploit has been too. - It is no longer possible for players helping in the last part to complete the quest at the same time. * Fixed some bugs in various quests. - Einbroch laboratory now correctly checks for players entrance - Small fix with Laboratory device to make it more understandable. - Fixed a misorder with some checkings of a Rachel quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10980 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-08-09* Fixed a small bug with the Sign Quest XP rewards.SinSloth1-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10967 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-05* Set default Rachel NPCs as kRO ones (with mask).No more debate please.SinSloth1-14/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10949 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-04Stable and Trunk:L0ne_W0lf3-99/+111
* Several bug-fixes to various Rachel quests (Gepard) * Small fix to the level 4 weapon quest. Trunk Only: * Small fix to the Thief Job Quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10948 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-04* Fixed a nasty bug in Dandelion's Request.SinSloth1-5/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10944 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-31* Fixed north prontera kafra having an empty warp listultramage3-12/+12
* 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-07-23* Fixed a little bug in "Dandelion Quest" with "Job_Alchemist" changed to ↵samuray221-5/+7
"Job_Alchem". -Thanks to Nobuo git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10903 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-23* Updated "Welding Mask" Quest to the Official one.samuray221-55/+44
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10902 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-23Corrected bugs in the Rachel Quests.L0ne_W0lf1-5/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10900 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-22* Rev. 10895 Added a Missing "close;" in "Bomb Maker" from "quests_hugel".samuray221-1/+4
-Thanks to Elfange. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10895 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-22* Rev. 10893 Correct some typos error like "next;ing".samuray223-4/+4
-Thank to theultradamage git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10893 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-22* Rev. 10889 Updated "Titicupe: Headgears" Quest to the Official One. ↵samuray221-158/+336
[Samuray22] - Blush, Cake Hat, Candle, Chef Hat, Raccoon Hat, Rainbow Eggshell, Spore Hat, Wonder Nutshell Quests. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10890 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-13* Fixed error in Rachel's Sanctuary quest.L0ne_W0lf1-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10880 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-13* Updated "Name" fields for 11.2 headgears.L0ne_W0lf1-70/+69
* Updated NPCs for Al De Baran - Added Inn NPC for Al De Baran * Fixed problems with Hahoe/Lion/Bride masks quests. * Added Zairik's fix for the wizard quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10879 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-08- added temp skill db entries and corrected some existing ones (see ↵ultramage1-1097/+1097
topic:157041) - removed txt converters from txt build (they need mysql files so they don't belong there) - eol-style for newly added file git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10867 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-07* Fixed various errors in the Bajin NPC in quests_yunoL0ne_W0lf1-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10862 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-06AGAIN. This time I'll get it on there.L0ne_W0lf1-0/+1098
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10860 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-06* Updated Juno and Comodo NPCs.L0ne_W0lf4-1958/+4400
- Updated Monster Museum NPCs as well. - Updated doomed swords quest, moved unrelated NPCs to proper files. - Added the end of the Comodo and Juno doomed swords quests. * Fixed "[Kafra Employee]" being shown twice at one instance. * Fixed the Geffen Inn NPC. * Updated the NPC names for the Geffen Kafra. * Updated the PVP script to official. Includes Event mode. - Added warps for the PVP Cross room. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10858 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-06fixed Kiel quest bug, fixed item names in db, according to the quest and ↵Lupus1-13/+16
ragnainfo.net wiki git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10857 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-04fixed minor npc file typosultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10855 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-03- Re-coded 'soundeffectall'; removed the third parameter ('coverage')ultramage2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10844 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-29* Fixed some typos in various Rachel quests.SinSloth1-4/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10830 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-29Temp fix for dumb code - disabled soundeffectall in scripts (see ↵ultramage2-2/+2
topic:155230 for reference) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10827 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-28Fixed a couple bugs in the Kiel Hyre quest.L0ne_W0lf1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-27* Rev 10815 Updated NPC for Payon.L0ne_W0lf1-2/+3
- Added in the comeplete fortune teller. - Rewrote the Arrow quiver and Gemstone trader NPCs. Moved the Gemstone trader intot he '/merchants' folder. - Updated the information for the Payon Inn accordingly. * Removed an NPC from the Lighthalzen quests. Should fix the "NPC not removed." message when reloading scripts. .Removed because I couldn't find this NPC anywhere it he official file. * Fixed a few over-looked names in the Kafra teleport function. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10815 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-26typo fix (hte -> the)ultramage2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10812 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-22* Fixed a bug in Bruspetti quest.SinSloth1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10805 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-22* Fixed some typos to Kiel Hyre and Curse of Gaebolg quests.SinSloth2-79/+98
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10803 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-21* Fixed a small bug in Dandelion's Request.SinSloth1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10797 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-20* Updated "Ph.D Quest" Dialogs.samuray222-128/+833
* 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-06-18* Updated Dialogs from "Pretend Murdered Quest".samuray222-82/+70
* Updated Dialogs from "Stop Post Quest". git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10781 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-16* Added Louyang Revolution quest.SinSloth1-3/+466
- Moved some city NPCs and warps to proper quest file. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10775 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-15* Added all Hugel-related quests. Thanks to MasterOfMuppets for scripting ↵SinSloth5-341/+11779
most of them. - Updated some Hugel, Lighthalzen, Einbroch and Airship NPCs regarding those new quests. - Moved a lot of Hugel NPCs to proper quest file. * Added Odin Temple Excavation quest. - Updated Hugel warps and Odin Temple Sailor according to the quest. * Added Heart Fragment quest. * Updated Ayothaya's Ring quest to official. Credits to MasterOfMuppets. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10772 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-14* Updated cities: Morroc, Jawaii, and IzludeL0ne_W0lf1-100/+70
- Moved an NPC out of Prontera because of the Jawaii update. * Updated Wedding script to official. (Moved previous to custom.) - Updated the Divorce NPC to Official as well. * Changed some dialog in the Kafra Functions. * Updated the Message boards to iRO standards. * Added the Mail box NPCs even though the mail system is not implemented. * Near total rewrite of the shops.txt file. Lots of corrections and such. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10766 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-14npc header consistency updateultramage5-20/+24
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10759 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-14added GM lvl check as in other invansion questsLupus1-62/+54
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10757 54d463be-8e91-2dee-dedb-b68131a5f0ec