10280 Commits

Author SHA1 Message Date
greenboxal2
544f007ecc Added client MD5 hash check option to login-server.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16771 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-10 19:28:58 +00:00
rud0lp20
82538ca8d4 Fixed bugreport:6650 where WZ_QUAGMIRE affects caster in non PK map.
Fixed bugreport:6635 where SO_FIREWALK & SO_ELECTRIC walk still active after changing map.
Updated EDP to it's Renewal damage formula bonus. 
NOTE: result damage still quite huge than official since renewal atk is not yet fully implemented.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16770 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-10 16:32:06 +00:00
greenboxal2
8e001cacff Fixed bugreport:6665 NPC timer will not stop anymore after running all timer events.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16769 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-10 11:29:49 +00:00
shennetsind
fe02800930 Fixed error when running a server w/o RENEWAL but with RENEWAL_EXP
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16766 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-08 23:31:49 +00:00
shennetsind
2386f0136b Fixed bugreport:6428 Fixed behavior issues with script commands replacestr and countstr. Special Thanks to QQfoolsorellina for the extra information
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16764 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-08 18:30:11 +00:00
shennetsind
497e96f04d Fixed bugreport:6651 restart_sp_rate is only applied if user current sp is smaller than restart_sp_rate setting.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16763 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-08 18:10:41 +00:00
shennetsind
c728a34884 Fixed @raise/@raisemap incorrect behavior which would heal everyone in the server/map despite being dead or not, Thanks to Joseph for reporting
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16762 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-08 18:06:38 +00:00
shennetsind
83ed0b5d05 Fixed bugreport:6601 guild aura refreshes as soon as you ressurect instead of awaiting its next iteration
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16761 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-08 18:04:09 +00:00
shennetsind
68ebc6df19 Fixed bugreport:6587 removed unused parameters in several damage/heal functions from minions
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16760 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-08 17:57:19 +00:00
shennetsind
14bdbdcaf6 Fixed bugreport:6557 players unable to use char commands will no longer get the 'charcommand failed' message, instead it'll show as a normal chat message
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16759 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-08 17:51:14 +00:00
shennetsind
6e5076b550 Removed pre-re item_db from mysql item db load order when renewal is enabled (special thanks to Xantara for finding out).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16755 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-07 04:02:51 +00:00
shennetsind
26f17ea328 Fixed bugreport:6523 song duration exploit. credits to mkbu95! Thank you
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16753 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-06 20:56:41 +00:00
shennetsind
5dd2e3afee Added new script command 'getrandgroupitem' as a fix for bugreport:5529, db developers will follow up with the replacements shortly.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16752 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-06 20:37:07 +00:00
shennetsind
0beeb8ebf6 Added new group permission as discussed with other developers "disable_commands_when_dead"
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16751 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-06 20:10:58 +00:00
shennetsind
1595dda79a Added @cart as per discussion in tid:70389 (mostly greatly helpful for debugging), after some developer discussion we've decided to make @newmount a permanent command, we however decided to rename it so that if newer mounts are available it doesn't confuse anyone: @mount2.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16749 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-06 19:46:25 +00:00
greenboxal2
ee0c86082a Fixed ERS cache linked list algorithm.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16748 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-05 11:34:16 +00:00
greenboxal2
3a5e9a8bbc Fixed bugreport:6621 get rid of some warnings that probably caused the map-server to crash on x64 systems.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16747 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-05 11:17:26 +00:00
greenboxal2
c322db5cbf Changed ERS cache array to use a linked list.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16744 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-04 20:07:19 +00:00
greenboxal2
ea9f31706f Rewrote ERS system in a more debug friendly way.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16743 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-04 19:54:00 +00:00
rud0lp20
8fc8fedf63 Fixed bugreport:6581 applied balance update to MO_EXTREMITYFIST.
Fixed bugreport:6457 where SR_CURSEDCIRCLE is not remove when target dies.
Fixed bugreport:6535 updated GN_CRAZY_WEED to its official behavior.
Fixed bugreport:6592 added a missing break in Spiral Pierce skillratio at battle.c.
Fixed a faulty skillratio formula of GN_CART_TORNADO. Thanks to Lighta

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16738 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-03 02:50:41 +00:00
shennetsind
a6ff734407 Follow up r16736 fixing something that'd happen when DISABLE_ERS is used.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16737 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-02 23:14:12 +00:00
shennetsind
779d97c1cb Hello! few things.
1) fixed bugreport:6603 - delayed clearunit now makes use of the ERS which is quite convenient for it speeds up due to the previous amount of mallocs that function would spend.
2) added extra debug information to the ERS system (before on any of its warnings we'd go OH MY GOD WHICH ONE OF THEM DID IT!!!), now upon allocation you give it a const, human-readable, name.
3) added support for options in the ERS system to save multiple/redudant processing in battle_delayed_damage and clif_clearunit_delayed and perhaps also in the future.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16736 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-02 23:02:35 +00:00
euphyy
bc54a54ae5 * Follow-up r16725: changed atcommand.c comments to match new msg_athena lines (credits to mkbu95)
* Fixed bugreport:6609, incorrect message numbers in atcommand.c
* Fixed bugreport:6608, typo in quests_dicastes.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16735 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-02 20:48:18 +00:00
shennetsind
390e6cdf92 Follow up r16733 also the remaining fix for bugreport:6572, making onagitinit be run on reload to refresh the flag's emblems
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16734 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-02 17:51:29 +00:00
brianluau
369a65f7da - Changed the column spacing in @go (town list) and @job (jobname list) so it lines up for Arial font, instead of fixed-width fonts.
- Follow up to r15907, made atcommand_help_string() convert alias to real command name before looking up in help.txt
- Moved the list of jobs to help.txt and converted @job to utilize atcommand_help_string().

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16729 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-01 04:14:07 +00:00
brianluau
c37e0bdd3f - help.txt Params lists: changed "/" to "|" to match the rest of the file.
- Removed an extra 'packet_db_ver' comment from r15173.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16728 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-01 04:04:00 +00:00
euphyy
b2029010bb * Updated new atcommand messages in msg_athena to be more grammar-friendly.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16725 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-31 18:02:11 +00:00
brianluau
c6fa46db85 - Moved 400+ hard-coded messages to msg_athena.conf for easier translating. Thanks mkbu95!
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16724 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-31 06:24:39 +00:00
brianluau
41af7482b1 - Fixed warnings from r16722.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16723 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-31 02:03:11 +00:00
brianluau
f8a4c8b82f - Fixed @item so it only displays message "Item created" on success.
- Changed @raisemap to also function as "@healmap".
- Changed txt_time() to omit days/hours/seconds if there are none.
- Also applied the 'min_chat_delay' to @main, @pettalk and @homtalk.
- Fixed a warning in skill.c (bugreport:6593)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16722 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-31 01:44:18 +00:00
shennetsind
f90160d7cf Fixed bugreport:6576 changed mvptomb_ to rely on the id rather than the pointer (the tombstone might be unloaded before the monster causing a issue), also removed a unused #define
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16721 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-30 20:50:28 +00:00
shennetsind
115bdde1da Fixed bugreport:6584 reverted something that shouldn't have been removed in r16687
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16719 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-30 00:06:32 +00:00
rud0lp20
fb23c27da5 Partial fixed for bugreport:6563 updated renewal casting and all 3rd job skills cast, delay, and cooldown.
Fixed bugreport:6583 where GN_MIX_COOKING and GN_MAKEBOMB doesn't produce the right amount of item.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16717 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-29 16:49:15 +00:00
rud0lp20
4f57f0d35c Follow up r16712 fix an uninitialized warning in skill.c - thanks to BuildBot
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16713 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-27 11:53:43 +00:00
rud0lp20
5bd2f6f4f2 Fixed bugreport:6516 where duplicate entry in produce_db.txt is been ignored when both required skills are present in a character (ex. AM_PHARMACY w/ GN_CHANGEMATERIAL)
Updated all Genetic's item creation skills to its official behavior and added all missing items used for GN_CHANGEMATERIAL.(bugreport:6539)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16712 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-27 11:41:16 +00:00
kenpachi2k11
92bc81228a Updated read_elemental_skilldb() to skip empty lines instead of throwing an error. (bugreport:6565)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16711 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-27 11:01:05 +00:00
brianluau
c80aa9c9c2 - read_elementaldb: skip blank lines.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16710 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-27 05:12:41 +00:00
rud0lp20
be631df187 Fixed bugreport:6500 where SC_WEAKNESS doesn't ignore Chemical Protection effect and MADO.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-26 04:35:59 +00:00
greenboxal2
69298d5191 Fixed error in npc_path_data reference counting resulting in the script never getting really unloaded.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16706 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-26 01:19:52 +00:00
rud0lp20
3b91c64f1e Fixed bugreport:6521 where MO_CALLSPIRIT doesn't benefit with SR_RAISINGDRAGON effect.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16705 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-25 17:33:34 +00:00
rud0lp20
5896647207 Follow up r16669 updated the new monster hp to its official behavior.
Follow up r16661 added missing configuration for variable cast time reduction through stats.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16704 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-25 17:19:57 +00:00
salepate
e76b3e9b9f - reverted to r16668, erroneous fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16702 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-25 01:03:59 +00:00
salepate
ef3fd2202a - fixed pc_statusup2(): status cost update condition
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16701 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-25 00:10:33 +00:00
shennetsind
9aa4228cf6 Fixed bugreport:6550 @unloadnpcfile now refreshes the hardcoded npc event array (onpckillevent onpcdieevent etc) so that any unloaded references are properly removed.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16697 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-24 15:07:19 +00:00
shennetsind
908ad9dfcb Fixed bugreport:6543, just removing a unused variable.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16692 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-23 14:41:38 +00:00
shennetsind
5ad2ab7e25 Fixed bugreport:6536 when a monster is killed by a assist of yours it now updates quests (homunculus, mercenary, elemental). Also, fixed taekwon mission not to count kills for when you kill a monster's fake version (e.g. shinobi under that rebirth spell) -- avoids exploit.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16689 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-22 20:42:41 +00:00
shennetsind
ef761f89ce Fixed bugreport:6464 renewal drop rate can no longer make items "drop" at 0.00% (0.01% cap now enforced)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16688 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-22 20:36:17 +00:00
shennetsind
1beef8ba89 Major cleanup all over the place, made possible by mkbu95's scan-build report he provided us with.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16687 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-22 20:33:06 +00:00
kenpachi2k11
521d8cb8b5 Follow up r16636 - Added the two new arguments to the buildin_areawarp_sub call in mapwarp script command. (bugreport:6526)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16682 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-22 11:02:57 +00:00
kenpachi2k11
e921e1a50c Follow up r16676 - removed a superfluous argument from status_fix_damage call in skill.c. (bugreport:6533)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16681 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-22 10:55:21 +00:00