summaryrefslogtreecommitdiff
path: root/npc/custom
AgeCommit message (Collapse)AuthorFilesLines
2013-09-16Corrected line endings and BOM issues with several filesHaru11-11/+11
- Ensured final end-of-line character in every file. - Corrected cases of mixed line endings (mostly CR and CRLF within the same file.) - Removed extra BOM from some scripts, since it causes a parsing error. Signed-off-by: Haru <haru@dotalux.com>
2013-08-29Corrected an integer overflow in npc/custom/etc/marriage.txtHaru1-1/+1
Thanks to Euphy for bringing this to my attention. Signed-off-by: Haru <haru@dotalux.com>
2013-08-28Update warper.txtWolf1-2/+2
Bug Fix - http://hercules.ws/board/tracker/issue-7671-warper-npc-bug-for-pre-re/?gopid=20248#entry20248 * For a end, the script will terminate, but returns nothing, because there's nothing else to be returned, as with a close, the script closes and ends the above function.
2013-07-31Fixed Bug #7486j-tkay1-8/+20
- Fixed 'close' issues that causes players to stuck. Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
2013-07-29BG Queue Fixesshennetsind1-3/+2
Cleared 3 out of 5, #69 Support for the cancel button, for pre-game position to return afterwards and fix to the queue position problem after first game. Signed-off-by: shennetsind <ind@henn.et>
2013-07-05DB Queue Debug Updateshennetsind1-34/+24
Some documentation update on battlegrounds.conf Fixed Hercules Queue Option constants, they're 1-2-3 not 0-1-2. Some Bugfixes to the test script, special thanks to ossi0110 http://hercules.ws/board/topic/1302-bg-queue-debug Signed-off-by: shennetsind <ind@henn.et>
2013-07-05Follow up 28a9fec0916db3d92629ae6e6cd62b5777b09e73j-tkay2-2/+2
- Fixed Bug #7469 - Fixed Bug #7468 Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
2013-07-04Merge branch 'master' of https://github.com/HerculesWS/Herculesj-tkay1-0/+723
2013-07-04Merged/Updated/Added scripts from rAthena.j-tkay4-239/+387
- Fixed Bug #7400 Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
2013-06-30Follow up 918b1123963ac2f91a4d074b092ceef1db71b4e8shennetsind1-4/+1
Just dropping a couple debug messages that shouldn't have gone live into the test script Signed-off-by: shennetsind <ind@henn.et>
2013-06-28BG Queue Testingshennetsind1-0/+726
http://hercules.ws/board/topic/1302-bg-queue-debug/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-13Hercules Renewal Phase : Renewalmalufett1-1/+1
Rename SC names to eagis standard. Implement SC Configuration.(see db/sc_config.txt) Skill updates and fixes. Some code optimization. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-05-28Woohooo! Some more cleaning up!Mysteries47-121/+119
- Follow up to 80510a0 { Corrected name placeholders } - Vas cleanup on name placeholders - Small change in /doc/permissions.txt
2013-05-19Update breeder.txtStreusel1-4/+5
Fixed Bug #7271. http://hercules.ws/board/tracker/issue-7271-any-work-in-progress-npc-dialog-manufactoring-quit-and-try-again/ Thanks to bgamez23 for bringing it up.
2013-05-02Fixed bug report #7183Kenpachi1-2/+3
You now wont get stuck when using MVP-Protector NPC (npc/custom/etc/mvp_arena.txt), but there still seems to be a bug with select command when no message is shown by the NPC. http://hercules.ws/board/index.php?app=tracker&showissue=7183
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-03-14-Updated DB, Credits to Euphy & LemongrassStreusel1-2/+8
-Added coin_exchange.txt Credits to EUphy & Lemongrass
2013-03-05-Reverted a disable_items; Credits to EuphyStreusel1-2/+1
-Sorted quest_db.txt by id
2013-02-25* Part one of fixing bugreport:6527. This does not yet change functionality.euphyy3-4/+13
-- 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-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-03Updated more placeholders and fixed some spacing issues.Mysteries9-11/+9
2013-01-29Updated placeholders.Mysteries8-24/+8
2013-01-13* Updated WOE Controller script to v1.5, which overhauls the rewards system ↵euphyy1-58/+123
(with many new features). * Fixed another Renewal Izlude coordinate (bugreport:7169). * Fixed a mail bug, since r16574. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17096 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-01-04* Documented OnTouch_ label.euphyy1-2/+2
* Fixed some bugs in Rune Knight job quest (incl. bugreport:7083). * Removed a duplicate item in custom Item Mall script (bugreport:7115). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17075 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-28* Added a small portion of official Malangdo Episode scripts.euphyy7-42/+70
* Updated quest_db with translated Malangdo entries. * Fixed strmobinfo() to output empty strings for 'name' instead of zeros (partly follow-up r17055). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17056 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-28* Added a point to 'npcskill' documentation.euphyy1-2/+2
* Added Malangdo Tool Dealer. * Fixed quest log sample, which never worked to begin with -- thanks clydelion! * Fixed potential error with clones in custom Hunting Missions script (bugreport:7055). * Follow-up r16990, forgot to commit the EXP fix. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17055 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-24> Pre-Renewal fixes, major credits to Deep Forest for his detailed reports:euphyy1-6/+6
* Separated Renewal Alberta features with checkre() and new files, follow-up r16125 (bugreport:7041). * Moved remaining Renewal shops out of pre-Renewal file, follow-up r16138 / r16104 (bugreport:7042). * Moved Renewal refining features to a separate file, and made some changes, follow-up r16126 (bugreport:7043). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17042 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-24* Custom Quest Shop updated to v1.6, which adds support for bulk purchases.euphyy1-24/+28
* Follow-up r17014, fixed a typo in main.sql -- credits to Jeroen for finding that. * Follow-up r17039, missed a parameter -- thanks, clydelion/mkbu95! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17040 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-20* Follow-up r17031: typo (bugreport:7027).euphyy1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17032 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-20* Follow-up r17030: documented and added bMagicAtkEle to item_combo_db ↵euphyy1-105/+148
(bugreport:6943). * Follow-up r17029: moved 'clearinventory' alias to atcommand_athena.conf. * Custom Quest Shop updated to v1.5, which replaces categories with shop IDs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17031 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-23* Added Guillotine Cross job quest, again thanks to Muad_Dib! (bugreport:5834)euphyy1-186/+244
* Follow-up r16941: added documentation. * Updated WOE Controller script to v1.4, which modifies LoadEvent mapflag settings for easier cross-compatibility and standardizes script format. * Minor tweaks here and there. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16947 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-08* Follow-up r16870, standardization of Mora script.euphyy1-2/+2
* Changed version number in custom quest shop, from r16862. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16872 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-05- Added LOOK_*** script constants, same names as from map.hbrianluau3-15/+11
- Changed atcommand "@changelook" to changelook script command in custom quest_shop.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16862 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-05* Custom Quest Shop updated to v1.4b, which fixes an incorrect 'getiteminfo' ↵euphyy2-58/+86
call and standardizes script format. * Switched 'atcommand' to 'unitskilluseid' in Cluckers custom script (bugreport:6852) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16858 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-29* Follow-up r16835: Some cleanup.euphyy1-7/+9
* Updated Hunting Missions script to v1.2b, which adds experience multipliers to config (custom\quests\hunting_missions.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16839 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-25* Updated Hunting Missions script to v1.2a, which includes party support, ↵euphyy1-78/+64
optimizations, and bux fixes. An SQL mob database is now required! (custom\quests\hunting_missions.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16829 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-21* Updated Thanatos Tower quest to Episode 13.1 - huge thanks to Muad_Dib! ↵euphyy2-2/+2
(bugreport:4498) * Fixed some syntax in item_db_re.sql (bugreport:6714) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16823 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-26* Deleted destroyed Sograt Desert maps from custom warper, bugreport:6737 ↵euphyy1-2/+3
(custom\warper.txt) * Fixed some typos. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16801 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-21* Merged eAthena ea:15187 by ai4rei, effect list improvements ↵euphyy1-288/+288
(doc\effect_list.txt) * Follow-up r16787, revised documentation and comments on MD5 hash check * Added svn:eol-style=native property on some recent files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16788 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-15* Fixed an Eden Quest bug (bugreport:6633)euphyy1-1/+1
* Follow-up r16779: one missing check git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16781 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-15* Added "Hunting Missions" custom script ↵euphyy1-0/+289
(npc\custom\quests\hunting_missions.txt) * Small updates to "readme" files and atcommands documentation * Deleted a misleading 'notice' file as we have no stable branch or official release (\notice.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16779 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-09* Added and updated duplicate coordinates in custom Healer (custom\healer.txt)euphyy1-16/+34
* Follow-up r16765, forgot a bonus (bugreport:6646) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16767 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-07- Custom Disguise Event: added mob_id 1187 to the blacklist. (bugreport:6637)brianluau1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16758 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-07- Custom Disguise Event: changed global variables to NPC variables.brianluau1-125/+128
- Changed the blacklist to a string compare instead of looping through an array. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16757 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-27* Standardization in some database files, and other minor cleaningeuphyy2-114/+76
* Disabled Ash Vacuum Warper since it's no longer in iRO - fixes bugreport:6560 (quests\quests_13_1.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16709 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-26* Updated and cleaned up custom Quest Warper, as requested by malufett ↵euphyy1-1006/+561
(custom\etc\quest_warper.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16708 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-24* Added warg rider check to custom breeder (custom\breeder.txt)euphyy1-2/+2
* Follow-up r16656, documented the new commands git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16698 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-20* Fixed a typo in guild scripts, bugreport:6517 (guild\gefg_cas02.txt)euphyy3-33/+46
* Misc. standardization... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16672 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-05* Added Kagerou/Oboro to custom Job Master (custom\jobmaster.txt)euphyy1-3/+3
* Fixed bugreport:6413 and did some minor cleaning in 13-1 quests (quests\quests_13_1.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16585 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-03* You may notice that your /guild2/ folder shrunk considerably - you're ↵euphyy1-4/+6
welcome. x.x * You may also notice that your /guild2/ folder no longer functions. If that's the case... blame Maki (you can find him on the forums, IRC, TS, TSR, etc...) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16571 54d463be-8e91-2dee-dedb-b68131a5f0ec