1648 Commits

Author SHA1 Message Date
skotlex
af55aa1e6e - Updated item_db.sql to current.
- Some small code-cleanups.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-26 23:01:55 +00:00
skotlex
72faf33f97 - Added new column to mob_db Sprite_Name to hold the mob's sprite name. Columns Name and JName now hold the mob's english and kro names respectively.
- Currently both Name and Jname have the KRO names, so someone will have to update them.
- Updated mob_db.sql and mob_db2.sql to latest.
- Added battle_config option override_mob_names to make the spawned mob names use the mob_db names instead of the specified names in the spawn files.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6246 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24 03:53:29 +00:00
Playtester
ca426293ef Changed item_db2.sql to new format
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6212 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21 11:51:41 +00:00
skotlex
c69118e1e5 - Added two columns to item_db: equip_script and unequip_script are scripts that are executed once when the corresponding item is equipped or unequipped respectively.
- Removed bonuses bDamageWhenUnequip, bLoseSPWhenUnequip
- Updated sql-files/item_db.sql with latest.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6204 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20 23:24:20 +00:00
skotlex
5004c77916 - Fixed upgrade_svn5902.sql, thanks to Koshiro for pointing it out.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6092 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15 19:59:36 +00:00
skotlex
df4fc4cd65 - Updated sql-files/mob_db.sql to current.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6062 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-14 19:00:29 +00:00
skotlex
e5cb6bb260 - Updated sql-files/item_db.sql to current.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6056 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-14 03:25:34 +00:00
skotlex
db62926e5b - Changed use of strtol to strtoll as strtol's result is just a signed int, and we need to parse values above 0x7FFFFFFF
- Corrected Knives being usable by Gunslinger. SQL users use upgrade_svn5972.sql to ugprade that.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5972 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-09 22:52:06 +00:00
skotlex
7015c8578f - Modified the equip_job field in the item_db to be a hexadecimal value for easier handling.
- Updated item_db.sql to this new file format (even though it's equip_jobs field is still a integer)
- Added upgrade_svn5951.sql for those who would like to convert their existing items.
- Added doc/item_db.txt to explain each of the fields in db/item_db.txt


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5951 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-08 06:08:29 +00:00
skotlex
491228d9cc - Added inter config connection_ping_interval which specifies interval in hours at which mysql_ping's must be done on all connection handles to keep the mysql connection alive. Defaults to 0 (disabled)
- Removed login sql handle from the map server as it isn't used for anything.
- Made the login sql handle on the char-sql server be used only when gm_read_method 1 is enabled.
- Small fixes to npc_enable, added BL_NPC handling on status_get_sc.
- Added a path_search check in map_random_dir, so that the random direction picked up doesn't goes through walls and all that.
- Some changes to close-confine, status start will fail when the source is not found or it doesn't has sc-data.
- pc_setoption no longer changes the character's class when mounting/dismounting, it only changes the view-class.
- The peco-crash-fix from the char servers is still needed. This packet must be wrong! We likely need to sniff it.
- Modified the char-txt server to modify the class of mounted characters to their non-mounted version. Added an upgrade_svn file to handle the class update on the sql tables.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5902 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-05 00:23:18 +00:00
skotlex
c10891c7b9 - Added upgrade_svn5834.sql to update view for item type 10.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5834 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-01 02:41:34 +00:00
skotlex
cb5e2ff339 - Added a debug function to locate all "looping warps"
- Some cleanup of the skill-use functions in clif.c


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5787 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-28 14:19:51 +00:00
skotlex
ba713905eb - Updated mob_db.sql and item_db.sql to latest txt versions.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5722 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-23 23:26:42 +00:00
skotlex
b0515272d9 - Added item_db2.sql and mob_db2.sql, thanks to Joshuaali
- Added more usage of msg_athena on the slave atcommands.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5609 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-15 14:00:32 +00:00
skotlex
f7884c6c52 - Fixed the average_lv column size specification. Thanks to Joshuaali (upgrade_svn5607.sql)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5603 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-14 21:30:24 +00:00
skotlex
f5359b3bbc - Corrected char-server parameters so that the subnet config file is the third parameter, not the second (which was conflicting with inter_athena.conf's argument), thanks to foobar.
- Fixed TK and Soul Linker's position of their job entry in exp2.txt, thanks to Coltaro.
- Fixed NPC_GRANDDARKNESS targetting the enemy instead of yourself in mob_skill_db.
- Fixed Grandcross's hit and range entries in the skill_db (it had hit 5? that wasn't even a valid value from the description)
- PR_BENEDICTIO now ignores mdef
- Removed the status_isdead checks from status_check_skilluse, they are now done only on the skill_castend_* functions.
- Fixed NPC_SELFDESTRUCTION not doing the correct damage to oneself.
- Fixed chatlog's x/y column capacity.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5584 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-13 14:49:16 +00:00
skotlex
858d87d0c8 - Fixed Valkyrie's shield script in item_db.sql
- Added a warning on the char-server's name when it contains a space.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5547 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 01:56:59 +00:00
skotlex
d29bdd1949 - Fixed a bug that was making the no_spawn_on_player setting useless.
- Added Deadly Poison and Bleeding to status_get_sc_def, meaning that now vit does increases defense against being inflicted from it.
- Fixed a crash and an infinite loop in @whodrops @.@
- Expanded the item_db column sizes for the names to 50.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5526 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 04:05:48 +00:00
skotlex
67e039e791 - Updated mob_db.sql and item_db.sql to latest.
- Modified mob_db's HP column to be an int.
- Fixed the included global_functions file for the Kafra Express script.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5507 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-08 03:33:48 +00:00
skotlex
c606e4de69 - Some cleaning of the main.sql file
- Added upgrade file 5455 to make the manner/karma columns signed.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5455 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-04 02:07:07 +00:00
skotlex
be658f0edf - Added upgrade file upgrade_svn5322.sql because apparently not everyone has the guild table with autoincremental guild_id defined.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5322 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-18 07:06:37 +00:00
skotlex
d0c9123432 - Added an upgrade_svn file to fix the party sql table (it lacks the auto-increment property on the party_id column)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5311 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-17 20:48:05 +00:00
skotlex
dcd7d940b0 - Updated the login/char sql servers to let the sql tables autogenerate the new id, and then retrieve said id using mysql_insert_id rather than playing smart and loading the next insert ID on startup.
- Tables affected are: account creation, char creation, party creation, pet creation and guild creation.
- Also corrected some functions to be of type (void) rather than ()


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-16 20:15:21 +00:00
skotlex
6717272b97 - Updated sql-files/mob_db.sql to latest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5193 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-05 08:34:06 +00:00
skotlex
e73af7ca2b - Merged some of the 'plug' items into the main item_db
- Updated sql-files/item_db.sql to latest.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5191 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-05 07:56:53 +00:00
Valaris
2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.  EVERYTHING ELSE
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29 16:10:48 +00:00
Valaris
fd99753f8e Clearing trunk.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29 16:00:45 +00:00
amber
79e0161686 eol fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1321 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29 04:04:50 +00:00
celest
a47526d812 * Added sql upgrade file in sql-files for svn1315's update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1319 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29 03:01:57 +00:00
celest
1717d644dd * Added use dynamic allocation when loading the msg_table
* Refresh the client when day comes to get rid of the night effect
* Changed @refresh to fake map loading, but without teleporting side effect
* Updated SQL file for the item_db

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1307 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-27 10:36:30 +00:00
amber
38bad1c170 sql change
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-20 06:25:51 +00:00
amber
4337a29ac4 draft to transition through svn1125
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-17 07:09:21 +00:00
Lupus
63dccbce3e fixed SQL Castle Saving BUGS
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1193 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-28 07:27:18 +00:00
Lupus
593e1ed641 made actual ITEM_DB SQL
some name fixes in item_db (added missing columns )


git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1149 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-21 14:10:42 +00:00
Lupus
ad6ebc9c89 made actual MOB_DB SQL
some name fixes

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1148 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-21 08:33:40 +00:00
Lupus
6dcb5ae02b added +2 drops slots into MOBS DBs
brushed up srcs for 10 drops

fixed some mobs...

fixed TXT logs

fixed 1 guardian spawn

changed 2 SQL files.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1126 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-17 17:19:26 +00:00
(no author)
0ff0152526 Added a auto increment 'start' value in the main.sql file ^^[Sirius]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-10 20:28:32 +00:00
(no author)
778e804dd6 update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@968 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-23 20:38:44 +00:00
Lupus
99638c9c8d Added LOGMES script command
implemented an example: kafra_bank.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@759 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-23 20:20:06 +00:00
ajarn
16819a7088 git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@624 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-12-19 03:34:12 +00:00
codemaster
9d2b2d1fc5 git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@623 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-12-19 03:28:19 +00:00
codemaster
78059f63a1 Added a friend0 column
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@621 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-19 03:19:50 +00:00
codemaster
18332401e0 Added a friend0 column
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@620 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-19 03:14:38 +00:00
amber
01073deb62 file props
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@516 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-08 22:53:15 +00:00
amber
2ab9272cf8 removed a USE that should not be there
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-29 04:49:37 +00:00
codemaster
3ecd6c03e1 Added GM Command Logs
Added TXT Logs + TXT Log Options

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@208 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-16 02:45:55 +00:00
amber
d479e29aee Fixed some file types
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14 16:18:26 +00:00
(no author)
706e785091 git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@2 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-11-04 23:25:09 +00:00