5819 Commits

Author SHA1 Message Date
shennetsind
171524299a Fixed a bug with the client-called walk+skill chain,
When you trying to cast a skill on a target while you are out of the skill range you use,
BEFORE: you'd walk to the target until you reach the skill range
NOW: you move to the target until you reach the skill range and automatically use it (official behavior)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15331 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-30 15:35:44 +00:00
shennetsind
ea2417cc0f Fixed ancient MvP dmotion/walkdelay/hitlock exploit, bugreport:1851
-- The fix on this commit works thanks to a previous commit i did weeks ago to fix other mob walk delay bug

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15330 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-30 13:24:41 +00:00
shennetsind
6e0b7ee4c0 minor code improvement, moved some "hidden" configs to config/Core.h
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15329 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 23:18:40 +00:00
shennetsind
bccb331fb5 Fixed SC_BURNING icon not going off after it was over;
Fixed SC_BURNING from making character unable to move/cast skills/use items/etc, bugreport:5174

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15328 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 22:51:31 +00:00
shennetsind
a2705ca177 Made the emperium changes from r15321 restricted to renewal mode
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15327 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 22:12:02 +00:00
protimus
54b98b7447 Follow up to r15323.
- Added refinement level to +20

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15324 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 21:54:12 +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
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
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
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
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
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
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
shennetsind
275f0b6b5b Follow up r15269, fixed a few typos and a test entry that wasn't meant to be submitted.
- Added new item bonus 'bonus bMatk,<value>';

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15270 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 16:41:04 +00:00
shennetsind
9c516793ff Added new bonus for RE cards 'bonus bWeaponMatk,<value>;'
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15269 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 16:24:25 +00:00
shennetsind
a4ce4c598d Follow up r15267, changed to standard
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15268 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 11:13:27 +00:00
shennetsind
8578dd1723 Fixed Katar critical boost on status window (would work; but not change the value in the window), bugreport:3053
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 11:06:22 +00:00
shennetsind
26e625f6a2 Rangers no longer are able to mount a new mount, bugreport:5158
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15266 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 10:49:26 +00:00
shennetsind
292fffeb02 Added a new login server config for _F/_M account creation method which denies an account creation if either userid or password length is lower than 4 (should be used with conjunction of Disable 4 LetterUserID/Disable 4 LetterPassword client diffs)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15265 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 10:36:33 +00:00
eathenabot
47013253bd * Merged changes up to eAthena 15049.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15264 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 10:14:42 +00:00
brianluau
f8c4e952a3 - Standardized script headers, starting with /npc/custom/
http://rathena.org/wiki/Script_header

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15262 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-25 06:54:26 +00:00
eathenabot
4bb230a324 * Merged changes up to eAthena 15045.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15256 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-24 22:41:07 +00:00
eathenabot
2fe32efb59 * Merged changes up to eAthena 15043.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-24 22:34:54 +00:00
eathenabot
81b57c7877 * Merged changes up to eAthena 15042.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15253 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-24 21:47:44 +00:00
eathenabot
810e1090ed * Merged changes up to eAthena 15041.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15249 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-24 15:17:49 +00:00