9407 Commits

Author SHA1 Message Date
masao87
d5c26f6f04 - Updated refine_db.txt to Renewal rates.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15323 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 21:28:07 +00:00
jmanfffreak
53658578b3 Follow up to r:15318. Increased MAX_HOMUNCULUS_CLASS to 60 to allow new HomunS.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15322 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 21:27:58 +00:00
protimus
3ec7e6b7c0 * Updated for Emperium not can be healed by any skills.
* Updated investments formulas of HP and SP according to renewal.
- Not yet official, need more informations.
- This is a temporary fix necessary for the emperium can be broken.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15321 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 20:57:09 +00:00
brianluau
d598fef4b4 - Follow up to r15319: moved the mob_db line to mob_db_re.txt
(mob_db_re was added in [15306:15307/trunk/src/map/mob.c])

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15320 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 20:49:37 +00:00
protimus
41ea745083 * Updated Emperium HP according to renewal.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15319 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 20:23:13 +00:00
protimus
1aaed1bcdb Added new Homunculus S.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15318 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 20:13:18 +00:00
shennetsind
5d4a55eaf9 Follow up r15316, fixed a gcc warning (tsc was uninitialized)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15317 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 20:05:46 +00:00
protimus
2e2aaeecaf Fixed Dragon Breath don't causes damage on hidden enemies.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15316 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 19:56:48 +00:00
shennetsind
e88d231140 Fixed TK Mission from getting random mobs not available from dead branch list (thanks to Muad_Dib), bugreport:5175
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15315 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 19:50:54 +00:00
shennetsind
922e56e099 Fixed bug that allowed a specific timing to not receive reflected damage if the origin of the reflect has died, bugreport:4494
Special thanks to xazax!
Also: Added a performance improvement:
-- Before: all delayed damage would loop through all mobs/players/etc units in the server to confirm that the origin of the damage is equal to the source
-- Now: it compares the id of the damage source to the source id.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15314 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 19:13:41 +00:00
shennetsind
ce627737db Fixed Ranked Taekwon skill reset bug, bugreport:3230
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15313 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 17:18:42 +00:00
shennetsind
22fc43dd35 Fixed exploit with infinite item use, bugreport:2973
-- Special Thanks to Yommy

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15312 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 16:51:23 +00:00
shennetsind
50abab611b Added "Set Zeny, Zeny +/- whatever;" script operation to be logged by log_zeny (from log_athena.conf), bugreport:2666
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15311 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 15:31:33 +00:00
shennetsind
7627f2522e Added mail zeny loss prevention, bugreport:2919
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15310 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 15:04:14 +00:00
shennetsind
684c57b378 Fixed that you couldn't unequip items while frozen/stoned/etc, bugreport:2772
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15309 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 14:57:57 +00:00
shennetsind
f03366dfdf Fixed holy and shadow elemental scrolls from dispelling on death, bugreport:3534
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15308 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 14:53:19 +00:00
shennetsind
b1632e804c Follow up to r15306, looks like someone didn't wake up properly.
-- Made it #REMODE specific

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15307 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 14:47:47 +00:00
shennetsind
5aee8fa9ff Added support for mob_db_re.txt as per Kenpachi's request
- mob_db_re.txt override entries from mob_db.txt and is overridden by entries in mob_db2.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15306 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 14:45:47 +00:00
shennetsind
0ab964c0f9 Fixed Autospell bugs with stacking, foot check, and max_count check. bugreport:4774
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15305 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 14:31:53 +00:00
shennetsind
aeb64dad6d Confirmed on official server with assasin lvl 59 that venom dust poison doesn't ignore items nor stats, bugreport:4781
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15304 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 13:30:45 +00:00
shennetsind
d983df62e1 (AoE) skills continue to trigger even if character is dead, official behavior; bugreport:5170
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15303 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 13:23:05 +00:00
masao87
e7e9112fef - Removed Mercenary Skill which got added by accident with last commit.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15302 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 03:25:27 +00:00
masao87
8908948ff9 - Fixed Mercenary check in Ranger Job change Quest. Also set correct time value for SC_STONE from 2 Seconds to 2Minutes.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15301 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 03:22:42 +00:00
shennetsind
c95c158abd Revert of r15298, will move it to the bug tracker. not a commit worth of the 15300 title =/
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15300 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 00:41:01 +00:00
xantara
c31360c493 ` Updated 2005 Headgears Official Quests. Thanks to [Muad_Dib]
-- Fixed item check bugs
-- Added missing airport NPC
-- Took out unneeded breaks

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15299 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 00:38:52 +00:00
shennetsind
58a6d63f4b it has been confirmed on a official server that AoE skills (e.g. storm gust) do not stop functioning when you are dead
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 00:15:43 +00:00
shennetsind
2e2923cbcd Reverted partial r15186 it has been confirmed on a official server that sg doesn't do double damage on hitCount%3 == 0
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15297 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 00:13:19 +00:00
shennetsind
5cf1c5f21b Fixed storm gust to always throw foe backwards from storm gust center, confirmed on official server
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15296 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 00:11:59 +00:00
shennetsind
e72f243918 reverting r15231 as per bugreport:1154
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15295 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 00:10:41 +00:00
jmanfffreak
ec59ffaa6a Added a check in the Hugel Bingo NPC to check if the player actually has 1000 zeny to play (bugreport:4091).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-28 16:51:47 +00:00
jmanfffreak
49c1ee5f84 Fixed issue in niflheim quest where the script set a variable not related to the quest at all (bugreport:4104).
Added check in Knight job change test to prevent repeating the quest (bugreport:4099).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15292 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-28 16:41:45 +00:00
jmanfffreak
a74e18b25b Added warp from brasilis to bra_fild01 per official data (bugreport:5169)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15291 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-28 16:26:22 +00:00
masao87
31777cfef6 - Added first Version of Ranger Job change Quest. May needs some Script improvement here and there.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-28 14:27:16 +00:00
mercurial123
f6cb1efea6 - Fixed bugreport:5124. (temporary fix) input box command does not show up in the client when the NPC Id is 139.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15289 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-27 23:01:31 +00:00
xazax-hun
50d4da5c73 Fixed an issue, players were able to see disabled NPCs with maya purple card. (bugreport:2221)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15288 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-27 20:41:29 +00:00
eathenabot
0d2589130a * Merged changes up to eAthena 15050.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15287 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-27 18:32:26 +00:00
xantara
07e66c4055 ` Updated item_db_re.sql to match item_db_re.txt
` Renamed a function to say RE instead of RR

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15286 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-27 06:32:02 +00:00
shennetsind
e635b713d8 minor @spiritball bugfix, bugreprot:2751
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15285 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-26 11:15:28 +00:00
shennetsind
4d17f2a244 Added support for Renewal Mode exclusive skill files, as per Kenpachi request
-- Entries in skill_<whatever>_db_re.txt safely overrides entries in its non_re.txt versions.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-26 09:16:50 +00:00
shennetsind
5fc6f719fb Added support for 'reins of mount' item, bugreport:5137
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15283 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-26 09:07:48 +00:00
xantara
7bba350eb2 ` Updated Refiners and Repairers
- Updated several NPC names and locations.
- Added WoE map Refiners.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15282 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-26 08:14:48 +00:00
mercurial123
2c14355535 - Fixed bugreport:4567. (Taekwons can hit the crystal with whirlwind Kick while the guardians are still alive.)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-26 06:49:53 +00:00
masao87
5a563ac566 - Fixed wrong variable used in quest_ayothaya. bugreport:5129
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15280 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 22:22:16 +00:00
masao87
d04a0271b6 - Fixed NPC ID's and Header. Follow up r15278
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15279 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 20:51:50 +00:00
masao87
db36a45eda - Fixed Header in Mechanic Job change quest.
- Updated Paradise Groups "Goods Cabinet" (Storage).
- Fixed 'specialeffect EF_WIND;' not showing when talking to the Strange Device NPC in Nydhoggrs Quest. bugreport:5149

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 20:43:58 +00:00
xazax-hun
122c63765e Fixed a crash bug caused by clones that were committing suicide with PA_SACRAFICE. bugreport:4950
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15277 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 20:06:48 +00:00
kenpachi2k11
fc31748286 Updated several card scripts according to their description. (bugreport:4751)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15276 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 19:39:54 +00:00
shennetsind
7498420266 Fixed 'bonus bMatk,<value>;' bonus, follow up r15270
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15275 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 19:37:16 +00:00
brianluau
fb55066830 - Full revert of r15116.
Using the fix for bugreport:4985 in r15264 instead (ea:15049).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15274 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 19:32:51 +00:00
xazax-hun
33cc72690e Fixed setting and removing restricted mapflags. bugreport:4119
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 18:49:58 +00:00