3979 Commits

Author SHA1 Message Date
Playtester
954582220c Fixed selling price of Sharp Leaf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8153 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-06 20:22:42 +00:00
Playtester
b8670b563b Amon Ra spawns one tile more south
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8150 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-06 12:41:26 +00:00
Playtester
d42eff0b4f Added temporary size fixes for GS/NJ weapons
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8149 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-05 20:59:03 +00:00
Playtester
fddf680105 Raised NJ/GS item MVP drop rates a little
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8148 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-05 15:52:41 +00:00
Playtester
ea4bb6fbff Fixed the Socket Enchanter thinking some items are Class C
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8146 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-05 14:57:18 +00:00
Playtester
57a045b125 Fixed Boots not equipable by Gunslingers
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8145 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-05 11:22:05 +00:00
skotlex
5752836839 - Fixed a compile warning.
- Added a commented piece of code in clif_parse_LoadEndAck which will update your direction to wherever you were facing before warping. Should this be the default? Nearby people DO see you facing on the same direction before warping, it's only yourself that will always see you facing north on spawn.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8143 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-05 02:40:40 +00:00
skotlex
4b49756a40 - Updated @mobinfo to display slots in the drop information.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8141 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-05 01:32:02 +00:00
skotlex
f2acf50b24 - Fixed flag.elefix not being respected in battle_calc_misc_damage.
- Some code cleanups in battle_calc_damage.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8139 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 21:29:09 +00:00
Playtester
a7b8adfa3e * Added the remaining official item drop bonus rates
- note that some bugs might have appeared, please test!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8138 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 21:00:29 +00:00
Playtester
448929e1dc * Added some official item drop bonus rates
- also replaced IG_Jellopy with IG_Resist

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 20:08:44 +00:00
skotlex
04edacd3d9 - Changed function itemdb_group to itemdb_group_bonus, it now calculates the total group bonuses of a player for a given item.
- Changed itemhealrate to itemgrouphealrate, added a structure itemhealrate to allow storing item-healing bonuses per item.
- Modified bAddItemHealRate so it can receive both item-id and item-group values (since the first item-id is +500, there's no risk of mixing them up).


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8136 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 20:04:16 +00:00
skotlex
5ef4f71588 - Removed settings enemy_critical_rate, homun_critical_rate. Added settings enable_critical (defaults to specify only players), mob_critical_rate and critical_rate. The last applies to all non-mobs and non-players (battle/battle.conf)
- Removed settings mob_npc_warp, mob_warpportal. Replaced with setting mob_warp which specifies which types of warp can a mob step into (battle/monster.conf)
- Updated status_calc_misc so that it also handles the BL_PC case, removed redundant info from status_calc_pc, and moving the SNovice Max Hp bonus to status_base_pc_maxhp


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8135 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 19:30:15 +00:00
skotlex
c79270a22f - Some minor code cleanups.
- Cleaned up skill code for NJ_BAKUENRYU
- Unified splash-damage packet display for NJ_HUUMA and other splash skills (like Brandish spear)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8134 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 18:20:02 +00:00
Playtester
b99ac8b684 Changed Thorned Fruit to Prickly Fruit in produce_db.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8131 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 17:21:51 +00:00
Playtester
8876194dbb Added some official spawn locations from Aegis
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8130 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 17:07:01 +00:00
skotlex
8c98388bc5 - Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out of the mastery function so that it may apply to all skills except Soul Breaker.
- Changed name of the setting log_pick to log_filter since that's what it does now.
- Modified enable_logs so that instead of a 0/1 setting, you can specify which kind of events to log (so you can use a combination), see log_athena for the bitmask configuration.
- Cleaned a bit the contents of log_athena.conf


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8129 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 16:38:54 +00:00
skotlex
f029f7bc6e - Hide/Chasewalk will again stop screaming skill name (I guess displaying the skill animation wasn't such a good idea afterall)
- Soul Breaker will no longer receive Mastery damage.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8126 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 13:43:44 +00:00
Playtester
c7e40410d8 * Re-enabled Socket Enchanter, it's official thus enabled by default [Playtester]
- If you think it ruins your server's economy COMMENT IT FOR YOUR OWN SERVER, thanks.
- If you want it disabled please discuss in the Development forum about it first!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8124 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 11:05:21 +00:00
toms
8c8609bece Fixed warning:'type' might be used uninitialized in this function
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 09:43:33 +00:00
Lupus
b7cc3a7b99 reverted shells to bullets 8(
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8121 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 07:35:41 +00:00
Lupus
48c5d4a836 Fixed 13202,Shell_of_Blood type to 4 = SHELL for shotgun (not a bullet)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8119 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-04 07:29:14 +00:00
skotlex
da6ee09ccc - Added a check to skip the experience share of characters who are dead or on another map.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8117 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 22:43:20 +00:00
musashiden
a483f94806 - Once again disabled the socket enchant NPC. unless your server's rates are 1/1/1, it will COMPLETELY ruin your server's economy. [Musashiden]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8116 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 22:20:15 +00:00
skotlex
b0d9f8bbd3 - Reverted the previous change, chasewalk has no icon, only the str-bonus has that fist icon now.
- Allowed chase-walk to display a skill animation when using it.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8115 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 21:19:46 +00:00
skotlex
2c6377dc33 - Readjusted the Chasewalk icon to be as it should be.
- GS_DESPERADO is now a short-range attack skill.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8114 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 20:35:48 +00:00
skotlex
1728ee1850 - Changed the Battle-Orders icon to be the Strength Up icon (for Chasewalk's str bonus).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8113 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 19:59:22 +00:00
skotlex
5d9e6b4a71 - GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the place. The idea is that the TBL* versions are supposed to be easier to use than the standard structure definition, but using TBL_HOMUNCULUS as an alias to struct homun_data kinda beats the purpose! Renamed them all to TBL_HOM/BL_HOM.
- Fixed using the right-hand weapon's size modifiers regardless of which weapon was being used.
- Simplified the ignore-size check by making the Weapon Perfection check be done when specifying the flag, also moved the size-fix property of riding spear-knights to status_calc_pc.
- Removed variable hd from status_calc_bl as it's not needed.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8112 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 19:45:12 +00:00
skotlex
5d9e8a7325 - Moved SI_CHASEWALK to 119 as concluded by LoneWolf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8110 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 18:39:04 +00:00
skotlex
b6b81e7051 - Corrected clif.c sending the raw mdef2 value to the client instead of first substracting the "secret vit/2" bonus from it.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8109 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 18:06:22 +00:00
Playtester
f9c12a7b6a Hydro is no longer an MVP
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8108 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 17:50:59 +00:00
skotlex
1296ac9375 - Added a damage cap to CR_ACIDDEMONSTRATION of INT_MAX/2 to prevent overflows. It is not capped to INT_MAX because damage increasing skills would cause it to still over flow afterwards.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8107 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 17:15:24 +00:00
skotlex
fb0b6dcabf - Fixed NPC_CRITICALSLASH not being considered as a Critical hit by the code.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8105 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 16:41:35 +00:00
skotlex
187fb75379 - Added RUDE_ATTACKED_COUNT so you can easily adjust how many rude-attacks should happen before a mob uses the rude-attacked skill. Value has been set to 2 for now.
- Now when a mob changes target (to someone they can hit) their rude-attacked count won't be reset, but instead will be reduced by one.
- SC_SPEEDUP0 can now stack with the other speed raising buffs.
- Changed the inf2 value of SA_DISPEL so it can be casted on party/guild mates, but not yourself.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8104 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 15:54:46 +00:00
skotlex
5f6f6ff55e - Some adjustments so that the last-skill-used will be correctly cleared when your combo-time ends.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8101 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 15:30:48 +00:00
toms
b34ef7be7c Fix a bug in atcommand_charspeed
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8100 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 15:13:43 +00:00
skotlex
4a27d643ce - Modified yet again SC_SILENCE after iRO tests from Entwined on IRC. Silence now ONLY blocks skills from being used, it will not stop on-going casts.
- Updated status_cast_cancel to also include silence (so the cast bar is cancelled if you are silenced during it)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8098 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 15:00:02 +00:00
DracoRPG
ac75d02b8a Cooking fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8097 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 14:56:07 +00:00
skotlex
34eea8ae57 - Cleaned up the last NJ update code.
- Added @ command `charspeed`
- Fixed @jailfor using MAP_PRONTERA as jail instead of MAP_JAIL
- Removed case for GS_SPREADATTACK on damage packets to see if the skill displays correctly now.
- Corrected Deluge/Volcano/V. Gale overlaps so that the placing tiles are removed, NOT the ones who were already placed.
- Made SC_SPEEDUP0 and SC_SPEEDUP1 use different icon IDs, to fix icon-confusion when both are enabled at a time.
- Mob rude-attacked count is not reset now on picking a new char (gotta investigate this further)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8096 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 14:39:38 +00:00
Playtester
526cabe018 * Updated some monsters
- Gig and Deleter are now Fire 2 element
- reduced attack power of Skeggiolds

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8095 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 14:02:39 +00:00
evera
9689324b75 fixed zeny bug in dts_warper.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8093 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 13:35:56 +00:00
Playtester
51c7797bbb Finally updated stats of the monsters that got their exp updated a month ago
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8092 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 13:15:55 +00:00
Playtester
75f193f828 Fixed some items I added yesterday
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 12:16:46 +00:00
toms
5511cb9ea3 Changed atoi to strtoul for guild-experience's field
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8090 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 09:46:35 +00:00
toms
c831b74d87 Fixed a bug in int_storage.c, temp array doesn't have the good size
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8088 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 08:51:18 +00:00
skotlex
aebca964db - Modified yet again SC_SILENCE after iRO tests from Entwined on IRC. Silence now ONLY blocks skills from being used, it will not stop on-going casts.
- Updated status_cast_cancel to also include silence (so the cast bar is cancelled if you are silenced during it)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8086 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 01:50:40 +00:00
evera
59d5ec0acf removed kafra saves outside towns from inside towns, reenabled culvert save
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8084 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 01:36:02 +00:00
skotlex
689c7368e6 - Updated the way SC_SILENCE works. From what I remember (from previous forum discussions) it: 1- Always blocks skills from being used. 2- Will only block a skill when the cast-bar ends IF the skill is targetted. If anyone wants to debate to get this changed, make an appropiate forum topic in the svn development area to discuss.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8083 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 00:45:49 +00:00
skotlex
f131a8bda7 - Moved Full Buster blind penalty to skill_counter_additional_effect
- Added a dummy blind duration of 10 secs to FullBuster.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8082 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-03 00:27:22 +00:00
skotlex
c02123e704 - Added a check in the walking code when triggering skills. NPC_SELFDESTRUCTION will no longer cancel walking, it will instead resend the walk packet, this effectively causes the mob to start walking (clientside) while the cast-bar is showing.
- Updated the mob skills so that the marine sphere casts self-destruction with 3 second cast after it starts walking.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8079 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-02 23:47:33 +00:00