13054 Commits

Author SHA1 Message Date
Cydh Ramdh
8c8c486b84 Fixed #665, Fxied SG Warm skills had chance to crash server. Thank @anacondaqq
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-10-11 21:13:32 +07:00
Cydh Ramdh
857b82d6ee Fixed #635, thank @julia40124009.
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-10-11 20:50:45 +07:00
Lemongrass3110
79ef03e656 Merge pull request #669 from rathena/hotfix/questlog-2014
Fixed questlog display for clients from 2014-10-22 on
2015-10-11 14:06:36 +02:00
Cydh Ramdh
927d1e2f5c * Fixed #629. Thank @anacondaqq and @theultramage
* Added optional param `char_id` for `instance_enter`.

Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-10-10 19:04:15 +07:00
Cydh Ramdh
1210bca097 Moved hardcoded timestamp format for log files to conf/log_athena.conf::log_timestamp_format
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-10-10 11:38:00 +07:00
aleos89
cef2f9ea63 Bug Fixes
* Fixes #629 - Removed an extra costume check during action requests.
* Fixes #632 - Fixed long broadcast messages getting truncated.
* Fixes #635 - Fixed Elementals getting removed twice from a map during map_quit().
* Fixes #639 - Adjusted two checks from status_get_sc_def() so that tick_def2 is properly adjusted when pc_sc_def_rate is adjusted in battle config.
* Fixes #645 - Fixed atcommand 'iteminfo' displaying items not dropping from any monsters when battle flag 'mobinfo_type' is active.
* Fixes #652 - Don't call clif_scriptclose() on script command 'close' and script command 'end' when an NPC shop is active.
* Fixes #670 - Resolved a possible map crash when using the Lux Anima Runestone.
2015-10-09 18:22:35 -04:00
Lemongrass3110
982d6c1f87 Fixed a warning
(unused variable i)
2015-10-09 17:25:49 +02:00
Lemongrass3110
f110657034 Minor cleanup 2015-10-09 17:19:15 +02:00
Lemongrass3110
45e50a3d24 Fixed questlog display for clients from 2014-10-22 on 2015-10-09 00:24:25 +02:00
Cydh Ramdh
fd7d6c31fd Follow up 99783689, typos. Thank @WhySoSexyMate
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-10-08 15:41:33 +07:00
Vennren
ea1ffb578a Update upgrade_20150619.sql
Fixed 'db_roulette' table in relation to Error Code: 1064.
2015-10-08 05:10:51 +02:00
Vennren
0da96457e7 Update main.sql
Fixed 'db_roulette' table in relation to Error Code: 1064.
2015-10-08 05:09:46 +02:00
Lemongrass3110
bba5e4f425 Added compile time checks whether to enable or disable pincode system code 2015-10-07 20:57:37 +02:00
Lemongrass3110
c1623fd5dc Added an unsupported enum value for documentation reasons 2015-10-07 20:20:29 +02:00
Cydh Ramdh
81662aacee Updated doc/script_commands.txt, as follow up 6295c77d393555fe5a366f092a75f4cf0d2de933.
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-10-07 07:02:14 +07:00
Lemongrass3110
10c2dc10dc Pincode Functionality Extension
Added some options to allow or disallow certain combinations in the pincode as aegis has it.
In AEGIS it is not allowed to use pincodes like 0000 or 1111 where the pincode only contains 1 character. It is also not allowed to use sequences like 1234 or 5678.

In addition to the official check, which only disallows ascending sequences I also added descending ones.
2015-10-07 00:15:11 +02:00
nanakiwurtz
64d2463e25 Fixed #664
* Thanks to @ernestfegarido

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-10-04 17:17:20 +07:00
nanakiwurtz
4463d96b00 Follow up to 640a0c55
Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-10-04 04:34:53 +07:00
nanakiwurtz
640a0c5541 Item Package Update
* Changed AegisName -> ItemID

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-10-04 04:05:18 +07:00
Cydh Ramdh
c9c988abba * Fixed #654, TF_BACKSLIDE failed if player has 'no knock back' bonus.
* Clean up on buildin scripts, to use constant in return value.

Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-10-03 22:29:46 +07:00
Lemongrass3110
a597e7bd34 Some more pointer casts and enum fixes. 2015-10-03 01:46:47 +02:00
Lemongrass3110
a760e01c59 Follow up to 78b6c15
Fixed a possible buffer overflow in mapindex.c
2015-10-02 20:31:07 +02:00
Lemongrass3110
78b6c150d2 Added usage of enum values in script.c in some places. 2015-10-02 15:09:01 +02:00
Nova
7bc7b7e449 Magna Eruption Status Effects
This line makes the status effects actually apply. (Burning and Stun)
2015-10-01 09:28:36 -07:00
Atemo
1b303d32ab Fixed issue #648 2015-09-27 20:36:28 +02:00
Cydh Ramdh
e112fc1c50 Fixed #647. Fail to get parameter value from readparam if the parameter given is constant as param-type value. So for an example, readparam(BaseLevel) will be fine now, the result same as like BaseLevel itself.
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-09-27 21:44:54 +07:00
nanakiwurtz
9f126d2d73 Item DB Update
* Added Moving Dark Matter (6940)
* Add 2 spaces to script_commands.txt

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-09-27 05:09:02 +07:00
Cydh Ramdh
725903e3ce Fixed a typo
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-09-26 11:18:07 +07:00
Cydh Ramdh
fe9b430ace Follow up 039e1b65a3cae96d80b220f078814cac72846737, removed extra 0
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-09-26 06:19:35 +07:00
nanakiwurtz
5e18376dc8 Item DB Update
* Added Old Belt (6939)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-09-25 04:39:08 +07:00
Cydh Ramdh
230811c8ab Bug fixes:
* Fixed #651, now quest_db is separated between Renewal and Pre-Renewal to avoid non-existent monster/item (current missing monster/items are removed on Pre-Renewal). Thank @lordganja.
* Fixed #622, cast warning in script.c::get_val2. Thank @Litro .

Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-09-24 07:41:02 +07:00
nanakiwurtz
8840d4f397 Item DB Update
* Added Hedgehog Picks (6938)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-09-24 05:30:28 +07:00
Cydh Ramdh
d0d14d04be Just spaces in cli.c
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-09-23 22:01:17 +07:00
nanakiwurtz
0b568eba7e Item DB Update
* Added Advanced Dish (6935)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-09-23 04:21:22 +07:00
nanakiwurtz
3113168f79 Item DB Update
* Added Magnificent Dish (6934)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-09-22 03:29:19 +07:00
Cydh Ramdh
909fefddc8 Just a text wrapping for doc/ea_job_system.txt
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-09-21 15:40:21 +07:00
nanakiwurtz
bc30633043 Item DB Update
* Added Letter_With_Stamped_Seal (6929)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-09-21 04:58:24 +07:00
nanakiwurtz
e46574a12d Item DB Update
* Added Samples New Business Items (6930)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-09-20 15:58:21 +07:00
nanakiwurtz
c02089fdb5 Item DB Update
* Added Secret Documents (6931)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-09-19 11:13:05 +07:00
Cydh Ramdh
2bb69a3c54 Follow up 039e1b65a3cae96d80b220f078814cac72846737. Fixed #644, fixed #643. Thank @ernestfegarido, @Dark8008
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-09-18 17:45:45 +07:00
aleos89
4e630a2a4d Merge branch 'master' of https://github.com/rathena/rathena 2015-09-17 13:25:15 -04:00
aleos89
039e1b65a3 Quest System Update
* Added support for the new quests that grant item drops from mobs.
2015-09-17 13:24:42 -04:00
nanakiwurtz
c3e91b53e7 Item DB Update
* Added Rare_Book (6932)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-09-18 00:08:59 +07:00
Cydh Ramdh
2fc20c460d Follow up f669072e854ae5b67606788b81e16a5f6b92d236 and fa40773e8222cb5d6ac66782f8136b9833c8760d
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-09-16 20:00:49 +07:00
Cydh Ramdh
f669072e85 Fixed #638
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-09-16 16:06:09 +07:00
nanakiwurtz
fd227bf7a1 Item DB Update
* Added Banquet Invitation Letter (6933)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-09-16 05:09:41 +07:00
nanakiwurtz
564a46b40c Item DB Update
* Added Silicone Shell (6937)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-09-15 02:19:07 +07:00
Cydh Ramdh
631747bb07 * Fixed memleak when use @set command for string type variable.
* Removed `0x2715` and `logchrif_parse_updmail`, not being used that was duplicated by `logchrif_parse_reqchangemail` (`0x2722`).
* Changed packet header `0x2736` to `0x2b13` of `chrif_update_ip` from map-server to char-server. That was ambiguous with `0x2736` of `logchrif_parse_updcharip` that being used by char-server to login-server.
* Changed packet header `0x3804` to `0x2726`, the one that being used to send back global account reg from login-server to char-server. That was ambiguous with `0x3804` that being used by char-server (was inter actually) to map-server.
* Some indent clean up as result from char & login server refactor.

Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-09-14 20:17:12 +07:00
Cydh Ramdh
48293b757d Item DB Update
* Added items, packages, and combos from idRO patch 2015-09-09

Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-09-14 11:56:48 +07:00
nanakiwurtz
d1f9470009 Item DB Update
* Added Cold Core (6936)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-09-14 04:48:44 +07:00