TehByte Posted August 12, 2010 Posted August 12, 2010 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) 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! Quote "I never see what has been done; I only see what remains to be done.." - Buddha | My Profile | Message Me |
Tyler Posted August 12, 2010 Posted August 12, 2010 Clan system, TCP > HTTP or whatever the shit is, forums? Quote Kind Regards, Tyler. vBNT Radio Manager http://i33.tinypic.com/2ec163p.png http://sigview.nl/sig_63_b.png
Josh Posted August 12, 2010 Posted August 12, 2010 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.. Quote [sIGPIC][/sIGPIC] "Josh is awesome, he has the right to do whatever the fuck he wants." - Tehbyte
TehByte Posted August 12, 2010 Author Posted August 12, 2010 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 Quote "I never see what has been done; I only see what remains to be done.." - Buddha | My Profile | Message Me |
Josh Posted August 12, 2010 Posted August 12, 2010 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? Quote [sIGPIC][/sIGPIC] "Josh is awesome, he has the right to do whatever the fuck he wants." - Tehbyte
Tyler Posted August 12, 2010 Posted August 12, 2010 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. Quote Kind Regards, Tyler. vBNT Radio Manager http://i33.tinypic.com/2ec163p.png http://sigview.nl/sig_63_b.png
Josh Posted August 12, 2010 Posted August 12, 2010 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? Quote [sIGPIC][/sIGPIC] "Josh is awesome, he has the right to do whatever the fuck he wants." - Tehbyte
Tyler Posted August 12, 2010 Posted August 12, 2010 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. Quote Kind Regards, Tyler. vBNT Radio Manager http://i33.tinypic.com/2ec163p.png http://sigview.nl/sig_63_b.png
TehByte Posted August 12, 2010 Author Posted August 12, 2010 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 I believe that the only other server to have this is AJs C# server. Quote "I never see what has been done; I only see what remains to be done.." - Buddha | My Profile | Message Me |
Tyler Posted August 12, 2010 Posted August 12, 2010 Yeah, RaGESCAPE 2.0, his JAVA server has this at the moment. Progress is slow on his C# 3.0 server. Quote Kind Regards, Tyler. vBNT Radio Manager http://i33.tinypic.com/2ec163p.png http://sigview.nl/sig_63_b.png
TehByte Posted August 13, 2010 Author Posted August 13, 2010 I see, AJ coded it in C# though I believe, or at least, he released it in C# I need to learn how to create it (: Quote "I never see what has been done; I only see what remains to be done.." - Buddha | My Profile | Message Me |
Tyler Posted August 13, 2010 Posted August 13, 2010 To be completely honest with you, I don't think Jolt Environment has TCP > HTTP. It's too pioneering and complex to be released just like that. Quote Kind Regards, Tyler. vBNT Radio Manager http://i33.tinypic.com/2ec163p.png http://sigview.nl/sig_63_b.png
TehByte Posted August 13, 2010 Author Posted August 13, 2010 It isn't very complex, it's just I don't understand how to transfer via a protocol without MySQL and all that it's just coding the handler that I find difficult, AJ released that. Quote "I never see what has been done; I only see what remains to be done.." - Buddha | My Profile | Message Me |
Tyler Posted August 13, 2010 Posted August 13, 2010 It's not the easiest thing to setup. I for one don't even know how it works. Quote Kind Regards, Tyler. vBNT Radio Manager http://i33.tinypic.com/2ec163p.png http://sigview.nl/sig_63_b.png
TehByte Posted August 13, 2010 Author Posted August 13, 2010 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 Quote "I never see what has been done; I only see what remains to be done.." - Buddha | My Profile | Message Me |
GhostSnyper Posted August 13, 2010 Posted August 13, 2010 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. Quote ~GhostSnyper http://i142.photobucket.com/albums/r116/ghostsnyper/Ilovethat1.jpg
TehByte Posted August 13, 2010 Author Posted August 13, 2010 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 Quote "I never see what has been done; I only see what remains to be done.." - Buddha | My Profile | Message Me |
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.