summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2012-08-01Follow up r16545. Fixed some mistakes I made.daegaladh4-12/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16548 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Reverted Scamp coordinates in re, copied from pre-re by mistake. Thanks to ↵daegaladh1-1/+1
Euphy for pointing it out. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16547 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh946-491693/+27224
-Now common scripts goes to the main npc folder, and pre-re-only/re-only ones goes to their respective folders. -NPCs with practically the same script but little differences have been left in the main folder and uses the command checkre() for the differences. -For those NPCs with different coordinates but same script, the script has been left in the main folder but the NPCs splitted as duplicates. -All pre-renewal files has been reverted back to their pre-renewal behavior. TODO: -Correct pre-re quest rewards. -Check for pre-re/re differences in mapflags. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16545 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-31* Added checkquest() == -1 values in Eden lv.56-70 quests, bugreport:6360 ↵euphyy2-15/+16
(re\quests\eden\56-70.txt) * Added a note onto custom Disguise Event, to avoid confusion - bugreport:6362 (custom\events\disguise.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16540 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-30* Fixed job level issues on remaining first class Platinum Skill quests, ↵euphyy11-758/+122
incl. bugreport:6374 (quests\skills\) * Some optimization of Ranger job quest (re\jobs\3-1\ranger.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16538 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-30Fixed Thief Platinum Skills Quest where job level requirement for Assassin ↵j-tkay2-8/+10
and Rogue is not needed. bugreport:6373 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16537 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-30- Added svn:eol-style=native property on some recently added text files.brianluau10-1994/+1994
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16534 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-30- Reverted all changes done to the job change quest files.masao8729-31751/+14196
* Decided it'd be better to commit it all together when updating, fixing and optimization is done all at once. Sorry guys and girls for the trouble! Big shame on me :-/ :( git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16533 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-30* Fixed checks in "Gemstone Trader" script, and cleaned a little, ↵euphyy2-46/+44
bugreport:6370 (merchants\gemstone.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16532 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-29- Added Baby job change support for the remaining 2-2 job change quests. ↵masao876-3016/+6077
bugreport:5789 - Fixed bugreport:6371 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16531 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-28- Fixed some errors in pre-re Wizard Quest, no idea how they got in there. ↵masao871-59/+59
bugreport:6354 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16525 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-28- Follow up r16521masao876-79/+79
* Forgot to apply some changes from my Test folder to the rAthena folder. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16522 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-28Part 1 - 3 of the big job folder Update:masao8724-11157/+25651
- Updated all 1-1 and 2-1 job change files to latest available official file. * 2-2 and advanced / reborn and the other job change scripts will follow with Part 2. * NPC optimizations will follow in Part 3. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16521 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-27* Optimized Minstrel job quest (re\jobs\3-2\minstrel.txt)euphyy1-701/+90
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16512 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-27* Updated custom Stylist with 'getbattleflag', so no user configuration is ↵euphyy2-8/+10
required, credits to Saithis (custom\stylist.txt) * Replaced effect numerics with constants in Ex. Super Novice script (re\jobs\novice\supernovice_ex.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16511 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-26* Updated Super Novice Expansion quest to match the official one, thanks to ↵euphyy4-199/+713
Gennosuke (the original script is edited a lot, though) * Updated "Pile Bunker" quest to official, also thanks to Gennosuke * Follow-up r16485, removed bind limit from documentation git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16505 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-26- Fixed Baby Priest & Arch Bishop Baby checks in the job change quest.masao873-8/+12
- Beauty Fix in the Ranger job change quest break; -> next; . bugreport:6242 - Added Energy Rune item reward after finishing the job change quest and changed an close2; to close; command. bugreport:6242 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16504 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-23Updated renewal warp from airship to izlude. (bugreport:6285)kenpachi2k111-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16481 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-22Updated renewal Kafra warp to Izlude. (bugreport:6285)kenpachi2k111-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16475 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-21Follow up r16459, enabled Warlock quest Bradium Golem and Naga on pre-re ↵daegaladh3-5/+4
mob_db and moved the spawns to the warlock quest script. (bugreport:6290) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16463 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-21* Created standardized headers with explanations in /conf/mapflag/, deleted ↵euphyy2-2/+0
"fireworks" file (deprecated, 1 commented entry) * Updated Wiki links and fixed grammar in /src/config/ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16462 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-21Fixed an old bug in waitingroom where NPCs weren't appearing into their ↵daegaladh16-34/+34
chatrooms. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16461 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-20Per bug report #006289, fixed incorrect spawn IDs for monsters in the ↵jtynne2-4/+4
Splendide fields (both pre-RE and RE). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16459 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-20Fixed small typo in previous commit.jtynne1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16458 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-20Added missing Umbala Dungeon mob reference in conf files for pre-RE servers.jtynne1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16457 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-20- Added missing Umbala Dungeon spawns for pre-RE servers.jtynne1-0/+56
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16456 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-20* Optimized "Magic Books" quest, 60% size reduction ↵euphyy1-1458/+142
(npc\re\quests\magic_books.txt) * Follow-up r16449, added missing SQL entry for bugreport:6132 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16455 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-19* Condensed the documentation on the "Import" folder, it should be more ↵euphyy6-208/+154
reader-friendly now (conf\readme.txt) * Deleted doc\pccommand_list.txt, it's outdated and its contents are already (better) explained in doc\script_commands.txt * Other misc cleaning... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16453 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-19Follow up r16430, reverted all the pre-re guides to their pre-renewal ↵daegaladh28-16580/+2696
version. Disabled a couple of renewal quests from pre-renewal. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16451 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-19- Updated Questboard to 1.4.4 (Added Quest Delay)tr0n931-3/+27
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16450 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-18* Some cleaning of "Novice Training Grounds" script (npc\jobs\novice\novice.txt)euphyy6-638/+146
* Cleaned up "PvP NPCs" script a little bit (npc\other\pvp.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16438 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-17* Added a Super Novice Expansion quest with custom dialogue. Will be updated ↵euphyy5-8/+260
once we get the official script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16437 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-17Fixed a couple of typos and other mistakes.daegaladh1-13/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16436 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-17* Follow-up r16430, moved all the RE entries in the .conf files behind the ↵euphyy6-138/+137
pre-RE entries * Re-added a missing .conf entry, bugreport:6256 * Edited "WoE Time Explanation" documentation (doc\woe_time_explanation.txt) * Added Warg documentation to checkoption/setoption, thanks to QQfoolsorellina tid:120670 (doc\script_commands.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16435 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-16Follow up r16431, fixed a couple of mistakes I made.daegaladh3-15/+49
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16433 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-16Forgot to remove the scripts in last commit, sorry.daegaladh60-40984/+180
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16431 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-16Disabled and removed all renewal-only scripts from pre-re folder. You still ↵daegaladh9-443/+152
can enable them in pre-renewal scripts conf files, but scripts are read from the re folder. Follow up r16387. Splitted some renewal-only NPCs from renters.txt into another file. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16430 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-14* Follow-up r16427, cleaned new quest script and slightly edited hommutate ↵euphyy1-123/+31
documentation git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16428 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-14- Added new script command hommutate which changes an Homunculus into an ↵masao872-0/+237
Homunculus S Class. Super special thanks to Xantara for doing the command! - Added 2 new configs to homunc.conf to set the Max. Level for Homunculus and homunculus. - Updated homun_exp.txt table with values from Lvl. 99 to 150 for Homnunculus S. - Updated script_commands.txt with description of the new script command. - Added Homunculus S Quest. bugreport:5641 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16427 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-14* More optimization of 13.1 quests (quests\quests_13_1.txt)euphyy3-1905/+236
* Follow-up r16421, missed deleting another line, bugreport:6235 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16425 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-13* Follow-up r16421, forgot to delete something...euphyy1-2/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16422 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-13* Added mine and tr0n's quest scripts to /custom/quests/euphyy11-342/+878
* Added GmOcean's Disguise Event, Mysterious' Mushroom Event, and Keale's Cluckers Event (all edited) to /custom/events/ * Moved Quest Warper into /etc/ * Deleted custom Fashionable Glasses quest, duplicate of official NPC "Zic" (custom/quests/fashion.txt) * Deleted custom Hyegun event (custom/events/hyegun_event.txt) * Deleted custom Dracula event (custom/events/draculax.txt) * Deleted custom Wizard Hat quest (custom/quests/magicalhatquest.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16421 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-12* Fixed minor bug with "viewpoint" 5th argument. (bugreport:6221)og24-14/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16420 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-12* Added Expanded Super Novice support to custom Job Master, and ↵euphyy5-312/+15
Kagerou/Oboro as well in comments (npc\custom\jobmaster.txt) * Clarified rare_drop_announce description, since a lot of people have had trouble with it for whatever reason (conf\battle\drops.conf) * Fixed a minor "viewpoint" argument error, bugreport:6221 (npc\jobs\3-2\royal_guard.txt) * Deleted custom Kiel Dungeon warper (npc\custom\quests\kiel_quest.txt) * Deleted custom Bongun Sword quest (npc\custom\quests\bongunsword.txt) * Deleted custom Book of the Devil quest (npc\custom\quests\bookofthedevil.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16418 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-12* Optimization of Hugel's "Monster Race" script, 4000+ lines removed ↵euphyy7-9545/+456
(other\monster_race.txt) * Deleted "Wandering Poets" custom script (custom\etc\wandering_poets.txt) * Deleted "Iron Cane" custom quest (custom\quests\ironcane.txt) * Deleted custom Poring Track script, what did this even do...? (custom\etc\p_track.txt) * Moved custom wedding script into /etc/ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16405 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-11- Follow up r16401masao872-14/+14
* Fixed a little typo in the Eden Group Teleport Officer NPC Name. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-11- Added some missing Eden Group Teleport Officers. bugreport:6160masao8712-26/+70
- Some Kafra location and dialog updates. bugreport:6160 - Added missing Sorcerer Point Shop NPC's. bugreport:6160 - Fixed Bulletin Board Locations in Payon Archer Village. bugreport:6160 * Special thanks to Baneado who provided the locations. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16401 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-11* Optimized 13.2 quests, enjoy another 120kb of free space :P ↵euphyy4-13586/+1216
(npc/quests/quests_13_2.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16398 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-10* More optimization of Ash-Vacuum quests (npc/quests/quests_13_1.txt)euphyy4-2586/+458
* Fixed a minor typo, bugreport:6191 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16387 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-08- First try to commit something into this whole new Mess Ind created ^^masao8715-207/+227
* Added the Izlude Town Map Update some of you may already know from me from the download section. Moving all NPC's and Warps around to match the new Izlude Town Map. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16384 54d463be-8e91-2dee-dedb-b68131a5f0ec