Skip to content

Commit 8ffddb6

Browse files
committed
== Bug fixes and more ==
=General: *Merged missing changes from 3ceam rev. 485 - 488 *Fixed some critical packet errors on banking system and related functions. -they could've caused loss of data on global_reg_value. -please update asap! *Fixed an issue where bindatcmd didn't store the correct ammount of parameters in .@atcmd_numparameters variable. *Fixed a possible item ID overflow for script command makeitem *Fixed a possible overflow with script command getareadropitem. *Adjusted item count variables to match item ID variable type as well. *Managed some clean-up here and there. *Added return values for unit script commands -Script commands getunitdata and setunitdata will return -1 when the given GID is not found. -Script commands getunitname and setunitname will return Unknown when the given GID is not found. -Added a new script command unitexists -Also these commands can now be used for sorcerer elemental spirits. *Fixed errors while compiling server as txt version. =Database: *Updated item_db for episode 14.3. *Changed some more champion monsters to fit pre-renewal system. *Added Sound Amplifier [1] to Creamy Fear drops. -It's clearly mentioned on kROs website to be dropped by Creamy Fear. -Droprate is not confirmed, but 0,01% is the lowest possible, I'll leave it there for now. *Updated item_buyingstore.txt to kRO 2016-04-30. -Disabled unsupported items. =Skills: *Fixed GN_CHANGEMATERIAL and SO_EL_ANALYSIS. *Fixed an issue with consumption items of Sorcerer's Summon skills. -Please note: Sorcerer Elemental Spirits packets for 2013 (and up) clients seems to be wrong currently...
1 parent aec47fe commit 8ffddb6

File tree

19 files changed

+2315
-1304
lines changed

19 files changed

+2315
-1304
lines changed

Changelog-15-3athena.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@
44
// * Modifications.
55
// - Details.
66
//========================================
7+
05/08/2016
8+
r124 [15peaces]
9+
*Merged missing changes from 3ceam rev. 485 - 488
10+
*Updated item_db for episode 14.3.
11+
*Changed some more champion monsters to fit pre-renewal system.
12+
*Added Sound Amplifier [1] to Creamy Fear drops.
13+
-It's clearly mentioned on kROs website to be dropped by Creamy Fear.
14+
-Droprate is not confirmed, but 0,01% is the lowest possible, I'll leave it there for now.
15+
*Updated item_buyingstore.txt to kRO 2016-04-30.
16+
-Disabled unsupported items.
17+
*Fixed some critical packet errors on banking system and related functions.
18+
-they could've caused loss of data on global_reg_value.
19+
-please update asap!
20+
*Fixed an issue where bindatcmd didn't store the correct ammount of parameters in .@atcmd_numparameters variable.
21+
*Fixed a possible item ID overflow for script command makeitem
22+
*Fixed a possible overflow with script command getareadropitem.
23+
*Adjusted item count variables to match item ID variable type as well.
24+
*Managed some clean-up here and there.
25+
*Added return values for unit script commands
26+
-Script commands getunitdata and setunitdata will return -1 when the given GID is not found.
27+
-Script commands getunitname and setunitname will return Unknown when the given GID is not found.
28+
-Added a new script command unitexists
29+
-Also these commands can now be used for sorcerer elemental spirits.
30+
*Fixed GN_CHANGEMATERIAL and SO_EL_ANALYSIS.
31+
*Fixed an issue with consumption items of Sorcerer's Summon skills.
32+
-Please note: Sorcerer Elemental Spirits packets for 2013 (and up) clients seems to be wrong currently...
33+
*Fixed errors while compiling server as txt version.
34+
735
05/01/2016
836
r123 [15peaces]
937
*Merged missing changes from 3ceam rev. 481 - 484

db/episode/item_db_ep143.txt

Lines changed: 124 additions & 17 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)