Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
force disconnect?
Author Message
evening
Journeyman
*

Posts: 137
Likes Given: 0
Likes Received: 14 in 9 posts
Joined: Apr 2012
Reputation: 1

Finally Land

Post: #11
RE: force disconnect?
me too
01-15-2015 09:39 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #12
RE: force disconnect?
with the rest of the function above?

Dragons of Time 2000-2020
http://dragonsoftime.com
01-15-2015 10:09 PM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #13
RE: force disconnect?
lol

[FUNCTION HOWTODISCONNECT]
SENDPACKET 0D1

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
(This post was last modified: 01-16-2015 04:37 AM by Extreme.)
01-16-2015 04:34 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Extreme's post
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #14
RE: force disconnect?
the OBJ thing is not letting it


try it with the WHOLE code

Code:
[FUNCTION DISCONNECTX]
SENDPACKET 0D1

[FUNCTION JOINWEI]
OBJ <UID.040004000>
OBJ.MEMBER=<SRC.UID>,,2,<SRC.UID>,1,1,0
SRC.SYSMESSAGE @04 Congtatulations, You have joined the mighty army of Wei!
SRC.GO 1513,1621,10
SRC.TAG.ARMY Wei//04000
SRC.TITLE Infantry Soldier
src.events +e_armylife_wei
SRC.TAG.ARMYKILLS 0
SRC.TAG.ARMYDEATHS 0
SRC.LEVEL 1
SRC.SYSMESSAGE @0033 Please log off then back in!
DISCONNECTX

15:58:ERROR:(SPHERE_ARMY_JOIN.scp,84)Undefined keyword 'SENDPACKET'

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 01-16-2015 06:59 AM by x77x.)
01-16-2015 06:55 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #15
RE: force disconnect?
LOL AGAIN
Are you using the 'JOINWEI' function in npcs? They can't receive packets.
Are you using the 'JOINWEI' function in players and getting the error? Your sphereserver is old. It's not my problem.

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
01-16-2015 12:21 PM
Find all posts by this user Like Post Quote this message in a reply
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #16
RE: force disconnect?
PLAYERS

i told you the object is fucking it up, if you remove it, itll work

nightly 12/26/14

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 01-16-2015 02:33 PM by x77x.)
01-16-2015 02:32 PM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #17
RE: force disconnect?
Where are you using the function ? Are you calling it from an item ?
(This post was last modified: 01-16-2015 07:52 PM by darksun84.)
01-16-2015 07:51 PM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #18
RE: force disconnect?
I quit.

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
01-17-2015 12:44 AM
Find all posts by this user Like Post Quote this message in a reply
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #19
RE: force disconnect?
ill do it any way itll work, but im telling you its not working like its supposed to

Code:
[FUNCTION JOINWEI]
OBJ <UID.040004000>
OBJ.MEMBER=<SRC.UID>,,2,<SRC.UID>,1,1,0
SRC.SYSMESSAGE @04 Congtatulations, You have joined the mighty army of Wei!
SRC.GO 1513,1621,10
SRC.TAG.ARMY Wei//04000
SRC.TITLE Infantry Soldier
src.events +e_armylife_wei
SRC.TAG.ARMYKILLS 0
SRC.TAG.ARMYDEATHS 0
SRC.LEVEL 1
SRC.SYSMESSAGE @0033 Please log off then back in!
DISCONNECT
SRC.DISCONNECT
SENDPACKET 0D1
SRC.SENDPACKET 0D1
TRYSRV DISCONNECT
TRYSRV.DISCONNECT
TRYSRC DISCONNECT
TRYSRC.DISCONNECT

take your pick, none of them work...



11:38:ERROR:(SPHERE_ARMY_JOIN.scp,387)Undefined keyword 'DISCONNECT'
11:38:ERROR:(SPHERE_ARMY_JOIN.scp,389)Undefined keyword 'SENDPACKET'
11:38:ERROR:(SPHERE_ARMY_JOIN.scp,391)Undefined keyword 'DISCONNECT'
11:38:ERROR:(SPHERE_ARMY_JOIN.scp,391)Can't trysrv DISCONNECT object Armystone of Wei (040001f41)
11:38:ERROR:(SPHERE_ARMY_JOIN.scp,392)Undefined keyword 'TRYSRV.DISCONNECT'
11:38:ERROR:(SPHERE_ARMY_JOIN.scp,393)Undefined symbol 'DISCONNECT'
11:38:ERROR:(SPHERE_ARMY_JOIN.scp,393)Can't trysrc object Armystone of Wei (040001f41): invalid src uid 00
11:38:ERROR:(SPHERE_ARMY_JOIN.scp,394)Undefined keyword 'TRYSRC.DISCONNECT'

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 01-17-2015 02:42 AM by x77x.)
01-17-2015 02:29 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #20
RE: force disconnect?
Try this in game, .sendpacket 0d1

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
01-17-2015 02:40 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)