summaryrefslogtreecommitdiff
path: root/npc/pre-re
AgeCommit message (Collapse)AuthorFilesLines
2013-11-25Cleaned up Zeny manipulation in scripts.Taylor Locke3-7/+7
2013-11-10Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4Haru1-1/+1
- Consolidated case in variables, labels, constants. Signed-off-by: Haru <haru@dotalux.com>
2013-11-09Consolidated commands called in scripts to their lowercase versionHaru1-1/+1
- Added a note about variables and command scripts case sensitivity. Even though the engine still accepts variable, function and command names in a case insensitive way, it is discouraged to rely on such behavior. Please update your custom scripts as soon as possible. Signed-off-by: Haru <haru@dotalux.com>
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka71-178/+178
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru143-1193/+687
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2013-10-11Minor Veins NPC Updateshennetsind2-0/+11
Partial Merge of eeafb5393f09b4fbea6d6f6df20f50fdbb6db432 - Moved "Wincing Old Man" (from quests_veins) to pre-re/re coordinates. [Euphy] Closes #145 Signed-off-by: shennetsind <ind@henn.et>
2013-10-07Fixed pre-re NPC Errorshennetsind1-42/+0
Mage solution npcs were present twice, in npc/quests and in /npc/pre-re/jobs/1-1/mage I've removed the mage ones are there is no difference between the re and non-re one, warning is gone. Signed-off-by: shennetsind <ind@henn.et>
2013-09-16Corrected line endings and BOM issues with several filesHaru13-13/+13
- 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-26Added an integer overflow check on literal values in the script parserHaru1-1/+1
- When attempting to use a value greater than INT_MAX or smaller than INT_MIN (about +/- 2 billions), an error message will be shown and script execution will be aborted. - Corrected some scripts that were attempting to use such values. - Fixed some possible issues when using literal negative values in scripts. Thanks to Ind for his help on this issue (figuring it out and fixing it) Signed-off-by: Haru <haru@dotalux.com>
2013-05-18Great. Forgot to add some files.Matheus Macabu1-2/+2
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-05-18Relocated mapflag from conf/ to npc/ and renamed some script filesMatheus Macabu1-0/+0
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-02-21-Minor fix for pre-re users where map-server would throw out an errorStreusel2-1/+0
2013-02-19-Moved Arena to main folder so it can be used by pre-re and reStreusel12-9031/+16
Signed-off-by: Streusel
2013-02-18-Updated more Izlude related stuffStreusel3-1/+214
Signed-off-by: Streusel
2013-02-18-Updated map_cache.datStreusel6-6/+437
-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-03Updated more placeholders and fixed some spacing issues.Mysteries24-38/+28
2013-01-29Updated placeholders.Mysteries22-66/+22
2012-12-30* Added Somotology Laboratory F4 quest (written by Ziu, translated by Heris, ↵euphyy4-195/+0
uses some iRO dialogues). * Updated quest_db with Somotology Laboratory F4 entries (5113-5125 are placeholders, may be incorrect). * Moving of warp files, reducing the number of duplicates in pre-re/re paths. * Added a note to documentation (bugreport:7065) and fixed a small mistake (bugreport:7068). * Follow-up r17056, missing $ (bugreport:7067) and added a missing item. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-24> Pre-Renewal fixes, major credits to Deep Forest for his detailed reports:euphyy4-4/+47
* 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-11- Fixed bugreport:6993, invalid item id in mercenary script. ↵j-tkay1-1/+1
(other/mercenary_rent.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17016 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-08* Updated Geneticist, Warlock, and Sura job quests to their latest versions.euphyy7-30/+29
* Added a clearer example for party_even_share_bonus (tid:58005). * Standardized job headers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17010 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-10* Raw revert of all job files back to r16578, prior to the rewrite in ↵euphyy6-853/+3060
r16579. The updates will be re-applied after more testing is done. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16621 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-10* Follow-up r16618, fixed SQL entry as well (sql-files/mob_db_re.sql)euphyy1-7/+7
* Follow-up r16616, forgot the pre-re/re split files... (npc/(pre-)re/kafras/) * Merged changes in eAthena 15164 and 15165 (doc/packet_struct_notation.txt) * Removed unreadable characters in various files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16619 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-09- Added svn:eol-style=native property on some recently added text files.brianluau13-345/+345
- Renamed upgrade_svn16517.sql to the correct SVN revision it was added in (r16518). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16614 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07* Moved RE coordinates of Bullet/Magazine Dealers in Izlude, bugreport:6410euphyy1-1/+4
* Added "favorite" column to main.sql file, bugreport:6425 (sql-files\main.sql) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16595 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07* Fixed errors with warp portal/mob spawns in Renewal Yggdrasil Dungeon, ↵euphyy1-1/+3
bugreport:6422 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16594 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-05- This should fix all job quests which didn't work after the update.masao872-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16584 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-05- Some little adjustments to the job change quests, also reverted some ↵masao876-39/+38
variables to the old job change files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16582 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-04- Whoops, little follow up of r16579masao871-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16580 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-04- Here comes the big Job folder Update.masao876-3060/+855
* Updated all 1-1, 2-1, 2-2 and the expanded files to the latest available official files and also added support for baby job change. * There might be some optimizations still needed at some places and there maybe occur some errors as well or the job change isn't fully working anymore since I didn't test all the jobs through the end (Me = Lazy), if so then please fill out a bug report in our bug tracker: http://rathena.org/board/tracker/project-4-scripts/ * Ninja, Gunslinger and the other files will follow within the next days. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16579 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-04Fixed and cleaned Izlude Arena and some other scripts.daegaladh7-623/+490
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16574 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-02Fixed some bugs on jobs and merchants scripts.daegaladh1-5/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16559 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Follow up r16551. Translated korean words that was causing issues in the ↵daegaladh1-4/+4
file encoding. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16552 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Follow up r16545. Fixed unreadable character at the beginning of ↵daegaladh1-1/+1
swordman.txt. (bugreport:6386) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16551 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01* Follow-up r16549, fixed the pre-re files as well (cities\jawaii.txt, ↵euphyy2-2/+2
quests\quests_lighthalzen.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16550 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Follow up r16545. Fixed some mistakes I made.daegaladh1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16548 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh491-462408/+10950
-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-30* Fixed job level issues on remaining first class Platinum Skill quests, ↵euphyy5-28/+32
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-tkay1-4/+5
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.brianluau2-89/+89
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.masao8712-12837/+5590
* 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, ↵euphyy1-23/+22
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. ↵masao871-1/+1
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 r16521masao873-39/+39
* 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:masao8712-5578/+12825
- 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-26* Updated Super Novice Expansion quest to match the official one, thanks to ↵euphyy1-1/+8
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-21Follow up r16459, enabled Warlock quest Bradium Golem and Naga on pre-re ↵daegaladh1-2/+0
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 ↵euphyy1-1/+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 ↵daegaladh8-17/+17
chatrooms. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16461 54d463be-8e91-2dee-dedb-b68131a5f0ec