Jump to content
wizel1

dupes clones etc

Recommended Posts

any know how properly close server and restart without player clone or dupe items? 

have saeed antindupe but is not always 100% 

is there method for stop dupe or clone when restarting? if so how? 

Share this post


Link to post
Share on other sites

Need correctly stop gameserver.exe command "stop 30" or in game "&gamesvrstop 30"

Where 30 - it time in sec

Edited by Waka~

Share this post


Link to post
Share on other sites
3 hours ago, Waka~ said:

Need correctly stop gameserver.exe command "stop 30" or in game "&gamesvrstop 30"

Where 30 - it time in sec

I know that but am looking for other way like make sure all log out before I close or if server disconnect randomly how make sure no dupe/clone or rollback 

Edited by wizel1

Share this post


Link to post
Share on other sites

&kick (name)

ex: &kick Waka

 

or

 

@@ disable name,1   (as long as I remember)

ex: @@ disable Waka,1

 

and check online

Share this post


Link to post
Share on other sites
2 hours ago, Waka~ said:

&kick (name)

ex: &kick Waka

 

or

 

@@ disable name,1   (as long as I remember)

ex: @@ disable Waka,1

 

and check online

any automatic system?

examples:

i want to restart

or if server disconnect

 

then kick all before closing

 

Share this post


Link to post
Share on other sites
51 minutes ago, wizel1 said:

any automatic system?

examples:

i want to restart

or if server disconnect

 

then kick all before closing

 

Yea, simply add something like this to your char_timer:
 

if maintenance then
	KickCha(role)
end

Then when you're ready to make a maintenance, simply do "&lua maintenance=true". You can also add other conditions, like don't kick players who are GM, or don't kick X name.

 

Ps.: Don't forget to add the following line to variables.lua:

maintenance = false

 

Edited by Faller

Share this post


Link to post
Share on other sites
2 hours ago, Faller said:

Yea, simply add something like this to your char_timer:
 


if maintenance then
	KickCha(role)
end

Then when you're ready to make a maintenance, simply do "&lua maintenance=true". You can also add other conditions, like don't kick players who are GM, or don't kick X name.

 

Ps.: Don't forget to add the following line to variables.lua:


maintenance = false

 

i must set maintenance = true

 

then when i want restart, for kick all

 

im type in local chat  &lua maintenance=true 

?

 

will players have access to that?

 

 

Edited by wizel1

Share this post


Link to post
Share on other sites
1 hour ago, wizel1 said:

i must set maintenance = true

 

then when i want restart, for kick all

 

im type in local chat  &lua maintenance=true 

?

 

will players have access to that?

 

 

Yup, that's it, actually, type: &lua_all maintenance=true 
^ that way you'll kick players from all GameServers

 

Players won't be able to use, only you have access to &lua/&lua_all commands.

  • Like 2

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...