mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-02 04:09:21 +02:00
Update powergamers.lua
This commit is contained in:
parent
d2d1a86913
commit
ab1816bb84
@ -6,6 +6,19 @@ function onThink(interval, lastExecution, thinkInterval)
|
|||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
TFS 1.0 (globalevents.xml)
|
-- TFS 1.0 (globalevents.xml)
|
||||||
<!-- Power Gamers -->
|
-- <!-- Power Gamers -->
|
||||||
<globalevent name="PowerGamers" interval="15000" script="powergamers.lua"/>
|
-- <globalevent name="PowerGamers" interval="15000" script="powergamers.lua"/>
|
||||||
|
|
||||||
|
-- SQL (remember to remove all -- before executing)--
|
||||||
|
--ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0',
|
||||||
|
--ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0',
|
||||||
|
--ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0',
|
||||||
|
--ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0',
|
||||||
|
--ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0',
|
||||||
|
--ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0',
|
||||||
|
--ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0',
|
||||||
|
--ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0',
|
||||||
|
|
||||||
|
-- after that execute --
|
||||||
|
-- UPDATE `players` SET `exphist_lastexp`=`players`.`experience`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user