itzandroidtab
itzandroidtab
Added support for saving/loading and moving perks. Perks are loaded from a yml file. Also adds intial support for loading skills and spells
The config example was removed
One of the messages for the merchant is 57656 bytes long the signed value limited is 32767 by changing to unsigned short it is increased to 65535.
Added support to allow the user to sell items. (selecting item to sell, pressing sell button). This does not add support for the call that processes the sold item. I...
Added inventory storage (for the inventory and the stash). Loads inventory from the database. Starter items are still the pregenerated items. #72 adds support for the different starter kits Side...
When deleting a character the wrong variable for the account was used
Fixes issues #96, #96, #93, #84 and #82 Solved by removing the default values for the perks except the first one and adding a level check before we move the...
Added support to split items and support for putting gold in purses/chests and bags. This also fixes issue #81. Now it gives the correct error message "This item cannot be...
This adds support for the following: * support for buying items (with some limitations for now) * Items are regenerated after timer expires. * Limit on the amount of times...
Bugfix for putting all the stash items on position 0. This is causing a issue with the merchants. The merchants have a different stash mechanic and do not show it...