i'm looking for a script or something that will auto-save my server so i dont have to use the command every time
i'm looking for a script or something that will auto-save my server so i dont have to use the command every time
is typing .Saveall that hard O.o
when som1 logs it saves it and when mine crashes rarely it saves it but does not say and it saves it every 5 min by default in the logon server or antrix config files
its for when i'm not on smart 1is typing .Saveall that hard O.o
ok i figured that was happening, just wanted to make surewhen som1 logs it saves it and when mine crashes rarely it saves it but does not say and it saves it every 5 min by default in the logon server or antrix config files
im having a problem with saves as well ... when i spawn an npc, and i restart antrix, they are saved, as well as the players, but!! ... game objects spawned from wow, aint saved. i spawned a few chairs somewhere and NPCs , and when i restarted antrix , the chairs where gone, but the NPCs NOT!! ... and i dont wanna create them from DB, its nasty work, is there some way to save them objects somehow? any help? pweaseeeee :)
PS: .save all aint saving objects :(
I got one, u need AutoIT
this is for is you are sleeping and have server up, just run this and enter your Antrix/Ascent name and put both windows up or in the Doc but do not hide them with Echo Tools, still getting to that.
Simple SaveBot$Dir = InputBox("Ascent/Antrix", "Which are you using?")
$Ascent= $Dir & "exe"
$Save= Send("Saveall {ENTER}")
$Sleep= Sleep(300000)
While (1)
If (WinActive($Ascent)) Then
call($Save)
Call($Sleep)
EndIf
WEnd
ANd to save Game Objects, put a 1 after the Game Object ID
it saves it