Jittapan Pluemsumran
b58920aad8
Merge pull request #1508 from rathena/feature/ht1/sara
...
Implemented Heroes' Trail Part 1 - Sara's Memory instance
2016-08-23 12:46:48 +07:00
Jittapan Pluemsumran
7a3c390fb1
Add proper credit to @RagnarokNova in the script header.
2016-08-23 12:45:23 +07:00
Jittapan Pluemsumran
9b52803581
Follow up to 75b0b43bc277579e4ab7e47703b5ac51a5790869
...
* Changed script header format. Suggested by @Cydh.
2016-08-23 08:55:56 +07:00
Jittapan Pluemsumran
eb8ea91f5b
Follow up to 472b885ca83627922d2c2208b46ff6d9b8308a7d
...
* Added brackets after if
2016-08-22 22:44:13 +07:00
Jittapan Pluemsumran
472b885ca8
Follow up to 021bed5f5de02a9262831ebcb968a627f2ddba26
2016-08-21 18:06:26 +07:00
Jittapan Pluemsumran
021bed5f5d
Implemented status reduction potion support
...
* New script command `needed_status_point` added.
* The items are not yet implemented.
2016-08-21 14:30:17 +07:00
Jittapan Pluemsumran
75b0b43bc2
Implemented Heroes' Trail Part 1 - Sara's Memory instance
...
* Special thanks to @RagnarokNova!
* Relevant issue: #1312
2016-08-21 10:07:59 +07:00
Jittapan Pluemsumran
04ffafa5fd
Added missing column check for char table in char_checkdb
2016-08-20 11:01:25 +07:00
rAthenaAPI
d20a7cafc0
SQL synchronization
2016-08-20 03:24:17 +02:00
Cydh Ramdh
24882c9605
Item DB Updates
...
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-08-20 08:23:50 +07:00
aleos89
d11b58ca11
Removed an unused function declaration ( fixes #1503 )
...
* Function battle_validate_conf() does not exist.
2016-08-19 14:28:57 -04:00
Aleos
3f107dea76
Merge pull request #1507 from rathena/cleanup/char_bans
...
Adjusted the temporary ban check
2016-08-19 13:18:36 -04:00
aleos89
bd65341685
Follow up to cd7e610
...
* Forgot to send the response back to the client.
2016-08-18 20:30:27 -04:00
aleos89
cd7e610879
Adjusted the temporary ban check
...
* Temporarily ban players who attempt to login to too many unregistered accounts.
* This makes it tougher for people who have access to server data and attempt to use that data on other servers.
2016-08-18 20:18:19 -04:00
rAthenaAPI
03adcd9bce
SQL synchronization
2016-08-19 01:55:48 +02:00
Jittapan Pluemsumran
d8675957ad
Merge pull request #1506 from Jeybla/FixCurRootCard
...
[Fix] ItemDB: 4603, 4604
2016-08-19 06:55:43 +07:00
Jey
8b3e889c26
[Fix] ItemDB: 4603, 4604
...
- Realized Corruption Root Card
- Corruption Root Card
2016-08-18 21:36:30 +02:00
aleos89
371f619cb4
Updated status icons to latest kRO
...
* Added new status icons.
2016-08-18 14:21:23 -04:00
rAthenaAPI
861c2d92c5
SQL synchronization
2016-08-18 15:23:10 +02:00
Jittapan Pluemsumran
13e8551d85
Merge pull request #1505 from zackdreaver/master
...
Renewal item_db update
2016-08-18 20:23:03 +07:00
Cydh Ramdh
e7147d97a1
Added empty db/pre-re/item_randomopt_db.txt, follow up f296409ada211a0aa89863db4d9603054845cf65
...
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-08-18 14:24:49 +07:00
Aleos
c575fede4f
Merge pull request #1495 from rathena/cleanup/skill_tree
...
Skill Tree cleanup
2016-08-17 20:17:37 -04:00
aleos89
b9e61c7b93
Resolved a compile warning
...
* Removed an unused variable.
2016-08-17 20:08:52 -04:00
aleos89
b2a46a33ec
Follow up to 16b100d (part 2)
...
* Cleaned up some of the warning messages during parsing.
2016-08-17 19:48:55 -04:00
zackdreaver
d73bad4d1c
Renewal item_db update
...
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
2016-08-18 01:31:55 +07:00
aleos89
d7ee77caa3
Follow up to 16b100d
...
* Corrected some skill tree max levels not matching their defined max level.
2016-08-17 13:10:35 -04:00
aleos89
16b100d97d
Follow up to e40c88e
...
* Fixed the offset when base/job level requirements are active.
* Added some validity checks for skill ID, skill level, base level and job level.
* Moved the parsing of the skill tree database after the parsing of the job databases to make sure the max base and job level data is acquired first.
2016-08-17 12:56:58 -04:00
Atemo
2387316294
Merge pull request #1499 from Jeybla/GodlikeMixerUpdate
...
Updated Custom Godlike Mixing NPC
2016-08-17 05:19:52 +02:00
Jey
14654b8916
Custom GL Mixer: Adds Muspellium and Essence of Rune
2016-08-17 05:09:52 +02:00
Jey
5353c44dd7
Removed 20x Oridecon from Sleipnir
2016-08-17 04:58:26 +02:00
Cydh Ramdh
8da71a126d
* Fixed memory leaks from item random options, follow up f296409ada211a0aa89863db4d9603054845cf65
...
* Clean up doc and array index check for `getequiprandomoption`, `setrandomoption`, follow up 8deabb157ae9e58db86d0383c34dba7211780b6a
* Exported CARD0_FORGE, CARD0_FORGE, and CARD0_PET for `getequipcardid` result.
* Add `SCSTART_` references in `sc_start` doc.
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-08-16 11:14:33 +07:00
Aleos
47a69c082a
Corrected the showscript packet
...
* Follow up to 43f25e3.
* The showscript packet was being sent to all players logged in which can be network intensive.
Thanks to @Tokeiburu!
2016-08-15 22:12:33 -04:00
Jey
5d5287126a
Updated Custom Godlike Mixing NPC
2016-08-15 21:48:19 +02:00
Lemongrass3110
e2bf685a86
Fixed memory leaks from item random options
2016-08-15 16:34:14 +02:00
rAthenaAPI
3d94626b0b
SQL synchronization
2016-08-15 12:19:52 +02:00
Cydh Ramdh
d8537a2307
Implemented hateffect
script for some items.
...
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-08-15 17:18:46 +07:00
Lemongrass3110
1e2e37a9d4
Some small cleanups
2016-08-15 12:15:35 +02:00
Jittapan Pluemsumran
8deabb157a
Implemented basic script commands to apply options to equipped item.
2016-08-15 17:04:06 +07:00
Jittapan Pluemsumran
da21013254
Follow up to 1e8c27c.
...
Removed an unneccessary pointer. Thanks to @cydh
2016-08-15 16:31:48 +07:00
Jittapan Pluemsumran
1e8c27c085
Fixed compile error on VS2010
...
* unprofessional personal diary page 1
2016-08-14 23:23:11 +07:00
Jittapan Pluemsumran
8657c4210c
Follow up to f296409ada211a0aa89863db4d9603054845cf65
...
* Some variable and function leftovers clean-ups
2016-08-14 22:52:06 +07:00
Jittapan Pluemsumran
f296409ada
Initial Release of Random Option System
...
* Added basic support for random option system
* Don't forget to import upgrade_20160814.sql and upgrade_20160814_log.sql to make your existing rAthena installation functional!
2016-08-14 22:21:07 +07:00
rAthenaAPI
ba80a564c1
SQL synchronization
2016-08-14 12:58:56 +02:00
Lemongrass3110
c1aa8410fa
Updated hateffects to latest kRO
...
Added 3 new mobs listed in the kRO client
2016-08-14 12:58:32 +02:00
Lemongrass3110
a87d86cb11
Fixed getinventorylist documentation
...
Fixes #1497 .
Thanks to @Darkelfen for reporting it.
Additionally exported the EQP_* constants into the script engine.
Replaced some hardcoded equip positions with their respective constants.
2016-08-14 00:26:22 +02:00
Lemongrass3110
ebcb92363b
Follow up to ede39b1
...
Fixed the compile errors on packet versions < 20150513
2016-08-13 22:38:18 +02:00
Lemongrass3110
ede39b1730
Refurbished hat effects
...
Follow up to 5da49b8
Thanks to @cydh for the good base in #1465 .
Renamed the function from itemeffect to hateffect.
The effects now get sent to other players as well.
You can enable or disable one effect at a time with the script command now.
2016-08-13 21:56:58 +02:00
Lemongrass3110
2cbc9ac507
Fixed some compile warnings
...
Fixed a shadowed variable in clif_parse_WisMessage
Adjusted a hardcoded limitation to use the correct define for event name length
Removed the check if the target is dead for killing cloud(leftover from 99e49d9)
2016-08-12 16:46:52 +02:00
Lemongrass3110
9157318ee9
Script level up events from atcommands
...
Based on @Emistry's pull request HerculesWS/Hercules#1396 :
Added a configuration to enable the atcommands baselevel and joblevel to trigger their respective npc events.
This will help you guys with testing your custom scripts that are listening to OnPCBaseLvUpEvent or OnPCJobLvUpEvent.
For safety reasons we only trigger the events on level increase.
2016-08-12 15:21:48 +02:00
Lemongrass3110
f560da84c6
Fixed a crash on invalid combo scripts
...
Fixes #1493
Thanks to @julia40124009 for reporting.
2016-08-12 14:37:39 +02:00