This commit is contained in:
Manuel Simon Hirsig
2016-09-03 18:35:41 +02:00
parent 9826acf9bc
commit 05fd1587cd
37 changed files with 140 additions and 201 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'cache' local info, persistence = aux.info, aux.persistence
aux 'cache' private() local info, persistence = aux.info, aux.persistence
MIN_ITEM_ID = 1
MAX_ITEM_ID = 30000
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'disenchant'
aux 'disenchant' private()
UNCOMMON, RARE, EPIC = 2, 3, 4
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'history' local persistence = aux.persistence
aux 'history' private() local persistence = aux.persistence
local history_schema = {'record', '#', {next_push='number'}, {daily_min_buyout='number'}, {daily_max_price='number'}, {data_points={'list', ';', {'record', '@', {market_value='number'}, {time='number'}}}} }
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'post'
aux 'post' private()
local state = nil
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'scan' local info, history = aux.info, aux.history
aux 'scan' private() local info, history = aux.info, aux.history
PAGE_SIZE = 50
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'slash' local persistence = aux.persistence
aux 'slash' private() local persistence = aux.persistence
_G.SLASH_AUX1 = '/aux'
function _G.SlashCmdList.AUX(command)
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'stack' local info = aux.info
aux 'stack' private() local info = aux.info
local state
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'tooltip' local info, disenchant, cache, money, history = aux.info, aux.disenchant, aux.cache, aux.money, aux.history
aux 'tooltip' private() local info, disenchant, cache, money, history = aux.info, aux.disenchant, aux.cache, aux.money, aux.history
_G.aux_tooltip_value = true