2
0
mirror of https://github.com/Znote/ZnoteAAC.git synced 2025-05-08 15:19:21 +02:00

8 Commits

Author SHA1 Message Date
Evil Puncker
3622ad173b
Lowering the size of onlinetime_ table sizes ()
MEDIUMINT: 97 days
MEDIUMINT UNSIGNED: 194.2 days
INT: 68 years
INT UNSIGNED: 136.1 years

bigint was way too big for these values, thanks to @divinity76
2021-11-19 02:44:12 +01:00
Evil Puncker
bb814f6eae
Fixed variable type for powergamers script ()
exp history should be able to store negative values, yes
online time shouldn't
2021-10-13 19:18:43 +02:00
sundance
df062b56fd
fix inconsistent variable names for !shop talkaction () 2021-07-17 15:44:24 +02:00
Evil Puncker
d74400da57
Changed powergamers columns to unsigned ()
to match with tfs commit and also to prevent errors
458baa8b61
2021-01-22 10:05:33 +01:00
Evil Puncker
a00dbcfabd
bye bye trailing whitespaces () 2020-08-02 14:48:13 +02:00
Evil Puncker
aa016fc0b1
Removed unnecessary check () 2020-07-19 17:25:19 +02:00
Evil Puncker
17f1ffee95
Making mounts order available only for 8.7 and above ()
* mounts only 8.7 and up
2020-07-19 00:05:00 +02:00
Evil Puncker
34f9b51f8f
A few Lua scripts updates, converted Lua scripts to RevScriptSys ()
- changed folder name from LUA to Lua
- Added installation instructions
- fixed playerdeath variables (fixes )
- Added outfit IDs up to Jouster outfit to the sync outfit script
- Removed unecessary instruction
- Added revscriptsys version of all scripts
2020-07-03 19:31:44 +02:00