Jump to content

Recommended Posts

Posted

Okay, well I'm looking at developing my current server even further, I'm looking at integrating a website within the server and having many systems on the website so far I've only developed a grand exchange working in/out of the server (with the help of my good friend Wouter) :P

 

But I'm wondering what other systems you would like to see within a server website? What features can I add to the website to attract more users?

 

Currently, I am developing a 508, but I'm looking to make it load the 525 cache and develop a 525 server (technically its not a 525 yeah I know), but then I could integrate more features onto the website like minigames, allow people to create boss trips and all that ;D

 

So yeah, please reply!

image.png

"I never see what has been done; I only see what remains to be done.." - Buddha

 

| My Profile | Message Me |

image.pngimage.png

Posted

Hiscores

Clan home

Forums (Either links to a failscene server category or a mini server forum)

Maybe skill calculators like RuneHQ but for this server?

QuestHelp since you have all full F2P quests?

 

Just putting some ideas down..

[sIGPIC][/sIGPIC]

"Josh is awesome, he has the right to do whatever the fuck he wants." - Tehbyte

Posted
For quest help, I'm going to make some form of system where you have so many points to unlock tips at each stage of the quest. Forms I shall have to work on, skill calculators aren't really needed as its a private server, clan system I can add in shouldn't be too hard :) TCP > HTTP System I'm working on, although it's hard to code the socket protocol ;D
image.png

"I never see what has been done; I only see what remains to be done.." - Buddha

 

| My Profile | Message Me |

image.pngimage.png

Posted

Idk, I was thinking of things to make the server unique, no other server have skill calculators.

 

Obviously they're only really needed when the XP rate is lower than average.

 

 

Oh and can someone explain this TCP > HTTP briefly please?

[sIGPIC][/sIGPIC]

"Josh is awesome, he has the right to do whatever the fuck he wants." - Tehbyte

Posted
Basically TCP > HTTP allows the site and game to communicate. You don't have to log out though, so the communication is live. Say you had a bank page on the site, anything you put in the bank on the game, would appear on the bank page several seconds, maybe milliseconds, later.

Kind Regards,

Tyler.

vBNT Radio Manager

 

http://i33.tinypic.com/2ec163p.png

http://sigview.nl/sig_63_b.png

Posted
Basically TCP > HTTP allows the site and game to communicate. You don't have to log out though, so the communication is live. Say you had a bank page on the site, anything you put in the bank on the game, would appear on the bank page several seconds, maybe milliseconds, later.

 

Oh I see, much like Hiscores?

[sIGPIC][/sIGPIC]

"Josh is awesome, he has the right to do whatever the fuck he wants." - Tehbyte

Posted

It can work with Hiscores, but XP values and such would be all over the place if you have a big server, unless you put a check on every minute or so.

 

It's probably just easier to do it so that the values are updated when you log out.

Kind Regards,

Tyler.

vBNT Radio Manager

 

http://i33.tinypic.com/2ec163p.png

http://sigview.nl/sig_63_b.png

Posted

You wouldn't use that for high scores, you would use them for more useful things, like player owned shops on the website, grand exchange, things like that :P

 

I believe that the only other server to have this is AJs C# server.

image.png

"I never see what has been done; I only see what remains to be done.." - Buddha

 

| My Profile | Message Me |

image.pngimage.png

Posted

I see, AJ coded it in C# though I believe, or at least, he released it in C# :P

 

I need to learn how to create it (:

image.png

"I never see what has been done; I only see what remains to be done.." - Buddha

 

| My Profile | Message Me |

image.pngimage.png

Posted
It isn't very complex, it's just I don't understand how to transfer via a protocol without MySQL and all that :P it's just coding the handler that I find difficult, AJ released that.
image.png

"I never see what has been done; I only see what remains to be done.." - Buddha

 

| My Profile | Message Me |

image.pngimage.png

Posted
It's basically a protocol so a HTTP connection can be transfered over to the server and perform a command. It sort of changes the connection type :P
image.png

"I never see what has been done; I only see what remains to be done.." - Buddha

 

| My Profile | Message Me |

image.pngimage.png

Posted

TCP > HTTP is cake on c#. There's all sorts of classes that make it easy.

 

In java you can do http > http using the URL class set, but HTTP > Sockets are harder. I'm gonna be working on that soon, after I get the 377 client loading.

~GhostSnyper

http://i142.photobucket.com/albums/r116/ghostsnyper/Ilovethat1.jpg

Posted
Could I watch you code the TCP > HTTP Dan? Just to get a basic idea how it works, then I'll attempt it myself :D
image.png

"I never see what has been done; I only see what remains to be done.." - Buddha

 

| My Profile | Message Me |

image.pngimage.png

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.   Paste as plain text instead

  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...