11611 Commits

Author SHA1 Message Date
cannelle
2a41ebcf75 Corrected mob_warpslave_sub call with CLR_TELEPORT instead of CLR_RESPAWN. 2013-09-27 17:13:52 -05:00
cannelle
179ab138a3 Corrected map_quit call with CLR_RESPAWN instead of CLR_TELEPORT. 2013-09-27 17:10:03 -05:00
Cahyadi Ramadhan Togihon
659cc57574 * INF2_NO_NEARNPC (skill_db.txt updates):
-- Added a new option info for skill's 'inf2', INF2_NO_NEARNPC, that used for checking if the skill is castable if caster/ground/target is near with NPC (by specified range option)
-- Corrected Shadow Chaser skills, SC_CHAOSPANIC and SC_MAELSTROM, that cannot be placed near warp portal (according to iRO Skill Balance Patch)
-- Added 'db/skill_nonearnpc_db.txt' for more option of INF2_NO_NEARNPC (additional range beside splash area, unit range, or layout range calculaiton and type of NPC)
* Follow up 5e6626e
2013-09-26 17:39:41 +07:00
Cahyadi Ramadhan Togihon
99ea656914 * Fixed bugreport:8090, Frost Driver damages with overpower level because skill_lv reduction mistake.
* Added item_id on @whodrops's result for each item (avoiding confusion if the result is more than 1 items).
2013-09-23 19:20:57 +07:00
Cahyadi Ramadhan Togihon
5e6626e312 Plagiarism & Reproduce updates:
-- Fixed bugreport:6994, Preseve only prevent to copy skill via Plagiarism, player still able to copy skill by Reproduce
-- Re-structure db/skill_reproduce_db.txt becomes db/skill_copyable_db.txt that allow you customize the avaiable skill to be copied
-- Removed 'copyskill_restrict' config from conf/battle/skill.conf, this setting can be set on db/skill_reproduce_db.txt
-- Enjoy structure of skill_copyable_db.txt! SkillName,Option{,JobAllowed{,RequirementRemoved}}
2013-09-23 12:11:30 +07:00
Cahyadi Ramadhan Togihon
908d05b429 Fixed bugreport:8085
-- Incorrect item class for 18106,P_Bow3,Eden Bow III
2013-09-21 11:25:14 +07:00
aleos89
2b8b31a4d1 * Follow-up to c154fe1. Bugged item drop rate increase also applies to renewal. 2013-09-20 13:24:34 -04:00
aleos89
8427ddfdf2 * Follow-up to c154fe1. 2013-09-20 12:54:26 -04:00
aleos89
c154fe1e35 * Prevented MDEF damage reduction from dividing by zero. (bugreport:8064)
* Added a new battle_config to increase all items drop rate by 0.01%. (bugreport:8005)
* Moved OnInit to load before OnInstanceInit in npc_reload(). (bugreport:8043)
* Fixed homunculus causing the map-server to crash. (bugreport:8036)
2013-09-20 12:51:07 -04:00
aleos89
3150cc4236 * Follow-up to 3887ff / r17519. 2013-09-19 10:45:14 -04:00
aleos89
3887ffd832 * Fixed searchstores not removing character data when logging off. (bugreport:8080) (Merged from Hercules:58e2d27) 2013-09-19 08:54:35 -04:00
Cahyadi Ramadhan Togihon
6f910b3c43 Fixed bugreport:7983, Pain Killer should be casted only to 'friend' 2013-09-19 15:32:19 +07:00
Cahyadi Ramadhan Togihon
f3bb5d4c73 * Fixed bugreport:7844 (merged from Hercules:e3761a8) 2013-09-16 01:04:57 +07:00
SkittleNugget
90f6221719 Updates to Dicastes 2013-09-15 02:48:42 +01:00
SkittleNugget
eb872a9b37 Updates to eden_iro.txt 2013-09-09 21:10:42 +01:00
SkittleNugget
e8a3be1fe5 Updates to Renewal Database 2013-09-09 21:10:17 +01:00
Atemo
86c552d3b4 Update rpsroulette.txt 2013-09-09 01:05:59 +02:00
Atemo
db55442a0f Update penal_servitude.txt 2013-09-09 00:53:43 +02:00
Capuche
bf6e025592 Bugs fix and some changes in custom/etc files. 2013-09-08 04:44:40 +02:00
Capuche
af4edf69d5 Display customs commands suggestion. 2013-09-08 04:21:16 +02:00
Capuche
5eef367c00 Message conf fr update. 2013-09-08 03:30:33 +02:00
Cahyadi Ramadhan Togihon
6150ac7870 * Follow-up feca970 / r17515
-- Revert SC_PUSH_CART to 'cart' on RequiredState field (because SC_PUSH_CART for 2012++)
-- Defined MAX_SKILL_STATUS_REQUIRE for max 'RequiredStatuses' field
* Fixed bugreport:7946, standarize empty requirement with '0'
2013-09-08 00:48:45 +07:00
Cahyadi Ramadhan Togihon
feca970d8a * Added 'RequireStatuses' field on skill_require_db.txt
- This field value uses SC_STATUS (see db/const.txt)
- You may custom add more than 1 status required, example: SC_SIGHT:SC_ENERGYCOAT
- Removed some ST_ for 'e_require_state' list and move the value from 'RequireState' to 'RequireStatuses' field:
-- ST_HIDING -> SC_HIDING
-- ST_CLOAKING -> SC_CLOAKING
-- ST_CART ->SC_PUSH_CART
-- ST_SIGHT -> SC_SIGHT
-- ST_EXPLOSIONSPIRITS ->SC_EXPLOSIONSPIRITS
-- ST_CARTBOOST -> SC_CARTBOOST
-- ST_POISONINGWEAPON -> SC_POISONINGWEAPON
-- ST_ROLLINGCUTTER -> SC_ROLLINGCUTTER
* Fixed bugreport:8053, restricted equip should be put-off when player warped to restricted map (of the equip) if 'allow_equip_restricted_item' is 'no'
* Corrected db/const.txt value
- Added mf_skill_damage
- Sync some SC_STATUS with 'sc_type' on status.h
2013-09-07 20:07:00 +07:00
Euphy
7cb4145691 * Cleaned up some unnecessary global ($) and temporary character (@) variables in scripts.
* Removed unnecessary labels, particularly those in warp scripts.
* Some optimization of the Hugel Bingo script.
* Fixed a mob_db error. (bugreport:8051)
* Fixed incorrect/incomplete random Glast Heim warp.
* Removed useless 'getJobName' function from GlobalFunctions.txt.

Signed-off-by: Euphy <euphy@rathena.org>
2013-09-06 19:37:14 -04:00
Xynvaroth
ac68cde095 Fixes [bug:7855].
Signed-off-by: Xynvaroth <Xynvaroth@googlemail.com>
2013-09-06 23:19:35 +02:00
Xynvaroth
0ca99b755b Merge branch 'master' of https://github.com/rathena/rathena 2013-09-06 21:40:06 +02:00
Xynvaroth
e5d1490f8c Fixes bug report #007981.
Signed-off-by: Xynvaroth <Xynvaroth@googlemail.com>
2013-09-06 21:39:08 +02:00
Mauro Di Girolamo
356f13315a Fixes bug report #007981.
Signed-off-by: Mauro Di Girolamo <maurodigirolamo@web.de>
2013-09-06 21:27:40 +02:00
Euphy
c610f5b15c * Added some iRO Eden Group NPCs. (credits: -SkittleNugget-)
- This consists of a few traders, warpers, cashshop-related scripts, and duplicates from various locations.
- There are a lot of placeholders and some entirely missing scripts; these may be added later, but we don't intend to implement all of iRO's custom features.
- Some of the item sprites may be unviewable without iRO's data.grf.

* Minor database updates:
- Corrected all *_C (rental) equipment entries; to be updated later on with VIP bonuses.
- Fixed some bHpDrainRate item_db entries. (incl. bugreport:8049)
- Fixed a mob_skill_db entry. (bugreport:8050)

* Other changes:
- Renamed 'F_RandMes' to 'F_Rand', to clear up any confusion. (follow-up 66a2bfd)
- Small changes in Armor Enchanter script (thanks to Emistry for pointing it out :p).

Signed-off-by: Euphy <euphy@rathena.org>
2013-09-06 00:22:41 -04:00
Xynvaroth
96b53cd204 Merged translations done by Rynbef and bakka and corrected them starting from 1 to - including - 100. 2013-09-05 22:29:11 +02:00
Brian
d7742937a8 - Updated F_RandMes with getargcount().
Follow up to 66a2bfd7c24bb617d27cc0a3e8db903cb000f3de
2013-09-05 13:07:54 -07:00
Euphy
66a2bfd7c2 Merge pull request #6 from nanakiwurtz/master
Updated to the new 'F_RandMes' command.
2013-09-05 12:32:19 -07:00
nanakiwurtz
f44ae34734 Updated to the new 'F_RandMes' command.
Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-09-05 14:12:42 +07:00
lighta
03ada4b547 Quickfixs
Fix bugreport:8035 (SC_ENERVATION altening twice watk)
Upd config.pl enable coredump part to reload sysconfig once altered.
2013-09-04 18:45:11 -04:00
Euphy
102f1c5d63 * Follow-up e805baa: updated SQL table.
Signed-off-by: Euphy <euphy@rathena.org>
2013-09-04 18:05:36 -04:00
Euphy
e805baafc4 Merge pull request #5 from SkittleNugget/master
Added renewal item database entries
2013-09-04 14:40:59 -07:00
SkittleNugget
3136764b97 Added missing item trade abilitys 2013-09-04 20:58:32 +01:00
SkittleNugget
e17ce647e2 Updates to renewal item database
Added missing item entrees and item trade ability.
2013-09-04 20:57:45 +01:00
SkittleNugget
9411559f0b Small update to renewel item database.
Added a few entries that were missing into the item_db of renewel.
2013-09-04 20:28:15 +01:00
Euphy
17d000640d * Added 'breakequip' script command. (tid:86732)
* Fixed return value for delequip. (since r17469/8bd0985)
* Fixed a bug with Mercenary Rentals. (credits: TTest)

Signed-off-by: Euphy <euphy@rathena.org>
2013-09-04 15:07:26 -04:00
Cahyadi Ramadhan Togihon
7d72060430 * Follow-up 15074d8
- Fix item restriction check that should only prevent the item script. ATK, DEF, and MATK for RE should be calculated (Thank Euphy)
- Added item restriction check for combo items
- Added some missing item restriction checks
2013-09-04 12:17:20 +07:00
Cydh Ramdh
a705e67684 Merge pull request #4 from cydh/master
* Updated IDN until latest commit
2013-09-03 16:48:09 -07:00
Euphy
11f500792e Merge pull request #3 from Miloeve/patch-1
Create map_msg_grm.conf
2013-09-03 14:48:32 -07:00
Euphy
e5d9fc8fa5 * Script updates.
- Updated dialogue for advanced and Renewal refiners.
- Added an extra check in the main refiner scripts to prevent empty menus from appearing.
- Renamed Renewal NPCs to "Vestri" and "Austri".
- Slightly updated dialogue for the Catalog Magician script.

Signed-off-by: Euphy <euphy@rathena.org>
2013-09-03 12:53:39 -04:00
Cahyadi Ramadhan Togihon
16d94e770a * Updated IDN until latest commit 2013-09-03 21:36:08 +07:00
Miloeve
065923eb34 Create map_msg_grm.conf 2013-09-03 15:53:26 +02:00
Euphy
02d67498b1 * Script updates.
- Added Renewal features to PVP script and removed duplicate warps.
- Added "Acolyte Warpers" script (Keiki and Isalei), disabled since it may be an event script.
- Added "Mergician" NPC, but it currently doesn't function and is disabled.
- Moved "Stone Change" script from merchants/ to other/.
- Follow-up 8acde7e: further bug fixes.

Signed-off-by: Euphy <euphy@rathena.org>
2013-09-02 00:18:49 -04:00
Euphy
8acde7ed96 Merge pull request #2 from Toshiro90/master
* Fixed several for-loops in Falicious Okolnir whose variables weren't incremented correctly, causing too many monster spawns or invalid checkitem() calls.
2013-09-01 18:59:07 -07:00
Toshiro90
8bd41ee949 * Fixed several for-loops in Falicious Okolnir whose variables weren't incremented correctly, causing too many monster spawns or invalid checkitem() calls. 2013-09-02 02:18:47 +02:00
Akinari1087
ba58eb020f Some cleanup of reflecting damage - Concerning bugreport:8029
Change Cart Tornado to use base strength - Fixes bugreport:7237
2013-09-01 18:25:09 -04:00