Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-15-2016, 01:46 PM
Kirko Kirko is offline
Registered Guest
Join Date: Dec 2014
Location: Texas
Posts: 61
Kirko has a spectacular aura aboutKirko has a spectacular aura about
websockets?

Would anyone know how I would create a websocket connection?
I'm not sure if TSocket is the same thing or there is something else :o
Reply With Quote
  #2  
Old 09-15-2016, 02:20 PM
xXziroXx xXziroXx is offline
Master of Puppets
xXziroXx's Avatar
Join Date: May 2004
Location: Sweden
Posts: 5,288
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Send a message via AIM to xXziroXx Send a message via MSN to xXziroXx
Sockets need to manually be enabled on a server by unixmad before they can work. I know Delteria has them enabled on some ports already, check with MD which ones
__________________

"A delayed game is eventually good, but a rushed game is forever bad." - Shigeru Miyamoto
Reply With Quote
  #3  
Old 09-16-2016, 08:53 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Kirko View Post
Would anyone know how I would create a websocket connection?
I'm not sure if TSocket is the same thing or there is something else :o
TSockets are for standard TCP connections, and as Xzirox correctly identified, they need to be enabled before you can use them. WebSockets are a bit of a different animal. There are also functions/classes for performing standard HTTP requests.

What exactly are you trying to do?
__________________
Skyld
Reply With Quote
  #4  
Old 09-22-2016, 02:04 PM
Kirko Kirko is offline
Registered Guest
Join Date: Dec 2014
Location: Texas
Posts: 61
Kirko has a spectacular aura aboutKirko has a spectacular aura about
Wanted to try to create a websocket connection to Discord for real time communication. It would just send back data and events that happened on Discord.
If this has to get approved it probably won't since this is pretty useless lol.
Reply With Quote
  #5  
Old 09-22-2016, 03:19 PM
MysticalDragon MysticalDragon is offline
Global Administration
MysticalDragon's Avatar
Join Date: Oct 2002
Location: Lynn Ma
Posts: 883
MysticalDragon is just really niceMysticalDragon is just really nice
Send a message via AIM to MysticalDragon Send a message via MSN to MysticalDragon
All ports are opened on delteria with no restrictions.
__________________
~Delteria Support
~Playerworld Support
~PWA Chief
http://support.toonslab.com
[email protected]



Reply With Quote
  #6  
Old 09-22-2016, 03:34 PM
BlueMelon BlueMelon is offline
asdfg
BlueMelon's Avatar
Join Date: Sep 2008
Posts: 1,481
BlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to behold
Quote:
Originally Posted by MysticalDragon View Post
All ports are opened on delteria with no restrictions.
How does this help anyone?

Should mention that it's almost impossible to get a port opened on a server. Era has been requesting for ages now and I believe still has nothing open, even on the dev server.

Having access would allow for some pretty cool stuff to be created, cbk1994 created alot of exiting systems using these sockets which have since been disabled because of the un-announced `port closures`
__________________
http://i.imgur.com/OOJbW.jpg

Last edited by BlueMelon; 09-22-2016 at 04:14 PM..
Reply With Quote
  #7  
Old 09-22-2016, 04:00 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Quote:
Originally Posted by MysticalDragon View Post
All ports are opened on delteria with no restrictions.
woah. whats it do?
__________________
Reply With Quote
  #8  
Old 09-23-2016, 10:27 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Crono View Post
woah. whats it do?
crono pls.
__________________
Skyld
Reply With Quote
  #9  
Old 09-23-2016, 10:57 AM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Quote:
Originally Posted by skyld View Post
crono pls.
:l...
__________________
Reply With Quote
  #10  
Old 09-23-2016, 06:50 PM
Tim_Rocks Tim_Rocks is offline
a true gentlemen
Tim_Rocks's Avatar
Join Date: Aug 2008
Location: USA
Posts: 1,863
Tim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to behold
Quote:
Originally Posted by MysticalDragon View Post
All ports are opened on delteria with no restrictions.
__________________
Reply With Quote
  #11  
Old 09-26-2016, 08:58 PM
MysticalDragon MysticalDragon is offline
Global Administration
MysticalDragon's Avatar
Join Date: Oct 2002
Location: Lynn Ma
Posts: 883
MysticalDragon is just really niceMysticalDragon is just really nice
Send a message via AIM to MysticalDragon Send a message via MSN to MysticalDragon
Quote:
Originally Posted by BlueMelon View Post
How does this help anyone?

Should mention that it's almost impossible to get a port opened on a server. Era has been requesting for ages now and I believe still has nothing open, even on the dev server.

Having access would allow for some pretty cool stuff to be created, cbk1994 created alot of exiting systems using these sockets which have since been disabled because of the un-announced `port closures`

Because It wasn't directed to you or era, kirko is a manager on delteria. Why do you think ziro mentioned it regarding delteria. Your small bit of information doesn't help at all. Era will never have any ports opened as its super insecure with the servers past actions. Sorry but stay on subject.

Kirko for a example just look at the Sockets Database.
__________________
~Delteria Support
~Playerworld Support
~PWA Chief
http://support.toonslab.com
[email protected]



Reply With Quote
  #12  
Old 09-30-2016, 02:11 AM
BlueMelon BlueMelon is offline
asdfg
BlueMelon's Avatar
Join Date: Sep 2008
Posts: 1,481
BlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to behold
I didn't know he worked on Delteria, I assumed since it was a public thread in NPC Scripting that it applied to anyone reading.

Yet another blockage that devs need to jump through hoops to make things work lol
__________________
http://i.imgur.com/OOJbW.jpg
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:25 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.