View Full Version : xlog
Schlomos
04-01-2014, 02:52 AM
Hey I use xenobot now for a long time and I am still asking myself why there is no xlog function like player attack force logout. Is it rly that hard to implent? If yes will there be ever any script or something ?:D
See ya
Ghazkyt
04-01-2014, 02:57 AM
Next time use the search function, you can set a lua script to perform an xlog, using:
os.exit()
DarkstaR
04-01-2014, 03:48 AM
Next time use the search function, you can set a lua script to perform an xlog, using:
os.exit()
I actually removed the os class.
Ghazkyt
04-01-2014, 08:01 PM
I actually removed the os class.
I can still use them:
os.time()
os.date()
os.exit()
Schlomos
05-18-2014, 12:11 PM
so can sb write me a small "script"
xlog when player attack or when player is skulled
well I also tried maybe I can set it so he will exit client if he got like 100 manas left. Tried this but is not working :/
local manaID = 268
local PotionsToLogout = 50
if Self.ItemCount(manaID) <= PotionsToLogout then
os.exit()
end
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.