9426 Commits

Author SHA1 Message Date
brianluau
9677b80a31 - Added 'showdigit' documentation (command was added in r15009, ea:15001).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15342 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-01 06:11:52 +00:00
calciumkid
0d42615837 poring_war.txt fixes as per bugreport:4848
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15341 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-01 00:53:06 +00:00
shennetsind
01b818b0ac Added 4 new all-handy script functions; special thanks to KeyWorld!
* getargcount()
-- to be used inside functions/callsub labels, returns quantity of arguments provided
* is_function(<function name>)
-- checks weather a "user" function exists, returning 1 if function is found and 0 otherwise.
* freeloop(<toggle>)
-- lets you to enable/disable (1 or 0) the loop infinity protection for that specific npc instance, allowing your script to loop as much as it may need.
* get_revision()
-- retrieves the current svn revision

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15340 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-31 23:02:50 +00:00
brianluau
e8b07466ec - Changed Gld_Trea_Protect: guild members (who aren't the Guild Master) ARE allowed in the treasure room. (bugreport:4839)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15339 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-31 21:56:42 +00:00
shennetsind
9b2e960e64 Fixed "#cmd" nick exploit, bugreport:5188
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15338 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-31 21:35:59 +00:00
shennetsind
2e85b55d0e Fixed Eddga Card, it should give 1 MDEF (instead of 0) according to recent tests on official servers, bugreport:1538
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15337 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-31 18:20:31 +00:00
shennetsind
66ab7edc8d Fixed Wink of Charm, affected mobs will now follow caster during effect, bugreport:3127
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15336 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-31 17:26:12 +00:00
gepard1984
253963e219 Added *.opensdf (temporary VS 2010 file) to svn:ignore property.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15335 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-31 05:21:58 +00:00
shennetsind
9c448e6b44 Changed attr_fix.txt back to pre-re as there is a attr_fix_re.txt now bugreport:5182
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15334 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-30 21:16:14 +00:00
shennetsind
fec8de23e9 Added support for mob_skill_db_re.txt due to bugreport:5183
I'll take some time to write documentation on how all these crap works in the wiki now =p

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15333 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-30 17:37:24 +00:00
shennetsind
4a299d4fd8 Added support for RE attr table, due to bugreport:5182
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15332 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-30 16:38:14 +00:00
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
580aaf58a7 Added Royal Guard job quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15326 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 22:10:14 +00:00
masao87
71a170307e - 1.2 Fixed first Quest so that when a false poring got killed it decreases the total points by 1 also commented the SC_STONE part until M_DESERT_WOLF_B Mercenary is fully working.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15325 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 21:56:14 +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
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