aleos89
c3a308ffdb
Storage types optimization fixes
...
* Fixed guild storage getting reset on server restart.
* Adjusted a guild bound item acknowledgment attempting to create guild storage data if not found.
* Added expire_time to guild storage data.
* Added some missing random option item checks.
Thanks to @Jeybla!
2016-09-06 13:16:14 -04:00
aleos89
adbabeeef5
Fixed guild storage item transfers
...
* Fixed items not getting removed from inventory/cart when transferring to guild storage.
Thanks to @Jeybla!
2016-09-06 11:18:33 -04:00
aleos89
7ffb943343
Storage optimization clean ups
...
* Cleaned up some of the script command documentation.
* Adjusted some checks to use constants.
2016-08-31 19:55:19 -04:00
aleos89
ab7324c84c
Resolved some compile warnings
...
* Removed an unused variable.
* Resolved an uninitialized variable issue.
2016-08-30 20:58:40 -04:00
aleos89
bd36b294ad
Merge branch 'master' into cleanup/storages_optimization
2016-08-30 19:40:36 -04:00
aleos89
0feabf30ce
Fixed Eclage skill animations
...
* Resolved Eclage skills not showing their animations.
Thanks to @Tokeiburu!
2016-08-30 18:57:05 -04:00
Cydh Ramdh
d84d6ba1e5
Initial release: Map X Job restriction ( #1526 )
...
* Listed job with matched map zone is restricted to enter the map.
* Added db file `job_noenter_map.txt` with format: `JobID,FlagZone,GroupLevelBypass`.
* Reserved usage for WOE:TE implementation.
* Typo correction, thanks @aleos89 @Lemongrass3110
2016-08-30 22:09:02 +07:00
aleos89
b3b2bab7c5
Follow up to cd5dbe2
...
* Forgot to adjust npctalk's definition.
2016-08-29 12:24:02 -04:00
aleos89
cd5dbe28e4
Adjusted the npctalk script command
...
* Now has an optional parameter of NPC name.
- If supplied, it will display over that NPC's head, else it will use the attached NPC.
2016-08-29 11:56:19 -04:00
Jittapan Pluemsumran
51ef9118a8
Merge pull request #1509 from rathena/feature/stat_reduce_pot
...
Implemented status reduction potion support
2016-08-28 00:36:43 +07:00
aleos89
bf84469438
Adjusted battle_getcurrentskill() return type
...
* Adjusted the function's return type to uint16 to match the skill_id variable type.
2016-08-26 14:41:22 -04:00
aleos89
08f63aa3b1
Corrected quest progression ( fixes #1521 )
...
* Quests can now progress even if they are marked inactive.
Thanks to @Tokeiburu!
2016-08-26 14:34:13 -04:00
Atemo
55edbc14ef
Hazy Forest:
...
- Added missing initnpctimer for npc 'Tired Rem's Garden Tree' and 'Spyder's Garden Tree' (issue #1517 )
2016-08-26 19:26:53 +02:00
Lemongrass3110
c3b6951ba7
Fixed default roulette data
...
Thanks to @spinzaku for bringing it to my attention.
2016-08-26 10:01:49 +02:00
Lemongrass3110
5cae674b05
Used defined variable names for constant exports ( #1417 )
2016-08-25 15:59:18 +02:00
rAthenaAPI
f8a8c9fe79
SQL synchronization
2016-08-24 15:29:36 +02:00
Jittapan Pluemsumran
1d6f99adab
Follow up to 6bcfc18
2016-08-24 20:29:17 +07:00
rAthenaAPI
b20ab4ace2
SQL synchronization
2016-08-24 15:17:35 +02:00
Jittapan Pluemsumran
6bcfc18f6f
Updated some AegisName to official name
2016-08-24 20:17:24 +07:00
Cydh Ramdh
78bc0a6131
Follow up f296409ada211a0aa89863db4d9603054845cf65
...
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-08-24 15:35:38 +07:00
Jittapan Pluemsumran
3678fca3d4
Removed text effects from NPC titles
2016-08-23 13:26:00 +07:00
rAthenaAPI
9434d69001
SQL synchronization
2016-08-23 07:46:53 +02:00
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