232 Commits

Author SHA1 Message Date
Aleos
663d2eb3b4
Removes an invalid mob death event (#4821)
* Fixes #4816.
* Follow up to c6470ff.
* Removes an event that was accidentally added during a macro cleanup.
Thanks to @will21!
2020-04-19 14:07:01 -04:00
Daegaladh
354c632732
Fixed place names and other typos (#4475)
* Fixed common misspelled names from iRO and other typos.
2019-12-15 20:55:19 +01:00
Akkarinage
8dc049aa8b Removed City Cleaners from RE monster spawn files (#3082)
* Fixes #2978.
* Moved Wild Rose to PRE-RE spawn files.

Signed-off-by: Akkarinage <akkarin@rathena.org>
2018-05-19 11:36:59 -04:00
Atemo
c6470ff4ff Clean-up permanent monster spawn: (#1831)
* Clean-up permanent monster spawn:
- <delay1>,<delay2>,<event> are actually optionnal field
- <event> value 0 and 1 are meaningless (actually event name with length < 4 are skipped)

* Exported monster AI constants

* Updated docs for monster size constants (already exported)
Notes:
- the default size for monster script cmd was small not medium
- monster script cmd now display a warning for size above SZ_BIG (previously SZ_ALL)

* - Fixed an issue to make <xs> and <ys> optionnals
- Updated npcs scripts

* Leftover in the docs for permanent monster spawn

* Corrected english docs. Credit to @aleos89
Added additionnal warning for xs / ys negative input. Credit @Lemongrass3110 

Thanks to @cydh for the idea
2017-01-22 19:03:08 +01:00
Atemo
befc6123be Fixes some bug in npc/cities folder and corrected syntax
Corrected some npc view
2016-02-11 02:06:10 +01:00
Atemo
63b076ef96 Fixed issue #614 blame 1f147f207d0f323cd6dcfe6f8fc36ea99fdd5fa7
Fixed typo in re/mobs/academy
2015-09-02 22:34:49 +02:00
Euphy
90b187ff3e Changed all "Compatible With" fields to "rAthena Project".
Edited a handful separately, as appropriate.

Signed-off-by: Euphy <euphy.raliel@rathena.org>
2014-01-12 16:24:38 -05:00
Euphy
11860e2e1f * Script updates:
- Added warpers and duplicates for Izlude (izlude_[a-d]) and Prontera Field 8 (prt_fild08[a-d]) maps.
- Updated Eden Group warpers and added new duplicates.
- Changed "Kelitula Academy" to "Cryptura Academy".
- Added a missing OnMyMobDead label in Buwaya Cave instance. (bugreport:7929)
- Added version information to Airport script headers.

* Mob spawn organization:
- Split "City Cleaners" into Pre-Renewal and Renewal directories.
- Restored Thief Bug (Pre-Renewal) vs. Thief Bug Egg (Renewal) spawns.
- Created "Town" spawn files, holding all city spawns not in "City Cleaners" files.
- Added Prontera Training Dummies and Alberta Ship Mouses.
- Moved Jawaii spawns from "fields/" into "towns.txt".
- Moved Brasilis spawns from its own directory into "towns.txt".

Signed-off-by: Euphy <euphy@rathena.org>
2013-08-05 19:42:00 -04:00
Euphy
3beb7833f9 * Fixed Guardian Stone respawns in WOE SE. (bugreport:7849)
* Fixed job checks in Falcon Flute Trader script. (bugreport:7839)
* Fixed Guillotine Katar slots. (bugreport:7838)
* Fixed @itembound type 4 not working.
* Bossnia changes:
- Monsters should not be spawned with 'boss_monster' according to official scripts; removed 'notomb' mapflags accordingly (partial revert of r17404).
- Merged file into events/bossnia.txt, since the spawns and warps should be disabled by default.

Signed-off-by: Euphy <euphy@rathena.org>
2013-07-17 23:16:15 -04:00
daegaladh
f49b3d6f55 Full npc folder reorganization. (I hope I didn't break anything D:)
-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://svn.code.sf.net/p/rathena/svn/trunk@16545 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01 04:29:56 +00:00
shennetsind
086af74531 Okie ladies and gentleman if this commit breaks anything it's jman's and maki's fault, yes, blame them.
Fixing pre-re / re npc support, moving /config/ folder to src root so other servers may also make use of the #define renewal dir and other stuff.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16382 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-08 19:30:07 +00:00
euphyy
7bd7f81dae * Corrected and optimized 12 guide NPCs (/guides/)
* Fixed a small typo in Warlock quest, bugreport:6164 (jobs\3-1\warlock.txt)
* Fixed a couple of job constant typos in "Nameless Island Quests" (quests\quests_nameless.txt)
* Removed non-RE changelogs from RE scripts

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16376 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-04 15:26:16 +00:00
brianluau
ccdc1a396c - Added svn:eol-style=native property on some recently added text files.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16258 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 06:34:50 +00:00
kenpachi2k11
8ac22b2526 Moved a few merchants and mob spawns to separate files to prevent error message when running server in pre-RE mode and with TXT databases. (bugreport:5846)
Fixed Tao Gunka Cards (#4302) renewal effect. (bugreport:5866)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16247 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-09 18:48:50 +00:00
brianluau
a5b8772792 - Follow-up to r15923: fixed renamed file not being svn-copied (and lacking svn history).
- Added svn:eol-style=native property for some recently added text files.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15924 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-22 15:17:49 +00:00
brianluau
61d6762338 - Changed scripted MVPs (Bio3 and Lord of Death) to spawn instantly on server start, just like other permanent monster spawns.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15802 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-27 03:04:34 +00:00
brianluau
ca15420e0e - Renamed some variables.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15801 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-27 02:53:37 +00:00
brianluau
ade7ad3127 - Restored Lord Of Death spawn that was accidentally removed in r15060. (bugreport:5323)
- Made players face in the same direction they were facing right before warping.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15787 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-24 04:06:49 +00:00
masao87
4b1e9d1d55 - Added Bossnia Event.
- Added new Town cleaners.
- Added mobs to sec_pri02 .

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15673 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-10 19:22:27 +00:00
jmanfffreak
000d0e777c Added King Dramoh to mal_dun01 (bugreport:5381)
Corrected NPC sprite in minstrel job quest (bugreport:5387)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15660 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-06 02:02:26 +00:00
brianluau
38055c63bd - Added svn:eol-style=native property for some recently added text files.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15438 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-12 23:59:44 +00:00
Chilly0123
e64b992843 *Updated renewal mob spawns up to Malaya Port.
-Fixed a bug with Bio3 MVPs not spawning.
*Item updates:
-Removed or disabled most renewal items in the pre-re item_db.
-Fixed incorrect bonus with ATK enchantments.
-Updated newer cards based on aegis info (special thanks to Muad_Dib)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15432 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-12 00:32:22 +00:00
masao87
a5a433fb90 - Added first Version of Warlock Job change Quest.
- Updated mob/fields/splendide.txt for Warlock Job change Quest.
- Fix for previous commit r15352 .


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15363 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03 19:24:30 +00:00
masao87
959fe48a57 - bugreport:2719 , bugreport:1963 , bugreport:2878 .
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15350 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-02 00:16:20 +00:00
mercurial123
0f47604f2d - Replaced all occurrences of "eAthena" to "rAthena" string
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-24 21:30:42 +00:00
brianluau
90c355108c - Merged /branches/renewal/conf (partial)
- Merged /branches/renewal/db (only mob_db.txt and mob_skill_db.txt)
- Merged /branches/renewal/npc (full)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-11 19:24:13 +00:00
brianluau
75010f0a3a - Set svn:eol-style=native for some recently added text files (follow up to r15009).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15044 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-09 03:53:41 +00:00
L0ne_W0lf
f755dd18b3 - Implemented first version of Archbishop skills. Preliminary version, see doc/3rd_job_notes.txt for details/bugs/issues with skills.
- Implemented fixed cast time, old cast time mechanics no longer available. Added bFixedCastRate used for reducing fixed cast time mechanic.
  Cast time calculations probably still needs work, as the cast rate reductions are probably additive and multiplicative as they used to be.
- As a result, skill_delayfix_sc() has been removed, status effects that modify cast time are now calculated DURING cast time, not after.
- Implemented skill cooldown in skill_cast_db.txt. Known issue is that the cooldowns should save on logout/server shutdown/etc.
- Implemented new heal calculation and started work on MATK. Added bWeaponMatk, and bEquipmentMatk for use with new MATK mechanic.
- Removed custom features and their config settings: delay_dependon_dex, delay_dependon_agi, castrate_dex_scale.
- Increased max_def to 9999 for now, as that is by default the largest defense increase found in the Renewal database (Ahura_mazdah, GM item)
- Added shield aspd reduction from job_db1.txt-- Not 100% sure on this one yet. Should be considered a WIP.
- Modified updatestatus(), to display information more in line with the client's status window.
- Updated some calculations in status_calc_misc to match renewal, needs a lot of work still.
- ST_CHASEWALK and HP_BASILICA no longer have 0 cast time while being canceled.
* Implemented 'Boss' Decrease AGI, like 'Boss' Heal - editable in skill.conf
* clif_skill_fail() now accepts a new parameter, to be used in later messages.
* status_change_start() now stores tick as duration upon being called, which fixes timers calling the function from showing negative durations.
* Implemented skill ALL_PARTYFLEE. 1 level, increases party member flee by 10.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14941 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-27 03:25:00 +00:00
L0ne_W0lf
0031e22f16 * Raised MAX_MERCENARY_CLASS to 44 for new mercenaries.
* Raised max_lv to allow values up to 150 in battle.conf.
* Raised MAX_SKILL_TREE 77 in prep for 3rd class skill trees.
* Upped max_lv and max_aura to 150, and max_aspd to 193.
* Added Brasilis database updates from trunk r14928.
* Added scripts and NPC Brasilis updates from trunk r14928.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14931 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-10 20:46:27 +00:00
L0ne_W0lf
ebfc42b8d5 * Implemented remaining Brasilis NPCs.
* Added remaining database modifications for Brasilis.
- Added the skills for the Brasilis monsters.
- Added remaining entries for Bathroom Ghost quest.
- Added stats for the Suspicious Hydra monsters.
- Corrected the capture rate for Suspicious Hydra.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14928 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-09 20:08:47 +00:00
L0ne_W0lf
8581de1255 Corrected improperly converted spawns, and instance timers for sealed shine and Orc Dungeon.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14846 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-06-12 00:26:47 +00:00
Kisuka
1d22347126 - AEGIS Conversion of Mob Spawns.
- Added 3rd class blanks / skeletons.
- Added Brasilis and Dicastes mob spawns (disabled until episode is added).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14755 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-03-22 09:45:13 +00:00
Kisuka
54f90425dd - Some fixes to the Novice Training Grounds.
- Added Renewal 1-1 Job Change.
- Updated monster spawns to Renewal.
- Disabled Umbala dungeon mob spawns (Since it was removed).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14736 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-03-08 09:58:56 +00:00
L0ne_W0lf
0c14edaeb0 * Updating spawns as a precursor for Eden group quests.
* Updated spawns for Juno fields to Renewal.
* Updated spawns for Umbala fields to Renewal.
* Updated spawns for Comodo fields to Renewal
* Updated spawns for Mjolnir fields to Renewal.
* Updated spawns for Payon fields to Renewal.
* Updated spawns for Morroc fields to Renewal.
* Commented out repeatable EXP quests.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14462 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-14 20:07:55 +00:00
L0ne_W0lf
83bc339cef * Updated stats for monsters that spawn on Geffen Fields.
* Packet_db now uses packet_db_ver set to default
* Updated spawns for Geffen fields to Rewnewal.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14435 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-28 15:42:15 +00:00
L0ne_W0lf
355bb58f5c * Updated stats for monsters that spawn on Prontera Fields.
* Updated spawns for Prontera fields to Rewnewal.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14433 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-20 04:19:42 +00:00
Gepard
854db9c878 Corrected some MVP spawn variances (Guild Dungeon & Veins Fields). Follow-up to r13673.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14359 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-30 20:55:06 +00:00
L0ne_W0lf
3922f5300e * Some bug fixing :x Nothing to new today folks! Stay tuned.
- Fixed input checks in the 'Ring of Wise King' quest. (bugreport:4147)
- Fixed some of the erros reported in the Oolnir scripts. (bugreport:4220)
- Added Azoi's giant flywing update to not warp dead players. (bugreport:4242)
- Fixed confusing inconsistancy in the nyd_dun mob spawn file. (bugreport:4246)
- Fixed the Manuk field 2 monsters spawning on Manul field 1. (bugreport:4248)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14305 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-05-25 03:09:22 +00:00
L0ne_W0lf
5a92a26a31 * Added 13.2 quest 'Two Tribes' and mob spawns for Yggdrasil Dungeon.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14302 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-05-21 04:13:58 +00:00
L0ne_W0lf
1b633ead78 Added customized iRO Christmas 2008 Event mob overrides to mob_db2.txt.
Updated custom WoESE Spawns to official, still commented out though.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14184 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-02 20:17:13 +00:00
L0ne_W0lf
c652787562 * Added known info for WoE SE Guild Dungeon monsters.
- Movement speed, and attack delays are not official. (copy/pasted)
- Skills are, like above, copy, pasted, edited. Not official.
- Decided not to drops added for the mentioned monsters.
* Added mapflags for WoESE guild dungeon.
* Added official WoESE Guild Dungeon NPCs, and custom spawns.
- As the mobs are not 100% (missing stats, no drops, etc) they are disabled by default.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-11-04 00:13:52 +00:00
L0ne_W0lf
572b75c9de * Another Episode 12 change, and more 13.1 content. [L0ne_W0lf]
- Moved Voting staff in Morroc to Morroc Ruins.
- Added Manuk/Slpendide mob spawn files (commented out.)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13970 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-27 10:23:48 +00:00
brianluau
caadb5a546 - Fixed a normal Valkyrie being spawned with 'boss_monster'. (bugreport:3419)
- Added 'boss_monster' to some MVPs that were missed (follow up to r13813).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13958 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-25 15:47:58 +00:00
Inkfish
d7d626e578 Now we can use 'boss_monster' to summon whatever monsters that need to be radared by Convex Mirror. (bugreport:2653)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13813 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-25 13:05:59 +00:00
jmanfffreak
10fa4229d9 Corrected in error in the mjolnir fields spawn script.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13675 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-16 00:20:53 +00:00
L0ne_W0lf
e9cbf5f30f Modified the commented out Phreeoni and forgot to fix the varience for the active one as well.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13674 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-15 17:17:53 +00:00
L0ne_W0lf
a2606285f4 Corrected most MVP spawn variances. Some were right (11.3+), and a couple are unchanged (Kiel for example.)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13673 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-15 16:30:22 +00:00
Playtester
53a5a9aeea Fixed a small typo thanks to Everade
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13643 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-30 16:04:21 +00:00
Kisuka
7c28a47642 * Moscovia Update!
- Added Moscovia quests.
- Uncommented mosk_dun & added field spawns.
- Updated moscovia & mosk_dun warps.
- Removed most the npcs from cities/moscovia.txt (they are part of the quests).
- Added some more moscovia quest items to item_trade.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13605 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-19 19:57:49 +00:00
Playtester
5bc440952b Fixed the Moscovia mob names in the spawn file
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13590 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-16 19:29:27 +00:00