summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2009-06-21- Added moscovia quest 'Koshei the Immortal'.Kisuka2-33/+6273
- Added 2009rwc maps & mosk_que to map indexing/conf. - Removed duplicate Moscovia Inn NPC (bugreport:3188). - Removed pointless specialeffects from speed items (bugreport:3208). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13903 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-19- Fixed a Assassin Quest question having all correct answers. (bugreport:3260)brianluau6-47/+23
- Fixed lots of random typos, thanks to BloodWist for pointing them out. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13898 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-15- Changed some variables to scope instead of permanent char. (bugreport:3248)brianluau1-32/+32
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13890 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-14* Updated mob_dbPlaytester1-1/+1
- fixed various ATK2 values (bugreport:3185) - Frilldora is finally angry again (bugreport:3243) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13889 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-10* Implemented rewrite of the quest "The Sign".L0ne_W0lf4-9026/+14545
- Attempts to save player progress when quest npcs are talked too. This is Untested. - Talking to any quest related NPC will remove all out-dated quest vars. * Fixed incorrect sprite ID used in some Niflheim quest npcs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13878 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-06Rewrote Platinum Skill NPC to give all correct skills to all proper classes.Paradox924X2-58/+62
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13852 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-06Fixed several issues introduced by Kisuka and/or Spre in r13214 with custom ↵Paradox924X2-40/+26
platinum skills script. Fix by Ancyker (bugreport:3190) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13851 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-02- Replaced occurrences of PcName in Moscovia Quest. (bugreport:3169)brianluau1-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13837 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-01- Fixed 2 minor typos. (bugreport:3155)brianluau2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13835 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-31- Fixed a typo in Refined Bloody Roar rental box. (bugreport:3124)brianluau2-14/+14
- Fixed some spelling in the battle grounds script. (bugreport:3113) - Fixed a variable check in a Novice Skill quest. (bugreport:1985) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-29- Fixed a spelling typo in Kafras' dialog. (bugreport:3145)brianluau7-7/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13823 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-25Now we can use 'boss_monster' to summon whatever monsters that need to be ↵Inkfish32-43/+45
radared by Convex Mirror. (bugreport:2653) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13813 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-17* First round of bug fixes for the Okolnir scripts. (bugreport:3085)L0ne_W0lf11-193/+256
- Fixed two spawn locations of the key stones in Piamete's room. - Fixed calling an event that doesn't exist when killing Piamete. - Fixed the Wish Maiden not enabling when the boss is killed. - Fixed two NPC named that were missed when translating. - Fixed Dialog that was overlooked in some files and not others. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13782 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-16Falicious Okolnir update - Brynhild creation quest. Basic unoptimized version.L0ne_W0lf7-0/+16393
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13781 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-16* Falicious Okolnir update - Asprika creation quest. Basic unoptimized version.L0ne_W0lf6-0/+16392
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13780 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-12* Completely rescripted the DTS warp service based on the aegis 11.3 file.L0ne_W0lf4-868/+1381
- Updated F_ClearGarbage to erase obsolete DTS player variables. - Moved Cool Corp. Staff NPCs to Lighthalzen (cities/lighthalzen.txt.) - Now everyone can enjoy the global broadcast "every-hour-nag" to vote! - Note: Upon loading ALL prior DTS global variables are erased. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13764 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-12- Fixed double-quotes not being escaped in the custom xmas_rings_event. ↵brianluau3-4/+8
(bugreport:2546) - Renamed an OnClock label so it's consistent with the other castles. (bugreport:2831) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13756 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-07- Fixed a "player not attached" error in the Moscovia quest. (bugreport:3041)brianluau3-26/+9
- Fixed a race condition in the Arunafeltz quest blocking progress. (bugreport:2782) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13734 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-04Reverted the "The md5() of their kafra code is now stored in #kafra_code$" ↵ultramage3-12/+9
change from r13728. Added md5calc to vs8/vs7/vs6 project files. Applied svn:eol-style to the new sql upgrade file. Note that if you already applied the sql upgrade, your kafra passwords are lost. Also note that txt users will still have to implement their own migration code into the kafra scripts since it was omitted in the previous commits. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13729 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-04* Added the md5() script command. (follow up to r13719)brianluau3-9/+12
- Changed kafra storage password to be stored as md5 hash in #kafra_code$. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13728 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-04- Added a missing zeny check in the Jawaii Bartender. (bugreport:2897)brianluau3-7/+9
- Added a missing 'close' in the Mage quest Bookshelf. (bugreport:2873) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13727 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-03- Fixed a variable in refine.txt not being used. (bugreport:2882)brianluau1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13723 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-03- Switched the slot enchanter's checks so they come AFTER the final 'next' ↵brianluau2-5/+6
pause. (bugreport:2664) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13721 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-03* Removed the obfuscation of the #kafra_code password. (bugreport:2323)brianluau3-12/+14
TODO: add a 'md5()' script command and use that instead. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13719 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-02- Fixed some typos in the script command documentation. (bugreport:2547)brianluau3-5/+5
- Fixed a misleading message in the custom Job Changer. (bugreport:682) - Updated some NPC's facing directions. (bugreport:3030) - Added missing newline in some ShowWarning(). (bugreport:2940) - Fixed SC_BOSSMAPINFO time being off by 1 minutes (bugreport:3035) Now, the seconds are rounded up to the next whole minute. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13713 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-02Applied timexy's pvp warp name fix (bugreport:2938)Playtester2-145/+148
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13712 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-30* Fixed various typos in the Moscovia quests thanks to Ihades (bugreport:3036)Playtester2-68/+70
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13710 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-29Updated ASSIN_Q2 variable range check from < 1 to < 3 to defend against the ↵Paradox924X2-1/+5
variable being stuck at an incorrect value of 1 or 2, caused by logging out or pressing cancel on choices list at an inappropriate time thus rendering the player unable to complete the Assassin Quest. Thanks to Chibi for Report. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-28* Removed unnecessary text and fixed a goto in the Hunter Jobquest ↵Playtester2-8/+2
(bugreport:3014) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13705 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-28* A few quest updates due to bugreportsPlaytester4-114/+100
- added a missing close in the Kiel Hyre Quest (bugreport:2885) - added L0ne_W0lf's Cool Event Corp script + a few fixes to it (bugreport:3019) - fixed a small typo in rachel.txt (bugreport:3029) Also I really have to ask the developers again to document all the changes they do on item bonuses! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13704 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-23* Fixed wrong coordinates of the Prontera Bartender (bugreport:3000)Playtester3-3/+6
* Fixed a chat window not being closeable in the Training Grounds (bugreport:3009) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13691 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-20* Applied BrianL's castle switch fix (bugreport:2969)Playtester21-140/+41
* Fixed slotted Memory Book not giving the combo bonus (bugreport:2997) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13683 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-20* Various script updatesPlaytester4-55/+59
- Removed the Acorn repeatable quest (got removed on iRO) - Re-enabled Umbala bungee jumping (bugreport:2978) - Fixed a reward in monster race (bugreport:2990) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13682 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-17* Fixed small typo in /battlegrounds/bg_common.txt [Jguy]jmanfffreak2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13679 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-16Corrected in error in the mjolnir fields spawn script.jmanfffreak2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13675 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-15Modified the commented out Phreeoni and forgot to fix the varience for the ↵L0ne_W0lf2-2/+3
active one as well. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13674 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-15Corrected most MVP spawn variances. Some were right (11.3+), and a couple ↵L0ne_W0lf30-63/+92
are unchanged (Kiel for example.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13673 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-01* Optimized the renters.txt thanks to various peoplePlaytester3-36/+48
* Fixed an Aldebaran castle flag thanks to BrianL git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13650 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-31Fixed viewpoint coordinates of the Aldebaran Guides thanks to rvitoi and SaithisPlaytester2-13/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13647 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-30Fixed a small typo thanks to EveradePlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13643 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-29Fixed a few errors in quests_moscovia.txt, one not being able to move on ↵jmanfffreak2-1/+4
with the quest at 'Swap' and the other having in incorrect variable. (bugreport:2922) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13638 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-29- Implementing official battleground "emblem" crossed swords icon.zephyrus4-8/+8
- Removing the custom guild packets from Battleground as they are not needed anymore. - Scripts updated. - In this way, you get "battle cursor" over your same team, but that's how official does. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13635 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-27- Added Flavius Battleground scripts.zephyrus3-0/+908
- Fixed the last commit about Assumptio, it's only player to monsters, but it can be used on mercenaries. - Added new JapanRO pets. - Fixed Valorous Assaulter's Katzbalger missing str bonus. - Medal of Mage (battleground reward) can also be used by Soul linkers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13631 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-25Added correct packets for the food item creation window.ultramage2-40/+43
Added script command 'cooking' to activate this window and applied it to the 5 cooking kit items. Renamed the cooking quest variable to cooking_q to avoid a naming collision with the new script command. (You need to manually rename all occurences of this variable in your txt-savefile/sql-database if you want to preserve player progress.) The code still relies on the messy skill_produce_mix logic and still uses completely custom equations. To be fixed in a separate commit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13628 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-25Fixed Thief Training QuestPlaytester2-5/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13625 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-19- Fixed cords on milestone 1-3. (was bugged on aegis too)Kisuka1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13607 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-19- Small fixes (getequipid) to 'The Moving Island' quest.Kisuka1-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13606 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-19* Moscovia Update!Kisuka7-379/+10382
- Added Moscovia quests. - Uncommented mosk_dun & added field spawns. - Updated moscovia & mosk_dun warps. - Removed most the npcs from cities/moscovia.txt (they are part of the quests). - Added some more moscovia quest items to item_trade. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13605 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-18* Updated item_db.sql with the perl scriptPlaytester1-0/+2
* Added missing changelog entries about Moscovia mob changes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13597 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-17- Implemented official battlechat packets (thanks to Pakpil).zephyrus2-456/+212
- Implemented the scoreboard packets (thanks to Pakpil). - Updates to Tierra Valley according to official info. * There are no barricades around each base, barricades are in the middle left path. * There is another graveyard used for the owners of the middle base, with faster spawn (each 20 seconds). * I added a flag respawn in the middle, currently I don't know if this if official or not, but it allows each team recapture the middle base. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13593 54d463be-8e91-2dee-dedb-b68131a5f0ec