summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2012-05-12- Added an extra check to all instance script if there are actually 2 ↵masao874-8/+32
Players online in the Party to be able to enter the Dungeon. bugreport:3970 - Added a few new statuses to not disappear upon death. bugreport:2652 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16107 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-12- Added 2 new Shops to Comodo. bugreport:5732masao872-5/+7
- Added check for Baby Warlock to Magic Book Quest. bugreport:5527 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16104 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-12- Added Magic Book Quest for Warlocks.masao874-7/+2165
- Followup r16102 * Correctly fixed bugreport:5030 now. * Restorded scripts_custom.conf since mine accidently got commited with my last commit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16103 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-12- Updated town.txt to allow Mailbox access in all the newer cities. ↵masao874-209/+12
bugreport:4457 - Removed easter.txt event and the corresponding mobs in mob_db2.txt and mob_db2.sql since they collide with Satan Morroc minions Mob ID's. bugreport:1240 - Updated Magical Amplify Power cast time to only be affected by item bonuses. bugreport:2777 - Added missing Economy check in agit_main and some missing close; also fixed bugreport:5030 - Added Credits for Ziu in Falcon Flute NPC. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16102 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-11- Added Baby Hunter and Baby Ranger check. bugreport:5728masao871-8/+23
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16097 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-10- Added Falcon Flute Trader NPC.masao872-0/+108
- Added Falcon Flute to db/pre-re/item_db.txt, db/re/item_db.txt and item_db.sql. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16095 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-01- Updated "gained exp" dialog, follow-up to r14920. (bugreport:5662)brianluau1-18/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16024 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-01Revert the amount of Base Exp reward.mandark0221-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16023 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-30Fixed (bugreport:5570) added break and continue in switch-case blockmandark0221-1/+24
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16022 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-30Fixed (bugreport:5662) base experience rewards.mandark0221-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16021 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-30- Updated Novice WoE script, follow-up to r15657 (bugreport:5653)brianluau1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16012 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-29- Fixed a spelling and grammar typo in quests_13_2.txt (bugreport:5665)brianluau1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15999 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-28Fixed (bugreport:5661) - Thanks to Toshiroog21-38/+36
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15996 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-24- Some more 1st Class Platinum Skill NPC optimizations.masao874-14/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15958 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-24Updated locations for colored Butterfly Wings (14582-14585) to official.kenpachi2k111-28/+28
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15955 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-23- Follow up r15949 .masao873-113/+100
* Removed some unneeded perm. char. variables. * And i meant [bugreport:5607] got fixed NOT [bugreport:5606] since Brian already fixed that Bugreport. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15950 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-23- Updated 1st class platinum skill NPC's.masao877-1121/+1208
- Fixed [bugreport:5606] . git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15949 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-22- BuildBot: separated Debian and Ubuntu builders, and made only one trigger ↵brianluau1-31/+4
the map-server_sql test. - Reverted accidental changes to heal_payment.txt (bugreport:5606) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15925 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-22- Follow-up to r15923: fixed renamed file not being svn-copied (and lacking ↵brianluau8-1826/+1852
svn history). - Added svn:eol-style=native property for some recently added text files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15924 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-22- Guild folder update.masao8725-3148/+3196
* Partially rewrote all castle files and updated all Castle flags, NPC's and warp coordinations to latest available official file. * Renamed agit_template to agit_main and also updated it to latest available official file. * Removed the Treasure Room Protection from agit_template and separated it into another file which will now be known as trs_rp.txt - trs_rp.txt will allow that only the Guildleader can be in the Treasure Room, if you want to disable this protection just set an // in scripts_guild.conf before npc: npc/guild/trs_rp.txt . - Moved payon castle map warps from warps/cities/payon.txt to warps/guild/guildcastles.txt . git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15923 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-21* Made branding more consistent.xazax-hun1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15905 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-21- Fixed emperium coordinates in Payon Holy Shadow (payg_cas03).brianluau1-2/+2
- Also enforce sd->emotionlasttime for pet emotions. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15901 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-13- Follow up to r15060.brianluau1-2/+2
- Fixed some grammar in Kiel Quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15858 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-10Fixed some typos. (bugreport:5562)tr0n931-14/+15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15840 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-08=Generaltechnote241-3/+5
*Added some jobs with ID's and MAPID's masks to prepare for the adding of more jobs in const.txt *Fixed a typo on JOBL_THIRD check in const.txt *Added all currently known tags and ID's support for NPC's, skills, status, and units. *Changed SI_SITTING to official name SI_SIT. *Increased MAX_SKILL to 3040. =NPC *Corrected a typo in the jobmaster script. -Fixed required job level for changing to 3rd to 50. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15836 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-08Fixed (bugreport:5554) where scatter stuff cant be executed or acrquired.mandark0221-2/+24
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15835 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-08Fixed (bugreport:5293) door closes and does not give the quest requirement ↵mandark0221-39/+46
when you talk to it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15834 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-04Fixed (bugreport:5429) corrected requirements checking before job change to ↵mandark0221-26/+31
Minstrel. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15832 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-28- Removed duplicate Bismarc NPC in Hugel, since r10973. (bugreport:5271)brianluau1-19/+0
Bismarc#BLS is located in /npc/jobs/2-1/blacksmith.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15815 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-27Changed PvPNarrator and GateKeeper to Floating NPC (bugreport:5512) Thanks ↵og21-12/+17
to Daegaladh. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15805 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-27- Added missing BB and VB in Battlegrounds Badge Exchanger menu. ↵brianluau1-1/+1
(bugreport:5519) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15804 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-27~ Updated a few Descriptionsog212-119/+62
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15803 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-27- Changed scripted MVPs (Bio3 and Lord of Death) to spawn instantly on ↵brianluau2-106/+7
server start, just like other permanent monster spawns. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15802 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-27- Renamed some variables.brianluau2-182/+163
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15801 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-27- Updated Narrators/GateKeepers, etc.og21-347/+331
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15800 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-26- Fixed some spelling typos in Novice Zone. (bugreport:5285)brianluau1-10/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15799 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-26- Changed more duplicates so the source is a floating/mapless npc. ↵brianluau5-10/+13
(bugreport:1335) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15798 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-26Corrected the Level Requirements for 'Standby Room' (bugreport:5368)tr0n931-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15797 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-26Added some details in the Additional Comments and added a small fix on my ↵mandark0221-1/+4
code thanks to Epoque for telling me. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15796 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-26Fixed the (bugreport:4096) where player can enter the Test Area without ↵mandark0221-1/+9
passing the written exam. Now player will not be warp inside the Test Area when did not passed the written exam instead the player will be warp back to the written exam entrance. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15795 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-26Added missing Cooking Items for Material Seller. (bugreport:5334)tr0n931-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15794 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-26Fixed Warlock Quest chamber never opens for second try (bugreport:5294)mandark0221-1/+61
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15793 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-25Fixed waves not being announced and counted (bugreport:5289)og21-8/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15792 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-24- Fixed missing 'delitem' in Ninja Job Quest. (bugreport:5399)brianluau1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15788 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-24- Restored Lord Of Death spawn that was accidentally removed in r15060. ↵brianluau1-0/+141
(bugreport:5323) - Made players face in the same direction they were facing right before warping. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15787 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-19Fixed little typo (bugreport:4088)og21-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15727 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-12Fixed char being stuck with breaks (bugreport:5374)og21-16/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15681 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-12Fixed Garms iRO name. (bugreport:5421)kenpachi2k112-11/+11
Fixed some create_arrow_db.txt comments. (Follow up r15672.) Fixed Sura job change quest. (bugreport:5431) Corrected a NPC location in quests_veins.txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15679 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-11Fixed Banish Winter Quest (two while loops could not be left). (bugreport:3142)kenpachi2k112-164/+109
Fixed Siblings Quest exploits and made it more official. (bugreport:4088) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15678 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-11- Updated the whole Script to match with official file.masao871-1641/+2150
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15674 54d463be-8e91-2dee-dedb-b68131a5f0ec