Commit graph

49 commits

Author SHA1 Message Date
hwsapibot
05f5cddbff
Update mob_db SQL data
Signed-off-by: hwsapibot <dev@herc.ws>
2026-04-18 17:31:30 +00:00
hwsapibot
c929ff8f6d
Update mob_db SQL data
Signed-off-by: hwsapibot <dev@herc.ws>
2025-02-01 00:19:10 +00:00
Haru
daca5167ed
Welcome to 2024, Hercules
(update copyright year in headers)

Signed-off-by: Haru <haru@dotalux.com>
2024-02-04 02:26:34 +01:00
hwsapibot
4b2861c3d7
Update mob_db SQL data
Signed-off-by: hwsapibot <dev@herc.ws>
2023-01-13 00:25:12 +00:00
Hercules.ws
3cc409a95a
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2022-01-05 15:47:08 +01:00
Hercules.ws
463f35367d
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2021-01-02 15:03:37 +01:00
Hercules.ws
410209f958
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-12-15 02:29:41 +01:00
Hercules.ws
43c1ab8c72
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-12-14 15:36:34 +01:00
Evil Puncker
ee9e597967 Fix schema warning 2020-11-16 22:36:05 -03:00
Hercules.ws
1cccfca3dd
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-05-27 13:34:56 +02:00
Hercules.ws
a39d70e9cc
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-05-03 21:24:10 +02:00
Hercules.ws
33f6628652
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-02-09 22:48:28 +01:00
Haru
da14478a8c
Update copyright headers for year 2020
Signed-off-by: Haru <haru@dotalux.com>
2020-01-13 03:24:07 +01:00
Hercules.ws
fae84f2806
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-01-12 16:18:36 +01:00
Hercules.ws
edfbc530db
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-09-23 02:33:19 +02:00
Hercules.ws
9148085c96
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-01-13 20:59:23 +01:00
Hercules.ws
3c3ca61533
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-07-28 03:23:56 +02:00
Hercules.ws
8d10339b3d
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-01-09 10:02:19 +01:00
Hercules.ws
980eeb0100
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-01-02 07:16:20 +01:00
Hercules.ws
a721910832
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-08-26 21:38:34 +02:00
Hercules.ws
056a71134e
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-08-17 01:19:03 +02:00
Hercules.ws
ae1f635b74
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-08-02 00:55:34 +02:00
Hercules.ws
3a226bb3c0
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-20 07:22:33 +02:00
Hercules.ws
033f9c35f5
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-07-09 02:35:32 +02:00
Hercules.ws
d7c29566d0 MobDB SQL Sync
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-07-02 19:19:18 +02:00
Hercules.ws
b37530892d MobDB SQL Sync
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-02-29 15:15:52 +01:00
Hercules.ws
37fefe0d86 MobDB SQL Sync
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-02-28 22:26:54 +01:00
Hercules.ws
9d4ce2dc78 ItemDB SQL Sync
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-02-05 09:37:12 +01:00
Hercules.ws
f6ee3f1d20 ItemDB SQL Sync
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-02-04 22:20:42 +01:00
Haru
519263f1d5 Preliminary update of the mob_db sql scripts to the latest txt snapshot
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29 10:59:55 +01:00
Haru
8f7889b79c Removed name distinction between (sql) mob/item/mob_skill db and db_re variants
- Since there (currently and in future) is no difference between the
  table structure for renewal and pre-renewal databases, it makes no
  sense to have extra code that makes a distinction between their names.
  A server will always use either one or the other, never both at the
  same time.
- If you have a mob_db_re, mob_skill_db_re and/or item_db_re table,
  please rename it to mob_db, mob_skill_db and/or item_db_re,
  respectively.
- No upgrade script provided. I'd like to remind everyone that these
  tables are optional (and deprecated), and they are only offered for
  convenience for those who need them for web control panels and similar
  software.

Signed-off-by: Haru <haru@dotalux.com>
2015-01-22 12:05:10 +01:00
malufett
23a88d6272 Split mob sql database into mob_db and mob_db_re.
-http://hercules.ws/board/topic/8084-separate-the-mob-db-and-mob-db-re/
2014-12-28 17:42:33 +08:00
Haru
2461d8005c Re-generated SQL mob databases
Signed-off-by: Haru <haru@dotalux.com>
2014-09-01 03:09:53 +02:00
Shido
3ecf877ba3 SQL Re-Organization.
Signed-off-by: KeiKun <the.keikun@gmail.com>
2014-07-10 23:53:21 +08:00
Haru
ca68ff4996 Updated SQL mob database (re and pre-re)
- Special thanks to Emistry for reminding us.
- Added a comment to inter-server.conf to discourage relying on those
  sql databases for scopes other than control panels and such, unless
  you really know what you're doing.

Signed-off-by: Haru <haru@dotalux.com>
2014-01-13 18:16:22 +01:00
lemongrass3110
a0ed4da171 Start to standardize the database files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17198 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-03-14 12:28:30 -08:00
Streusel
625981b877 -Added new items (Credits to Muad_Dib)
-Fixed my previously incorrect bAllStats spelling
-Removed & re-added most of my previously assigned unbreakable heagears
-Fixed weight on 3 other already existing ones
-Added Fly Wing to Poring & Lunatic in the mob_db_re.sql
2013-02-21 01:13:55 -08:00
euphyy
a337fe03f0 * Added Somotology Laboratory F4 quest (written by Ziu, translated by Heris, 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-30 02:05:43 +00:00
euphyy
390b8d0b8e * Applied Renewal mob mode changes (bugreport:6150).
* Small documentation changes (incl. bugreport:6937).

git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16970 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-27 21:21:45 +00:00
euphyy
cb78bae6df * Removed duplicate isequipped() entries from item_db already written in item_combo_db (bugreport:6924).
* Moved a few remaining isequipped() entries to item_combo_db.
* Follow-up r16940: applied change to SQL and pre-re files, and renamed Size constants to Size_ for consistency.
* Follow-up r16947: fixed mob modes.

git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16955 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-23 18:30:42 +00:00
euphyy
bd4e344a47 * Added Guillotine Cross job quest, again thanks to Muad_Dib! (bugreport:5834)
* 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-23 03:22:28 +00:00
euphyy
1518f177b5 * Follow-up r16618, fixed SQL entry as well (sql-files/mob_db_re.sql)
* 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-10 15:58:07 +00:00
kenpachi2k11
95bc3edbe3 Updated SQL item DBs to match with their TXT versions. (Now tested...)
Follow up r16520 - applied mob DB changes to the DBs, too.

git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16523 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-28 19:16:30 +00:00
kenpachi2k11
bbfd5ae3c5 Synced SQL DBs and added RE SQL-script for mob_skill_db.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16513 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-27 21:38:01 +00:00
euphyy
0c5213b87e * Standardized and added Shadow Chaser job quest! (bugreport:5834)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16350 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-28 04:44:17 +00:00
kenpachi2k11
ba2220a201 Follow up r16253 - Replaced NULL with 0 in mob_db.sql and mob_db_re.sql
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16304 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-15 10:44:45 +00:00
brianluau
74b23e11e9 - Added svn:eol-style=native property on some recently added text files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16258 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 06:34:50 +00:00
kenpachi2k11
0e8fb0bb70 Follow up r16252 - replaced zeros with NULL and corrected syntax of commented out entries in SQL mob databases.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16253 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 01:22:09 +00:00
kenpachi2k11
7f38469286 Created renewal mob SQL database file and synchronizes both SQL mob databases with their corresponding TXT databases. (bugreport:5281)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16252 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 00:16:38 +00:00