8349 Commits

Author SHA1 Message Date
Playtester
f48717a3c0 * Removed unnecessary text and fixed a goto in the Hunter Jobquest (bugreport:3014)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13705 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-28 16:28:10 +00:00
Playtester
da39fb587d * A few quest updates due to bugreports
- added a missing close in the Kiel Hyre Quest (bugreport:2885)
- added L0ne_W0lf's Cool Event Corp script + a few fixes to it (bugreport:3019)
- fixed a small typo in rachel.txt (bugreport:3029)

Also I really have to ask the developers again to document all the changes they do on item bonuses!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13704 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-28 16:16:11 +00:00
Playtester
33911a7594 * Fixed break equipment debuff working on bosses (bugreport:3023)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13703 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-27 16:53:12 +00:00
Playtester
96a0560b11 * Fixed Monster Spiral Pierce not being reduced by Ghostring Card
- it is forced neutral as its a MISC skill for monsters and doesn't take weapon element

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13702 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-25 13:15:45 +00:00
Playtester
7a215a7119 * First attempt to fix up the strip skills, please make sure these fixes work (bugreport:3011)
- the minimum rate of strip skills is now 5% for all levels
- duration of strip skills depends on the dex difference between target and caster and can be reduced to 0
- strip skills can now affect bosses (if duration doesn't get reduced to 0 due to their high dex)
- strip skills do a fixed -25% ATK, -15% DEF, -40% VIT or -40% INT independant of skill level
- autocasting Full Strip has a duration now (if dex is high enough)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13701 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-25 10:40:40 +00:00
ultramage
7c730e4fbd Added an int64 typecast to both the acid demonstration equation (which couldn't handle 1000-ish stats), and the misc damage reduction code (followup to r13694).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13700 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-25 10:03:23 +00:00
ultramage
7d85415214 Filled in missing SI_ (status icon) names based on official info.
This is just for completeness, since nothing will display on the client until icon files are associated with these ids.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13699 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-25 07:34:47 +00:00
ultramage
ff21daafa2 Correction to some status icons based on official information
- Added SI_S_LIFEPOTION and SI_L_LIFEPOTION and their corresponding new status changes to deal with the fact that Small_Life_Potion and Med_Life_Potion each use a different status icon.
- Left the duplicate SC_HPREGEN status in fof backwards compatibility, but removed its icon.
- Corrected the status icon id for SC_INCCRI from 292 to 295.
- Corrected the status icon id for SC_INCHEALRATE from 293 to 292.
- Added status icons for SC_INCFLEE2, SC_SPCOST_RATE and SC_COMMONSC_RESIST.
- Removed icon from SC_ARMOR_RESIST since officially it is a bonus, not a status, and thus doesn't (and can't) have an icon.
- Renamed the status icon name of SC_ELEMENTALCHANGE from SI_ARMOR_RESIST to SI_ARMOR_PROPERTY.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13698 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-25 07:25:50 +00:00
Playtester
a223cdcba8 Fixed a small typo I did in my last Spiral Pierce fix, thanks to Inkfish for pointing it out (bugreport:3013)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13697 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-24 15:30:24 +00:00
akrus
5a35f1c88e * Lil fix for my last commit. Sorry :)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13696 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-24 12:58:35 +00:00
ultramage
c17d002e07 Renamed Happy Break's status name from SC_TKREST to SC_EARTHSCROLL, since that's its official purpose and it doesn't do anything else.
Also removed the associated SI_TKREST since this status doesn't actually have an icon.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13695 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-24 09:37:08 +00:00
akrus
97f947bb63 * Fixed Acid Demonstration (and probably some other skills) working wrong on high-rate servers (thanks to [Funt] for the idea)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13694 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-24 07:56:29 +00:00
ultramage
26736bf2a8 Filled in missing OPT3 change for LK's Aura Blade.
Added comments for OPT3 values 0x100 and 0x20000, which are currently unused.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13693 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-24 05:52:34 +00:00
Playtester
dbb95438b0 * Fixed wrong coordinates of the Prontera Bartender (bugreport:3000)
* Fixed a chat window not being closeable in the Training Grounds (bugreport:3009)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13691 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-23 19:29:52 +00:00
ultramage
22b2671e0f Added length check to functions clif_parse_CreateChatRoom and clif_parse_ChatRoomStatusChange (bugreport:2999).
This prevents a signed/unsigned integer overflow when calling the safestrncpy function.
Also added a note regarding a potential out-of-bounds access issue in these functions.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13690 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-23 15:09:17 +00:00
ultramage
cd82016586 Fixed several occurences of map_freeblock() being used before map_deliddb() (caused by r13503, r13505 and r13508) (bugreport:2959).
This would cause object ids (chatrooms / ground items) to never be removed when DEBUG_MEMMGR was turned on, ultimately causing a 'no free object id' fatal error.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13689 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-23 14:05:20 +00:00
ultramage
d6ca23f16f Made some adjustments to the land skill code, based on official information:
- Expanded and corrected the land skill view id enum in skill.h
- Renamed UNT_ATTACK_SKILLS to UNT_DUMMYSKILL and UNT_KAENSIN to UNT_KAEN (official terminology)
- changed GS_DESPERADO to use the UNT_DUMMYSKILL view id instead of UNT_KAENSIN (and is it supposed to be a land skill at all?)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13688 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-23 13:57:22 +00:00
Playtester
87120da836 * Fixed items that use the "AddSPAmount_Action" bonus on aegis
- Guillotine gives you 2 SP each time you attack something with a normal attack (only worked with DemiHuman)
- Tjungkuletti gives you 1 SP each time you attack something with a normal attack (before it drained 1 SP from the target instead)
- Dark Priest Card gives Sages 1 SP each time you attack something with a normal attack (before it was per kill)
- also added the bSPDrainValue bonus to the documentation again

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13686 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-21 16:59:36 +00:00
skotlex
7a7728f3d2 - Now when the mob picks and attacks a player target, he is added to the "log" of attacked chars (counts for the total number of attackers bonus)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13685 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-21 15:46:56 +00:00
akrus
00afdab392 Crashfix for negative skill id values (bugreport:2984)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13684 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-21 08:32:05 +00:00
Playtester
f8ef62df87 * Applied BrianL's castle switch fix (bugreport:2969)
* Fixed slotted Memory Book not giving the combo bonus (bugreport:2997)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13683 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-20 19:11:16 +00:00
Playtester
dea692f95a * Various script updates
- Removed the Acorn repeatable quest (got removed on iRO)
- Re-enabled Umbala bungee jumping (bugreport:2978)
- Fixed a reward in monster race (bugreport:2990)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13682 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-20 18:49:51 +00:00
FlavioJS
653ddafa5c * Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667, bugreport:2996)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13681 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-20 17:28:48 +00:00
ultramage
c7515f00d8 Adjusted the exploit crashfix from r13678 to abort when invalid input is detected.
Script text input packets of length 8 are now also invalid since there must be at least a zero byte (end of string) present.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13680 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-20 16:28:53 +00:00
jmanfffreak
385f00682b * Fixed small typo in /battlegrounds/bg_common.txt [Jguy]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13679 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-17 23:44:04 +00:00
zephyrus
27e8e70acb - Critical crash fix. Please update your servers.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13678 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-17 22:59:41 +00:00
Playtester
dd393455e0 * Fixed a few items
- Windhawk can be equipped by thief class
- a few axes are for trans classes only
- fixed def bonus of Luna Bow
- fixed a few aegis names thanks to b0nes

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13677 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-17 21:46:23 +00:00
skotlex
3db650ec38 - Corrected the attack_attr_none setting to behave as it should: for those whom it is set, their "innate" attack element is "not elemental", meaning it deals 100% against all elements (rather than making only NEUTRAL attacks become not elemental).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13676 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-16 19:36:16 +00:00
jmanfffreak
10fa4229d9 Corrected in error in the mjolnir fields spawn script.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13675 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-16 00:20:53 +00:00
L0ne_W0lf
e9cbf5f30f Modified the commented out Phreeoni and forgot to fix the varience for the active one as well.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13674 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-15 17:17:53 +00:00
L0ne_W0lf
a2606285f4 Corrected most MVP spawn variances. Some were right (11.3+), and a couple are unchanged (Kiel for example.)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13673 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-15 16:30:22 +00:00
Playtester
d8faa8086c * Monster Spiral Pierce is now a ranged misc attack
- it always gets blocked by Pneuma, but never by Safety Wall
- Defender doesn't reduce its damage
- Range-Def item bonuses reduce its damage

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13672 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-15 16:30:08 +00:00
Playtester
6eccfdfff4 * Cooking success chance is now affected by DEX and LUK
- "cooking exp" still needs to be implemented
- also fixed a small issue when whispering to someone in autotrade

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13671 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-14 16:09:19 +00:00
FlavioJS
768ceda5e9 * Took care of some warnings. (marionette formulas and *INTPTR_* macros)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13670 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-12 13:39:15 +00:00
Playtester
4d8dfe8f0a Some minor db fixes (item names and mob skill target)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13669 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-11 20:49:08 +00:00
ultramage
66f7ed7239 Inverted the way monster_ai 0x200 works, default is 0 again (followup to r13667).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13668 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-11 17:06:24 +00:00
L0ne_W0lf
79907d22b4 Default value for monster_ai is now 0x200.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13667 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-10 20:36:13 +00:00
skotlex
45a5374a40 - Set mob delay to a max of 24 hours so that mob_skill_db entries with huge delay values won't cause the skill to never trigger.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13666 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-10 13:17:51 +00:00
ultramage
82ea64929c Berserk Pitcher can now be used on characters that have bows equipped (fix to r4371) (bugreport:2412).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13665 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-07 19:30:25 +00:00
ultramage
eda5e6104c Modified the lazy mob AI code to fix some very annoying behavior (bugreport:2258)
- mobs will no longer get scattered across the whole map as soon as the last player leaves
- mobs will now random-walk indefinitely even if there are no players on the map (might have a performance impact)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13664 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-06 19:53:48 +00:00
Playtester
097bb3ab3d Updated Gatekeeper-DD and two minor Endless Tower fixes
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13663 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-06 19:42:58 +00:00
ultramage
efe4c572b6 The dynamic mobs system will no longer de-spawn mvps (because it's annoying as hell).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13662 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-05 16:56:38 +00:00
Playtester
0925fbc61b * Monster and Item update
- implemented Endless Tower and Sealed Shrine mobs properly
- added the official drops to them
- some skills are still missing so be careful
- fixed up the remaining 12.1 cards (chances)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13661 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-04 20:58:03 +00:00
Playtester
1fb6a2fc1d * Fixed many of the 12.1 gears
- for details create a diff of the changes

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13660 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-04 16:34:31 +00:00
Playtester
78cf5dd8f7 * Fixed mob mode on Beetle King and Les
- Beetle King is passive / assist now
- Les can't detect anymore

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13657 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-03 17:36:20 +00:00
ultramage
0149dbeb97 Quick-fixed a bug that let anyone kick any online character from the mapserver (bugreport:2939).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13656 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-03 17:04:49 +00:00
Playtester
b8cee875df Fixed Kasa and Muscipular Card
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13655 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-02 20:20:38 +00:00
Playtester
551a869c7c Uncommented pvp_room in maps_athena.conf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13654 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-02 18:58:11 +00:00
Playtester
da2cb3582c Fixed Gazeti Card
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13653 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-02 16:15:12 +00:00
FlavioJS
e7607efb6c * Removed online_check config options. (always active now)
* Clarified char_maintenance config option.
* Changed packet 0x2712. (added request_id)
* Changed packet 0x2713. (added sex, request_id, version, clienttype; removed email, expiration time, gmlevel)
* Delayed user count check and mmo_char_send006b to when the account data arrives.
* Created auxiliary function MD5_Salt.

(split from a future commit that was getting to big for my taste)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13652 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-04-01 22:39:19 +00:00