448 Commits

Author SHA1 Message Date
euphyy
6820154c90 * Custom Quest Shop updated to v1.6, which adds support for bulk purchases.
* 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://svn.code.sf.net/p/rathena/svn/trunk@17040 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-24 02:56:49 +00:00
j-tkay
d8b9d425c5 - Fixed bugreport:7001, Nidhoggur Shadow Card: checks for High Wizard and Warlock jobs.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17027 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-17 19:27:23 +00:00
rud0lp20
aa7031075c Happy Holidays and Happy 12/12/12 :)
Update Elemental summon to its official behavior
  - Fixed missing skill features of Ventus(bugreport:6792,bugreport:6723,bugreport:6511)
  - Note: upgrade_svn17014.sql
  - And other elemental skills are to follow :)
Fixed bugreport:6889 updated const.txt where it cause error to some items.
Fixed bugreport:6999 where matk damage deals miss atk to plant type targets.
Fixed status calculation where it doesn't give accurate result or how official calculation does.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17014 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-11 17:20:44 +00:00
rud0lp20
4129e5eb1c Fixed bugreport:5689 recoded/reimplement RE Matk formula(including RE Heal)
Fixed bugreport:5745 WL_RECOGNIZED us now functional.
Fixed bugreport:5663 where HW_MAGICPOWER shows glitch in status window.
Fixed bugreport:6759 where items granting matk bonus didn't work.
Follow up r16980 small performance enhancement...:)
Done some TODO in skill_cast_db.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16981 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-29 16:03:55 +00:00
euphyy
e5e852cb54 * Applied Renewal mob mode changes (bugreport:6150).
* Small documentation changes (incl. bugreport:6937).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16970 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-27 21:21:45 +00:00
euphyy
e5253aa7c6 * Added the "Catalog Magician" NPC to merchants/buying_shops.txt, thanks to Muad_Dib!
* Changed all commands in atcommands.txt to their defined names, not aliases, and added two more common aliases.
* Documented 'makerune' in script_commands.txt.
* Documented '@accinfo' in atcommands.txt.
* Follow-up r16965, database update for rune crafting formula.
* Updated Magic Mushroom DB according to 3CeAM revision 703.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16966 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-25 01:08:33 +00:00
euphyy
7fc959438d * 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://svn.code.sf.net/p/rathena/svn/trunk@16955 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-23 18:30:42 +00:00
euphyy
7630c7eb61 * 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://svn.code.sf.net/p/rathena/svn/trunk@16947 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-23 03:22:28 +00:00
glighta
805aedeff0 -Apply EvilPuncker path from tid:71756
-Fix and upd logzeny enumeration type bugreport:6897
-Upd @zeny to send a message when succed bugreport:6886
-Upd ChaosPanic to affect all bugreport:6893
-Upd bloodylust cooldown and disable endure effect bugreport:6547

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16940 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-22 01:13:28 +00:00
kenpachi2k11
7cf43a3375 Replaced 'bonus2 bVariableCastrate' with 'bonus2 bCastrate' in pre-renewal item databases. (bugreport:6913)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16938 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-21 13:03:30 +00:00
momacabu
c303484e06 Updated all items which had groupranditem with getrandgroupitem (better implementation done by Ind)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16932 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-20 03:47:31 +00:00
flaid
0ad26adc3c Shiny Wing Gown was set to tame the wrong monster, fixed now.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16886 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-09 04:33:14 +00:00
momacabu
aae7d1d129 - Removed backup.pl (for TXT servers) and vs9-to-vs8.php (outdated versions);
- Merged @killmonster2 with @killmonster tid:73632;
- Fixed bugreport:6764, auction code was misplaced;
- Follow up to r16753 (bugreport:6523), fixed bugreport:6673, using Gravitational Field with Safety Wall would keep the character immobilized. Blame myself, thankyou Lunar for the fix;
- Fixed bugreport:6514, @slaveclone wouldn't be targeted by monster. Thanks to zippy;
- Fixed bugreport:6837, some code was duplicated;
- Fixed bugreport:6768, removed some leftovers from TXT removal;
- Fixed bugreport:6868, Unequipping a weapon with Incantation Samurai card will not kill you if you have less than 999 hp and are on a non-pvp map;
- Fixed wrong bit field on ai field in mob_data structure. Credits to Ind.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16881 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-11-09 00:26:36 +00:00
brianluau
b69048d9c5 - Added svn:eol-style=native property.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16844 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-30 08:26:18 +00:00
brianluau
a1a911eaaf - Fixed more missing single quotes in item_db.sql, follow up to r16822.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-27 04:51:15 +00:00
brianluau
bd09db6af3 - Fixed missing single quotes in item_db.sql, follow up to r16822.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16830 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-27 04:42:17 +00:00
spre123
5b4644367c Fixed bCastrate function in item_combo_db. bugreport:6815
Fixed Item 13694, Freyas Crown Box Changed getitem to the official rentitem Item Script(verified By Joseph and muad). Continuation of bugreport:6714

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16828 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-25 07:27:43 +00:00
spre123
5a4acba757 Fixed/Changed the rest of the RE Items with the reversed/broken bcastrate with bVariableCastrate So it actually works as intended(ONLY RE needed this update). bugreport:6548
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16826 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-24 00:39:23 +00:00
j-tkay
8e575ee998 - Follow up r16824.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16825 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-22 11:27:59 +00:00
spre123
9f3b089c68 Forgot to add the upgrade sql file for the Small DB change to item_db_re.sql Changing Defence from unsigned to accept negative Value do to some items having negative values.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-22 02:02:06 +00:00
euphyy
0f0577cabf * Updated Thanatos Tower quest to Episode 13.1 - huge thanks to Muad_Dib! (bugreport:4498)
* Fixed some syntax in item_db_re.sql (bugreport:6714)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16823 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-21 03:36:01 +00:00
spre123
6b6e42a3e5 major item update activating many script commands aswell as activating many items that are now in the client this effects 250+ items. Bugreport:6714
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16822 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-10-20 00:42:55 +00:00
spre123
98887e4025 Updated bonus2 bCastrate items. Cast reducing equipment should now function properly. Bugreport:6745
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16808 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-29 20:38:34 +00:00
spre123
9cc229b2ae ...I am tired I suppose, Forgot to add the item_db_re.sql in with the Last revision Update. So Follow up on 16798 and Bugreport:6734 [Spre]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16799 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-26 06:00:59 +00:00
spre123
cc4f755901 Updated Items, Uncommented the Traditional Cookie as it works fine and is needed for a pet. Also updated The Groomers That sell it. Bugreport:6734 [Spre]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16798 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-26 05:40:18 +00:00
euphyy
fc688d4916 * Fixed applicable job on Ebone Armor (bugreport:6705)
* Follow-up r16790 / r16791, formatting and strncmp -> strcmp (src\map\atcommand.c)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16792 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-22 18:32:55 +00:00
euphyy
884e6a1390 * Optimized Splendide coin merchant and merged it to a template with Manuk's (merchants\coin_exchange.txt)
* Fixed and enabled a Manuk NPC (cities\manuk.txt)
* Other small changes and fixes.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16773 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-10 20:33:57 +00:00
euphyy
a9841bca61 * Added and updated duplicate coordinates in custom Healer (custom\healer.txt)
* Follow-up r16765, forgot a bonus (bugreport:6646)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16767 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-09 01:26:00 +00:00
euphyy
05b65b91b3 * Updated Renewal 'Mjolnir' item (bugreport:6646)
* Updated slots on RWC 2008 Dragon Helms (bugreport:6645)
* Other minor changes...

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16765 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-08 19:58:00 +00:00
shennetsind
ae5e29ad86 sql-files folder redesign as discussed with other developers, all upgrade files prior to rathena were removed (if you need them you can use the trac or download a earlier version of the folder).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16750 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-06 19:58:51 +00:00
brianluau
9b08202837 - Standardized headers of /doc files.
- Added svn:eol-style=native property on some recently added text files.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16726 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-31 21:49:48 +00:00
kenpachi2k11
8c152d9370 Fixed Angelic Rings (#2743) autobonus duration. (bugreport:6434)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16686 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-22 19:46:01 +00:00
kenpachi2k11
08587f9c15 Fixed Ur's Seals (#2883) bonus script. (bugreport:5895)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16684 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-22 19:03:51 +00:00
flaid
731c58d598 Sleipnir fix in renewal bugreport:6524
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16674 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-21 07:34:23 +00:00
kenpachi2k11
b52386fefe Updated all glorious weapons. (bugreport:5013)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16673 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-20 21:07:52 +00:00
kenpachi2k11
4d97ca703d Updated some EP 13.2 accessories. (bugreport:5128)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16670 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-20 17:38:47 +00:00
kenpachi2k11
fa96330181 Added SQL script which creates item_db2 table in RE layout. (bugreport:6485)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16665 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-18 15:41:49 +00:00
shennetsind
e713fad704 Follow up r16663 added missing column to main.sql, superspecial thanks to EvilPuncker for pointing out.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16664 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-18 14:25:26 +00:00
shennetsind
ba768bfa77 Fixed bugreport:6343 homun-s skill tree now is properly populated with previous homun form skills, note the sql table update: upgrade_svn16663.sql
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16663 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-18 14:08:16 +00:00
kenpachi2k11
7da0f3da8b Renamed bMatk and bWeaponMatk to make it easier to understand the bonus when reading the DB file.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16649 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-17 10:51:44 +00:00
kenpachi2k11
b5b8cb70ad Follow up r16641 - updated table layout for item_db_re. (bugreport:6478)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16645 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-16 08:40:58 +00:00
brianluau
34891d9153 - Added svn:eol-style=native property.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16643 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-16 04:08:25 +00:00
kenpachi2k11
9f724967d5 Follow up r16641 - Updated Ahura Mazdahs DEF and Angra Manyus ATK/MATK again. (Found a newer file...)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16642 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-15 21:13:48 +00:00
kenpachi2k11
e73d843cac Fixed Angra Manyus and Ahura Mazdah script and ATK/MATK/DEF. Additionally corrected some descriptions in item_bonus.txt. (bugreport:5172)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16641 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-15 21:05:28 +00:00
kenpachi2k11
c2b4700d41 Added support for the new min and max equip level in the SQL item database. (Follow up r16632)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16639 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-15 19:20:26 +00:00
euphyy
bcfd5cf6d5 * Fixed cutin errors in Fortune script, bugreport:6466 (other\fortune.txt)
* Fixed item #5503, bugreport:6440

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16630 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-13 14:41:57 +00:00
euphyy
773fd84ad4 * 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://svn.code.sf.net/p/rathena/svn/trunk@16619 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-10 15:58:07 +00:00
brianluau
eccf002de1 - Added svn:eol-style=native property on some recently added text files.
- Renamed upgrade_svn16517.sql to the correct SVN revision it was added in (r16518).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16614 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-09 18:01:21 +00:00
euphyy
b2c806a597 * Moved RE coordinates of Bullet/Magazine Dealers in Izlude, bugreport:6410
* Added "favorite" column to main.sql file, bugreport:6425 (sql-files\main.sql)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16595 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07 18:47:08 +00:00
euphyy
09782fc85e * Added missing quotes around some skill names in item DB, thanks Kenpachi! (bugreport:6405)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16577 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-04 15:07:24 +00:00