summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2013-04-17Fixed Bug #6466shennetsind1-453/+453
All credits to Ai4rei! Thank you! http://hercules.ws/board/tracker/issue-6466-fortune/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-15Fixed Bug #7154shennetsind2-3/+3
http://hercules.ws/board/tracker/issue-7154-equipment-based-skills-skill-891-for-example-persisting-through-resetsremoving-gears/ Merge of 3a9bacc515674885f079391899b22a5ccd8c2e31 Special Thanks to akinari1087 http://hercules.ws/board/topic/410-skill-script-command-updatefix/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-15Fixed Bug #7116shennetsind2-2/+2
http://hercules.ws/board/tracker/issue-7116-close-close2-script-commands/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-11Missing stuff from the merges done earliershennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-04-11* Initial implementation of Malangdo Card Separation script.euphyy3-22/+294
* Added and documented 'delequip' command, used in new official scripts. * Fixed issue in Guillotine Cross job quest where mobs did not properly reset (bugreport:7323). * Minor cleaning of script_commands.txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-04-11* Added "Malangdo Island" to Malangdo quests, and fixed the dialogue in ↵euphyy2-216/+2623
other Malangdo scripts. * Implemented status change timers for 2012-06-18 onwards; added packets for 2013-03-20Ragexe. (Hercules 267eb1f) * Fixed a crash when def1 hit 400. (Hercules 7e35b76) * Fixed a warning in clang related to the channel system. (Hercules 16dfef6) * Fixed @disguise breaking with @refresh. (Hercules b804926) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17234 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-04-11* Added "Play with Baby Cats" to Malangdo quests.euphyy3-13/+1887
* Updated quest_db with all remaining Malangdo entries. * Temporariliy added new coordinates to Warlock job quest to match new Morroc map. (tid:80650) * Fixed some misplaced 'close2' commands in El Dicastes quests (incl. bugreport:7431). * Moved equip index constants in pc.h so that equip_index no longer needs to updating. (follow-up r17221, Hercules ea42e92) * Minor changes to script_commands.txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-04-11* Initial implementation of Archangel Wing Enchants script.euphyy3-4/+193
* Added some Malangdo coin exchange NPCs, more will come later. * Updated Malangdo warp portals. * Fixed item ID 12220 and clarified documentation of 'getiteminfo' types 11 and 14 (bugreport:7256). * Minor Renewal item database update. * Applied changes from r17171 to SQL databases. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-04-11* Renewal item updates, mostly misc items (incl. bugreport:7167).euphyy1-1/+2
* A couple of quest_db updates. * Moved El Dicastes Guide to a separate file and fixed viewpoint syntax. * Fixed bugreport:7238, two mob skill mode changes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-04-07Fixed zone changing not reverting mapflags from previous zoneshennetsind1-0/+2
http://hercules.ws/board/topic/302-introducing-hercules-map-zone-database/ Signed-off-by: shennetsind <ind@henn.et>
2013-03-27Introducing Hercules' Map Zone Databaseshennetsind1-3/+3
Click the link for full info~! http://hercules.ws/board/topic/302-introducing-hercules-map-zone-database/ Signed-off-by: shennetsind <ind@henn.et>
2013-03-20-Updated shops.txt & quests_moscovia.txt, credits to EuphyStreusel2-15/+30
2013-03-20-Part 2 of 'the great commit', all credits to L0ne_W0lfStreusel6-29/+81
-NPC updates mostly Izlude related
2013-03-14-Updated DB, Credits to Euphy & LemongrassStreusel4-4/+838
-Added coin_exchange.txt Credits to EUphy & Lemongrass
2013-03-10-Updated RE Kafra'sStreusel3-48/+1
2013-03-09-Temporarily disabled consumeitem lines as we don't have it yetStreusel3-91/+124
-Renamed a couple of NPC's in dewata.txt as they're name exceeds the 24 character limit -Moved El Dicastes information NPC out and into re/guides/guides_dicastes.txt, Credits to Euphy
2013-03-07-Updated some dialog, Credits to EuphyStreusel1-4/+1
-Updated Documentation, Credits to Euphy
2013-03-06Updated dewata to match the official scripts.lemongrass31108-2886/+2801
This commit includes a optional SQL upgrade file, that will reset all the dewata quests and the related variables, that your users have done. Thanks to Euphy for helping me and additionally thanks to Flaid for taking his time to test our conversion. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17178 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-03-05-Updated Malangdo warps, Credits to EuphyStreusel1-43/+44
2013-03-05-Added Malangdo Enchantments, credits to EuphyStreusel4-80/+734
-Fixed Guillotine Cross job change, credits to Euphy -Updated message display of Malangdo NPC's, credits to Euphy -Updated item_db_re.sql
2013-03-05-Reverted a disable_items; Credits to EuphyStreusel1-2/+1
-Sorted quest_db.txt by id
2013-03-05* Updated Endless Tower instance to latest official script.euphyy1-345/+852
-- String "Floor" changed to "Level". -- Warp portals open after a 5 second delay. * Renewal item database fixes (bugreport:7301, bugreport:7308). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-02-25* Part one of fixing bugreport:6527. This does not yet change functionality.euphyy14-23/+61
-- Added 'disable_items' to all applicable scripts. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17160 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-02-23-Added renewal checks for exp distributionStreusel5-94/+256
2013-02-21-Minor fix for pre-re users where map-server would throw out an errorStreusel3-2/+1
2013-02-19-Moved Arena to main folder so it can be used by pre-re and reStreusel14-14/+30
Signed-off-by: Streusel
2013-02-18-Fixed incorrect warp coordinatesStreusel1-2/+2
2013-02-18-Updated more Izlude related stuffStreusel6-189/+225
Signed-off-by: Streusel
2013-02-18-Updated Izlude WarpsStreusel2-7/+17
-Added missing changeset
2013-02-18-Updated map_cache.datStreusel19-418/+513
-Updated Izlude -Added Fly Wing to Lunatic & Poring -Added new Quests (Thanks Flaid) --Expanded MAX_QUEST_DB for the newly added quests Signed-off-by: Streusel
2013-02-16-Updated & improved some job scriptsStreusel14-51/+68
-Updated script_commands.txt for update 2bc8562 -Moved Honeymoon Helper to Official coordinates -Updated guides/guides_izlude.txt to fit Honeymoon Helper coordinates
2013-02-14Added new Mapflags into Mapflag folder.Mysteries1-1/+3
- These two new mapflags correspond to recent commits to New Mapflag adjust_skill_damage and New Mapflag adjust_unit_duration
2013-02-14-Added missing ')' & '/' my bad :(Streusel2-2/+2
2013-02-14-Updated EXP valuesStreusel1-12/+29
-Fixed Coin Reward for Midgard Ore & Alfheim Perfume
2013-02-14-Updated EXP values & added checkre() checks to provide better support for ↵Streusel2-27/+81
pre-re users
2013-02-13-Changed versionsStreusel6-6/+12
2013-02-13-Updated Job NPC's to allow Baby Novice to change into other Baby 1-1 classesStreusel6-10/+10
-Updated Job npc's to use callfunc
2013-02-13-Removed leftover 'case 1:' causing errorStreusel1-6/+5
2013-02-11Merge github.com:HerculesWS/HerculesStreusel1-145/+134
2013-02-11Update npc/cities/alberta.txtGuilherme1-145/+134
2013-02-10-Commented out recently removed mapsStreusel1-72/+72
2013-02-10Merge github.com:Mysteries/HerculesStreusel1-4/+3
2013-02-10Merged rAthena ChangesMysteries1-4/+3
- Added checkidle() command that was present in rAthena since r17126 - Documented checkidle() function - More clearly defined variables in eA Job System documentation - Added missing 'stopnpctimer' in custom Cluckers script
2013-02-09-Version update for previously committed filesStreusel2-2/+4
2013-02-09-Updated HeadersStreusel4-7/+13
-Fixed Issue ID #6834 warps --tu_swordsman.txt warp to New Izlude uses custom coordinates as renewal coordinates were not available
2013-02-07Updated accidental header reversionStreusel28-84/+28
2013-02-07-Updated plant spawnsStreusel28-121/+240
Signed-off-by: Streusel
2013-02-04Update npc/instances/EndlessTower.txtM45T3Ryu1-1/+1
Small typo in 15 Mobs.. I noticed of it because i seen 15 "Theif Bug Male" xD
2013-02-04Merged some commits from rAthena.Matheus Macabu3-4/+21
2013-02-03Follow up to 2f02be9Mysteries1-1/+1
Spacing issue