SphereCommunity
force disconnect? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: force disconnect? (/Thread-force-disconnect)

Pages: 1 2 3 4 5


RE: force disconnect? - x77x - 01-29-2015 11:00 PM

what do you mean? im trying to disconnect a player via script or function


RE: force disconnect? - Ankron - 02-15-2015 01:32 PM

You could always try sending the client a bad gump too. That'll cause the client to crash.


RE: force disconnect? - x77x - 02-16-2015 02:53 AM

ooooooooohhhhhhh good idea =)


RE: force disconnect? - x77x - 10-12-2015 06:49 AM

still havent figured out a way to this

why wont src.disconnect work?

i simply want to disconnect the client via script...

not kick because of the ban, ideas?


RE: force disconnect? - XuN - 10-12-2015 04:39 PM

What version are you using? Paste again the code you have now and tell us who do you want to disconnect. TRYSVR Disconnect or TRYSVR src.disconnect should do it (You might find problems if you try to disconnect privileged accounts, but not with players).


RE: force disconnect? - x77x - 10-14-2015 08:03 AM

build 2475 client 7.0.46.0

i tried...
SRC.DISCONNECT
SRC.XDISCONNECT
TRYSRC <UID> SRC.SENDPACKET 0D1
SRC.SENDPACKET 0D1
TRYSVR src.disconnect
SRC.TRYSVR src.disconnect
SERV.SRC DISCONNECT

all crap!

this one will make it crash
SRC.SENDPACKET 0D1

but i want a nice smooth normal disconnect


RE: force disconnect? - Ben - 10-14-2015 09:25 AM

You keep using src everywhere... just try with
TRYSVR disconnect


RE: force disconnect? - Extreme - 10-14-2015 12:17 PM

.SENDPACKET 0D1 01
http://ruosi.org/packetguide/index.xml#serverD1


RE: force disconnect? - x77x - 10-17-2015 09:15 PM

that works...

did i say DISCONNECT?


i meant LOGOUT =)

FORCE A LOGOUT via SCRIPT


RE: force disconnect? - Extreme - 10-17-2015 10:17 PM

Whats the difference between logout and disconnect in this case?