11102 Commits

Author SHA1 Message Date
kenpachi2k11
c28a15e521 Fixed Zangetsus (OB_ZANGETSU) duration. (bugreport:6470)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16640 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-15 20:18:57 +00:00
kenpachi2k11
c2b4700d41 Added support for the new min and max equip level in the SQL item database. (Follow up r16632)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16639 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-15 19:20:26 +00:00
shennetsind
c30a8f75d0 Fixed bugreport:6446 credits to flaviojs, special thanks to Lelouch vi Britannia for the dump.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16638 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-15 12:21:23 +00:00
brianluau
e55279cabe - Removed useless mapname compares (since r570) and fixed the strncmp for malangdo/malaya (r15388). [thanks lighta]
- Follow up to r16322 so the comment "only modifier is halved but still benefit with the damage bonus" is actually true. Thanks lighta!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16637 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-15 04:30:29 +00:00
xantara
0b2fa50754 ` Changed areawarp script command to accept two additional, yet optional, parameters to allow an area warp to an area (instead of just a specific coordinates). See documentation.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16636 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-15 01:12:36 +00:00
xantara
454afdb992 ` Added new atcommands: disguiseguild, undisguiseguild, sizeall, sizeguild
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16635 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-15 01:09:30 +00:00
xantara
cba3bfaa13 ` Updated script command documentation for setdragon and setmounting. Added checkdragon.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16634 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-14 21:45:03 +00:00
shennetsind
c282d08040 Follow up r16632, added check on level up so that the equip is automatically unequipped when you leave the elvmax range, special thanks to mistah_j for pointing out.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16633 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-14 09:45:56 +00:00
shennetsind
e6d54bb04a Added equipment max-level support as per manager Kenpachi request (required for upcoming renewal items).
- in renewal mode item_db's elv field now supports a optional elvmax separated by a colon, example:
- 65:70 in the elv field means the item can only be worn by characters whose level is within 65~70 base level range.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16632 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-14 08:05:57 +00:00
euphyy
f7ed64c315 * Clarified documentation for some constants (doc\script_commands.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16631 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-13 18:57:51 +00:00
euphyy
bcfd5cf6d5 * Fixed cutin errors in Fortune script, bugreport:6466 (other\fortune.txt)
* Fixed item #5503, bugreport:6440

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16630 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-13 14:41:57 +00:00
shennetsind
282c0e6349 Minor adjustment that makes clones die in a smoother manner (rather than standing still after death and disappearing in a small delay they now display a dead sprite and disappear a few seconds afterwards)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16629 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-13 12:17:13 +00:00
j-tkay
0d6a1d9c58 - Fixed bugreport:6460 where players can enter instances without generating it. (EndlessTower.txt & SealedShrine.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16628 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-13 12:03:21 +00:00
euphyy
cd09d9b43e * Fixed cutin errors in 2008 Christmas event, bugreport:6458 (events\christmas_2008.txt)
* Fixed a broken warp portal in prt_castle, bugreport:6461 (quests\first_class\tu_archer.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16627 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-12 21:41:09 +00:00
j-tkay
f73fa23269 - Optimized and fixed Medal Distributor (Dual Race) disappears accordingly. (other/monster_race.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16626 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-12 19:39:03 +00:00
shennetsind
7dc591040f Fixed bugreport:6459 yet another variable assignment fix, special thanks to joseph for bringing this to our attention.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16625 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-12 16:31:32 +00:00
shennetsind
83d20aea87 Fixed bugreport:6456 repair scroll (#14587) is now fully functional, bug was due to the range being checked on pc_checkskill and it'd return 0 when the caster isn't a blacksmith class (or doesn't have repair weapon mastered), the skill level cast is now stored in (struct map_session_data)->menuskill_val2. special thanks to kyeme for his persistence
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16624 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-11 18:04:54 +00:00
shennetsind
3f2bdc58fd Fixed a bug where weapon repair skill would crash, super-ultra-mega-thanks to EvilPuncker.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16623 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-11 13:32:28 +00:00
euphyy
bd7de23625 * Attempted fix at a rare error in guild2 scripts where Emperium would respawn immediately and without an owner after breaking. If this still happens, please file a bug report.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16622 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-11 05:30:33 +00:00
euphyy
9800b743e6 * Raw revert of all job files back to r16578, prior to the rewrite in r16579. The updates will be re-applied after more testing is done.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16621 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-10 18:45:05 +00:00
euphyy
cfeba803ed * Fixed a critical typo in the new guild2 scripts - why hasn't anyone reported this? D:
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16620 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-10 18:09:57 +00:00
euphyy
773fd84ad4 * Follow-up r16618, fixed SQL entry as well (sql-files/mob_db_re.sql)
* Follow-up r16616, forgot the pre-re/re split files... (npc/(pre-)re/kafras/)
* Merged changes in eAthena 15164 and 15165 (doc/packet_struct_notation.txt)
* Removed unreadable characters in various files

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16619 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-10 15:58:07 +00:00
j-tkay
3c5f65f222 - Fixed bugreport:6441 incorrect monster name. (db/re/mob_db.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16618 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-10 10:55:32 +00:00
shennetsind
088e4adeb9 Fixed bugreport:6451, a ancient bug present r6791 which would cause any non-handled items in (struct item) to possess corrupted memory.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16617 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-10 07:16:41 +00:00
euphyy
5ccf2f288f * Standardized Kafra Employee headers and comments (/kafras/)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16616 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-10 05:26:23 +00:00
euphyy
fb0a39fe3e * Optimized Eden Quest lv. 11-25 (re\quests\eden\)
* Fixed bugreport:6427 with new Alchemist quest (jobs\2-2\alchemist.txt)
* Other misc changes/fixes...

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16615 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-10 04:55:08 +00:00
brianluau
eccf002de1 - Added svn:eol-style=native property on some recently added text files.
- Renamed upgrade_svn16517.sql to the correct SVN revision it was added in (r16518).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16614 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-09 18:01:21 +00:00
rud0lp20
2c36c19978 Fixed bugreport:6443 where SC_AUTOSHADOWSPELL bypasses flag checking of ground type skills.
Follow up r16591 where using KG_GENWAKU on sitting targets the client doesn't sync with the server in sitting state. 

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16613 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-09 15:19:02 +00:00
xantara
c95db79350 Fixed bugreport:6108, getd now works as a parameter for query_sql.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16612 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-09 04:39:46 +00:00
arcshiru
34626ebe5d Updated effect_list.txt with information provided by Syouji. Visit bugreport:6222 to help in expanding the list.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16611 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08 19:11:18 +00:00
daegaladh
887515619a Follow up r16609. Optimized kafra warps a bit more.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16610 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08 17:12:02 +00:00
j-tkay
744b6e5be5 - Optimized kafras/functions_kafras.txt.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16609 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08 15:17:41 +00:00
cookiecrumbs
cdcc95a0a4 Fixed replacestr
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16608 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08 13:20:49 +00:00
cookiecrumbs
89917d2150 Follow up to r16557 fixed duplicate errors on the console due to a typo where geffen treasure protection duplicates were named alde.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16607 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08 12:44:51 +00:00
j-tkay
0368e0cc0e - Follow up r16604 minor fix. (quests/kiel_hyre_quest.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16606 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08 08:57:01 +00:00
daegaladh
bbe75bc3a2 Follow up r16604. Fixed encoding on some files and removed/fixed some korean characters.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16605 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08 04:45:18 +00:00
daegaladh
178bfb2839 Fixed a bunch of bugs and typos, and made some little optimizations in various quests.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16604 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08 04:19:17 +00:00
daegaladh
95bdaece5e -Follow up r16601, a better way to avoid players getting quest 10078 without setting ep13_ryu variable to 22 (it's a weird bug D:).
-Follow up r16602, removed korean characters.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16603 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08 02:11:31 +00:00
euphyy
bec5ba9a8d * Follow-up r16600, added documentation for 'repairall' command (doc\script_commands.txt)
* Follow-up r16601, fixed encoding on 13-2 quests (npc\quests\quests_13_2.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16602 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08 01:53:27 +00:00
daegaladh
517a9b4606 Some bugfixes in ep13 quests.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16601 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08 01:39:58 +00:00
cookiecrumbs
7c0317a323 Fixed bugreport:6428 where the count parameter of replacestr didn't allow variable integers injected in the script command.
Added script command repairall to easy repair all of the attached character's items.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16600 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07 23:41:36 +00:00
daegaladh
79f3073e83 Reverted wrong checkre() command optimization (bugreport:6426)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16599 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07 21:58:40 +00:00
j-tkay
4984ef5493 - Follow up r16597 accidentally disabled Turbo Track. (npc/scripts_athena.conf)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16598 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07 19:51:47 +00:00
j-tkay
7b6268fb52 - Merged other/turbotrack into one template. (other/Turbo_Track.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16597 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07 19:47:14 +00:00
cookiecrumbs
31e66bacbc Follow up to r16479 fixed a bug where SC_CLOAKING would freeze the character on equipment switch (example: using Frilldora card on a Garment and unequipping).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16596 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07 19:11:54 +00:00
euphyy
b2c806a597 * Moved RE coordinates of Bullet/Magazine Dealers in Izlude, bugreport:6410
* Added "favorite" column to main.sql file, bugreport:6425 (sql-files\main.sql)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16595 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07 18:47:08 +00:00
euphyy
35683b8f8c * Fixed errors with warp portal/mob spawns in Renewal Yggdrasil Dungeon, bugreport:6422
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16594 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07 16:36:29 +00:00
euphyy
1cebdbcddc * Follow-up r16592... thanks Trojal. :|
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16593 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07 16:06:54 +00:00
euphyy
5593281766 * Optimized Eden Quest lv. 26-40 and 41-55 (re\quests\eden\)
* Minor cleaning on Cooking Quest (quests\cooking_quest.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16592 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07 15:38:03 +00:00
rud0lp20
09dab12f3b Fixed bugreport:6406,bugreport:5986 updated Extreme Vacuum to its official behavior.
Fixed bugreport:6404 where using KG_GENWAKU on sitting targets the client doesn't sync with the server in sitting state.
Updated RK_FIGHTINGSPIRIT ASPD bonus. Thanks to michieru.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16591 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07 14:43:19 +00:00