|
4 | 4 | // * Modifications. |
5 | 5 | // - Details. |
6 | 6 | //======================================== |
| 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 | + |
7 | 35 | 05/01/2016 |
8 | 36 | r123 [15peaces] |
9 | 37 | *Merged missing changes from 3ceam rev. 481 - 484 |
|
0 commit comments