11102 Commits

Author SHA1 Message Date
euphyy
f54be649cd > Pre-Renewal fixes, major credits to Deep Forest for his detailed reports:
* Separated Renewal Alberta features with checkre() and new files, follow-up r16125 (bugreport:7041).
* Moved remaining Renewal shops out of pre-Renewal file, follow-up r16138 / r16104 (bugreport:7042).
* Moved Renewal refining features to a separate file, and made some changes, follow-up r16126 (bugreport:7043).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17042 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-24 17:30:14 +00:00
momacabu
41c77b8fa5 * Added missing check for riding wug in checkwug. Thanks to PcPocket!
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-24 03:18:56 +00:00
euphyy
6820154c90 * Custom Quest Shop updated to v1.6, which adds support for bulk purchases.
* Follow-up r17014, fixed a typo in main.sql -- credits to Jeroen for finding that.
* Follow-up r17039, missed a parameter -- thanks, clydelion/mkbu95!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17040 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-24 02:56:49 +00:00
euphyy
df5d78a4e2 * Documented @refreshall (r17035), @breakguild, @hommutate (r17038).
* Follow-up r16972, fixed a naming mistake (bugreport:7038).
* Edited format of default grf-files.txt.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17039 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-23 21:11:29 +00:00
momacabu
0b758eca8b * Implemented @breakguild (tid:75159) and @hommutate (tid:74651).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17038 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-23 20:23:03 +00:00
momacabu
684ef312cb Dammit! The last commit wasn't supposed to be sent -_-
* Use SCRIPT_MAX_ARRAYSIZE instead of hardcoded values in explode (bugreport:7037).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17037 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-23 19:01:35 +00:00
momacabu
c4310061d9 * Fixed typo in castle_db.txt (bugreport:7036).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17036 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-23 18:57:38 +00:00
momacabu
e0dea40cce * Removed @adopt as it was not working properly (bugreport:6384);
* Introduced @refreshall, it will @refresh all players in-game.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17035 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-23 18:00:59 +00:00
momacabu
509e03fa58 Community Contribution Time!
* Fixed bugreport:6303: official servers now always reshuffle the dice emoticon. To disable change the configuration to 'no'. Thanks to Vianna for providing the information!
* Fixed bugreport:7026: creating a guild and exiting in a short amount of time wouldn't save the guild properly. Thank you clydelion!
* Fixed bugreport:7030: removed warning introduced by r16987. Thanks Mr. Brian and Sir BuildBot for pointing!
* Fixed bugreport:7031: if a player crashed during warp it would cause OnTouch_ to not trigger anymore. Thanks to flaviojs (eA-r15185) for the fix and Napster for pointing out!
* Fixed bugreport:7032: Clementia and Canto Candidus give an additional of +1 str/agi/dex each 10 job levels (from caster). Thanks solvent!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17034 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-22 19:41:32 +00:00
markzd
7e433f00ff * Follow up: r16011
1. Fixed a behavior which didn't unlock target when it was out of range. (bugrepor:7022)
  2. Removed a redundant variable assignment.
* Follow up: r17029
  1. Fixed @clearcart which was not deleting and updating the client properly.
  
- Special thanks to clydelion, on the fixes.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17033 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-20 17:32:49 +00:00
euphyy
2c4c66e276 * Follow-up r17031: typo (bugreport:7027).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17032 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-20 04:27:14 +00:00
euphyy
b11c97a776 * Follow-up r17030: documented and added bMagicAtkEle to item_combo_db (bugreport:6943).
* Follow-up r17029: moved 'clearinventory' alias to atcommand_athena.conf.
* Custom Quest Shop updated to v1.5, which replaces categories with shop IDs.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17031 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-20 02:18:26 +00:00
markzd
7849887963 * Follow up r16676
1. Fixed a behavior which allowed devotion to be bypassed when the caster was under Reflect Damage Buff.
  2. Fixed the reflected magic damage to always hit the target and not the paladin when it's not reflected by kaite.

- Implemented bonus2 bMagicAtkEle which increases/decreases the caster magic damage based on its element.(bugreport:6943)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17030 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-20 01:03:42 +00:00
momacabu
b9e0b20eeb Implemented @clearstorage, @cleargstorage, @clearcart, @clearinventory (alias for @itemreset) as suggested in tid:70764.
For further details read the documentation in doc/atcommands.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17029 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-19 21:01:03 +00:00
euphyy
9f1a84dfd3 * Updated Rune Knight and Ranger job quests to their latest versions. This completes the recent third job updates (r17024, r17010, r16991, r16990).
* Fixed quest_db name typos (bugreport:7011).
* Added Wolf Flute Trader script to re\merchants\falcon_flute.txt, and renamed to re\merchants\flute.txt.
* Optimized Falcon Flute Trader script.
* Added constants in El Dicastes quests.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17028 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-17 22:05:04 +00:00
j-tkay
d8b9d425c5 - Fixed bugreport:7001, Nidhoggur Shadow Card: checks for High Wizard and Warlock jobs.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17027 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-17 19:27:23 +00:00
rud0lp20
5ebe5a4b31 Fixed bugreport:7010 where r17014 missing status_change check that may cause map server crash.
Fixed bugreport:6953 where RK_WINDCUTTER don't have skill effect.
Fixed bugreport:6701 change RK_CRUSHTRIKE to self target skill.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17026 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-16 15:43:32 +00:00
j-tkay
3f6e0b89e5 - Fixed bugreport:6997, Novice Training Ground: check quest accordingly. (re/jobs/novice/novice.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17025 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-16 15:13:26 +00:00
euphyy
35a5ef2a9e * Updated Minstrel and Shadow Chaser job quests to their latest versions.
* Fixed more Izlude RE coordinates (bugreport:6285).
* Disabled "Fish Tails" NPC in El Dicastes quests until Izlude RE coordinates are found; also, fixed a small mistake.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17024 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-15 21:06:35 +00:00
momacabu
97018a0b98 Follow up to r17013, exit loop if found a warp near the player.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17023 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-15 02:09:42 +00:00
rud0lp20
5ae74bc50b Fixed bugreport:7007 where summoning elemental w/o SO_EL_SYMPATHY causes its HP/SP turns 0.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17022 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-14 15:26:33 +00:00
shennetsind
7478d1fbd0 HARRO WORLD. GUESS WHO.
- Follow up r16981
-- battle.c
--- Moved damage check up, so it doesn't waste time allocating all that stuff.
--- Moved t_race2 inside BF_WEAPON block (the only case that uses it)
-- status.h
--- Changed (struct) weapon_atk wlv from unsigned short to unsigned char, wlv is capped to REFINE_TYPE_MAX which doesn't get anywhere near UCHAR_MAX
- mempool.c
-- Temporarily disabled (yes, disabled in a very silly way) Sirius_Black's memory pool implementation, not only because its not currently being used, but because it spawns a new thread (and since its not being used, it wastes a thread and the memory it consumes).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17021 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-13 22:29:09 +00:00
markzd
29bf44b883 - Fixed a glitch which was causing some buffs to have more duration than intended.(bugreport:6606)
- Fixed a glitch, related to r16109, which caused some buffs to end prematurely.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17020 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-12 22:26:23 +00:00
brianluau
54f3e0bda9 - Added $Revision$ and $LastChangedDate$ keyword properties to README.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17019 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-12 06:24:02 +00:00
markzd
0f07e788a4 - Follow up r17017, typo fix.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-12 03:24:37 +00:00
markzd
39a6e86b98 - Follow up r17004 & bugreport:6995, added safer calculation to strategic points at battle.c&status.c.
- Implemented reading of renewal exp_guild.txt. (tid:75398)
- Fixed Status Fogwall(Blinding Mist) to be reduced by status/card. (bugreport:4543)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17017 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-12 00:21:47 +00:00
j-tkay
b69f0ad825 - Fixed bugreport:6993, invalid item id in mercenary script. (other/mercenary_rent.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17016 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-11 18:38:42 +00:00
j-tkay
9deb0d03c9 - Fixed bugreport:6998, invalid quest check. (quests/quests_dicastes.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17015 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-11 18:12:13 +00:00
rud0lp20
aa7031075c Happy Holidays and Happy 12/12/12 :)
Update Elemental summon to its official behavior
  - Fixed missing skill features of Ventus(bugreport:6792,bugreport:6723,bugreport:6511)
  - Note: upgrade_svn17014.sql
  - And other elemental skills are to follow :)
Fixed bugreport:6889 updated const.txt where it cause error to some items.
Fixed bugreport:6999 where matk damage deals miss atk to plant type targets.
Fixed status calculation where it doesn't give accurate result or how official calculation does.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17014 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-11 17:20:44 +00:00
momacabu
872c6bf810 Fixed bugreport:6483. NPCs with OnTouch in the same area of a Warp won't block player from being warped.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17013 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-09 22:14:19 +00:00
momacabu
781e7dfc1c * Use sv_readdb to read exp_guild.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17012 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-09 02:22:50 +00:00
momacabu
5f85afcfca * Small improvement in case someone uses logarithmic drops with 1x rate, saving 19.4ms on start in that case;
* Fixed bugreport:6606 (follow up to r16881), another issue regarding to dancing skills delay.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17011 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-09 00:46:08 +00:00
euphyy
62dee5b8c7 * Updated Geneticist, Warlock, and Sura job quests to their latest versions.
* Added a clearer example for party_even_share_bonus (tid:58005).
* Standardized job headers.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17010 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-08 18:18:36 +00:00
j-tkay
841ca16db1 - Updated and adapted El Dicastes NPC from official script. Credits to Muad_Dib!
- Standardized header.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17009 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-08 17:11:22 +00:00
markzd
b99e879dfc - Fixed wizard sightblaster skill which was not knocking back traps. (bugreport:144)
- Fixed soul linker Swoo(Eswoo) skill to make proper application of stun to caster and target when the second is shrunkened.(bugreport:6157)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17008 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-07 16:42:49 +00:00
j-tkay
78ee33ddda - Fixed bugreport:6979, added missing case in Ayothaya Guide NPC. (re/guides/guides_ayothaya.txt)
- Standardized headers.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17007 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-06 16:25:09 +00:00
j-tkay
e451799f68 - Fixed bugreport:6955, changed the item required for KG_KAGEMUSYA.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17006 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-06 07:10:24 +00:00
markzd
db4748e0dc - Fixed a glitch(related to r16921) which caused running skills from not stopping when recasted. (bugreport:6026)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17005 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-06 06:07:16 +00:00
markzd
99fde9db49 - Added safer multiplication in battle formulas to prevent int32 from overflowing when High damage is dealt. (bugreport:6952)
- Fixed a typo which was preventing rental items from properly disappearing when deleted. (bugreport:6971)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17004 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-05 19:08:28 +00:00
glighta
b23cd26e57 - Re-committed r16987 (pid:161281).
-Re-commiting part is now ended

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17003 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-05 14:24:00 +00:00
momacabu
fd49ef5cf2 - Re-committed r16986 (pid:161281).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17002 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-05 14:21:13 +00:00
momacabu
eb9fa64f63 - Re-committed r16985 (pid:161281).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17001 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-05 14:16:04 +00:00
markzd
54576f5971 - Re-committed r16984 (pid:161281).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17000 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-05 14:15:15 +00:00
rud0lp20
144bb14efc - Re-committed r16981/trunk/src/ and follow up r16988/trunk/src/ (pid:161281).
-Fix previous recommit since r16995

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16999 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-05 14:13:26 +00:00
markzd
ed8f0515ef - Re-committed r16979/trunk/src/ (pid:161281).
- Re-committed r16980/trunk/src/ (pid:161281).
- Malufett's enhancement applied (r16981)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16998 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-05 06:12:53 +00:00
thatakkarin
c23e4c4073 - Re-committed r16977/trunk/src/ (pid:161281).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16997 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-05 05:51:22 +00:00
momacabu
2e3e383ba2 - Re-committed r16974/trunk/src/ (pid:161281).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16996 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-05 05:49:10 +00:00
momacabu
4a9da0c578 - Re-committed r16973/trunk/src/ (tid:74924).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16995 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-05 05:41:00 +00:00
momacabu
fa9879ca5d - Re-committed r16971/trunk/src/ (tid:74924).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16994 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-05 05:25:16 +00:00
glighta
8486d7a5cd - Re-committed r16969/trunk/src/ (tid:74924).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16993 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-12-05 05:12:45 +00:00