summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2007-09-21Fixed a typo from r11221 causing castle problems after they've been conquered.ultramage1-17/+15
Converted rest of variables used to temporary script vars. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11258 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-21removed double tabsLupus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11254 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-19* Added new maps to maps_athena.conf, and corresponding mapflags.L0ne_W0lf2-2/+8
- Also added several missing maps, and cloned maps. * Added new maps from today's kRO Sakray patch to the mapcache. - Mapcache still uses OLD Morroc and Morroc Ruins map data. Sunken Morroc will have to wait. - Added several 'cloned' maps to the mapcache and map_index. * Updated castles database with data for the 5 new castles. * Added warp between Juno and Juno's WoE Satellite. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-18* Fixed two minor bugs in the Sign Quest and Thanatos Tower ascension.SinSloth3-4/+12
- Players do not lose time anymore if they return the Sign around midnight. - Thanatos Tower code game now resets properly when entering a wrong value in the box. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-16* Adjusted EXP given by "Benkasttein" to be the same as that given by Maku. ↵L0ne_W0lf2-7/+6
[L0ne_W0lf] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11225 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-16* Touch-ups to the Friendship quest.L0ne_W0lf2-32/+60
- Added EXP reward. Thanks to $ephiroth for pointing it out. - Added cutins for "Maku" npc, and changed "set HP" to percentheal. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-15Some small adjustment to the P.o.S. guild script...ultramage2-90/+104
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11221 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-15Fixed missing 'name' parameter in 'duplicate' script command documentation.ultramage2-0/+30
Added npc_test_duplicate.txt to /samples. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11219 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-15* Corrected some npc/other/ bugsultramage2-8/+15
- added missing arena.txt and fortune.txt to npc list - commented out arena.txt and mail.txt since it's not at all done yet - alphabetically-sorted the list git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11214 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-14Added proper end-of-line encoding properties for some files that were ↵ultramage6-8643/+8643
neglected... again... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11202 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-14Fixed several text typos in the Kiel questultramage2-5/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11201 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-12Moved the Nameless Island warp npc to warps/cities/nameless.txtPlaytester4-109/+97
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11183 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-11* Added first version of Nameless Islet sailor.SinSloth3-1/+112
- Players can now access Cursed Abbey for further testings. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11181 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-10* Updated experience rewards in a lot of quests to match upcoming rate ↵SinSloth19-321/+278
adjustments changes. - Please use 'getexp' command when rewarding experience in any lore-related quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-10Getting the alphabet right...Playtester2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11164 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-10Minor Cursed Abbey updatesPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11162 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-10fixed copy/paste bugLupus1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11160 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-10fixed storage access w/o password trough Cool Corp. Staff. Yup. We don't ↵Lupus3-38/+104
have packet/client based Storage password yet. So fixed it due to many complains. Also added cutins into Cool Evnt.Staff NPC git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11159 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-09* Uncommented Cursed Abbey spawnsPlaytester4-3/+5
* Commented unimplemented mob skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11155 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-08Made the checks in the dye maker npc more dynamic (also fixes missing ↵ultramage1-17/+28
'countitem' bug) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11145 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-08Fixed the dye maker npc (see topic:162818)ultramage2-12/+15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11144 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-07* Added more items; mostly rental. New pet tames, eggs.L0ne_W0lf2-22/+28
- 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 /docultramage9-550/+432
* 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 filesultramage10-17/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11102 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-30Updated Cursed Abbey spawns some morePlaytester5-5/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11096 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-30* Fixed some minor bugs in the Sign Quest.SinSloth2-3/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-29* Blacksmith job quest bug fixes care of Micktu.L0ne_W0lf2-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11088 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-28* Knight job quest bug fixes.L0ne_W0lf2-4/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11081 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-28* Made some changes due to recent fixes in the Sign Quest.SinSloth3-10/+17
* 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_W0lf4-37/+24
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).ultramage2-3/+4
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-22Updated Cursed Abbey spawnsPlaytester2-10/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11064 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-19Set proper limits to drop rates to prevent integer overflow.ultramage1-1/+1
Minor details cleanup. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11043 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-19Partially fixed monster_controller.txt (see r7233).ultramage2-15/+19
TODOs are in the npc changelog. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-15* Fixed some loop errors in the guides.samuray227-16/+48
-Thanks to $ephiroth. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11021 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-15* Some serious code cleanupsultramage5-4/+5
- 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-15* Corrected a few bugs in the Acolyte Job Quest. (Crashy) L0ne_W0lf2-3/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11016 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-15* Corrected some typo error in "Clown Reborn Quest".samuray224-403/+411
-Thanks to Myllena. * Corrected some typo error in "Professor Reborn Quest". * Rewrote Taekwon Job Quest to the Aegis Standards. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11012 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14* Deleted an Unnecessary "next;" on Rachel Guide.samuray224-91/+82
-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-14* Fixed typos in the Blacksmith quest and whitesmith NPC. Thanks to ↵L0ne_W0lf3-4/+6
Barron-Monster. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11001 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-13* Fixed a typo in the merchant quest.L0ne_W0lf2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10998 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-13* A few corrections to merchant and wizard job quests, care of Barron-Monster.L0ne_W0lf3-2/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10997 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-13* Fixed a wrong negative value checking in Schwartzvalt Trilogy quest.SinSloth2-1/+4
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 ↵Lupus10-68/+78
(some items weren't deleted) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10992 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-12* Merchant job quest bug fixes. Thanks to Barron-Monster.L0ne_W0lf3-4/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10989 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-12* More bug fixes to the 2-1 quests. Priest and Blacksmith specifically.L0ne_W0lf3-8/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10987 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-12* Goofed. Previous update was to the 2-ONE job quests.L0ne_W0lf1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10986 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-12* Bug fixes to the updated 2-2 job quests.L0ne_W0lf8-98/+121
- Testing and fixes courtesy of Barron-Monster and Samaury22. * Corrected the second "Line" selling in the Comodo shop to "Whip". git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10985 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-11* The Sign Quest is now more accurate, some bugs have been fixed and an ↵SinSloth5-787/+751
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-10Fixed typosPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10975 54d463be-8e91-2dee-dedb-b68131a5f0ec