Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

EclipseCommunity

Members
  • Posts

    320
  • Joined

  • Last visited

    Never

Everything posted by EclipseCommunity

  1. I'm not sure why you can only select 1 class for each item in the first place, but I need to change it. I know how to do it so I'm not asking for code, but I want to know the best way to implement this into the engine. I know I'm going to need to set up check boxes for my 4 classes, but my question is related to the coding itself. Option 1: Add a type for each class to the ItemRec (AllowClass1, AllowClass2… etc.) to the client and server, and check for either '0' or '1' (1 being able to use item). Option2: Make a string variable depending on the value of the checkboxes ("0,0,1,0) where 1 = checked, and 0 = unchecked. Parse this string on the server and handle it that way. What are your thoughts?
  2. lol. Yeah. I just haven't got around to adding all that bit in yet. Once I get accounts functioning and get to the part where I start getting the player login stuff to work i'll get that over. After that, it's done. I won't touch it for a year until I get bored and come back to it.
  3. I know, but that's the part you were talking about for creating the player buffer though right?
  4. This is the part in the ClearPlayer sub routine isn't it… ``` Set TempPlayer(index).Buffer = New clsBuffer ``` If so, I haven't got around to finishing that bit up yet because I want to put in character accounts :)
  5. Ok… I've never known anybody to talk so much shit and actually believe they know what they're talking about. Typical Australian ;)
  6. LOL. Most of the time I'm not concentrating properly. Says Mr. Expert who makes the most simplest mistakes possible :P Only error I get now which I really can't figure out is on the server…. "Object variable With Block variable not set" ``` TempPlayer(index).Buffer.WriteBytes Buffer() ```
  7. Did you ever play Deloria? Read my above post also, problem is solved so thanks a lot lol. I feel such a moron right now. I have absolutely no excuse for putting that code AFTER the TCPInit call besides being a retard.
  8. I can't see how I missed that… What a retard :mad: Thanks. Your name is very familiar by the way.
  9. How on earth do I have chicken arms? lol. You don't need to have arms like Moe El Moussawi to be in the army. I think scrawny would count for somebody who weighs about 9 stone or less. Any don't be fucking dissing the British Army, Devo… We've done more fighting for this world than you'll ever fucking know you waste of space little prick.
  10. So it was all a big hoax, and nobody actually DDoSed the forums? Or did the joke go too far and people actually DID DDoS the forum?
  11. Just been reading through some of the rest of the thread (336 pages is far too many to read them all). Amusing how all the scrawny, slim little men are posting pictures of themselves half naked to show off to all the rest of the scrawny hairless teenages and fighting over who is better looking and gets more women. You're all boney, hairless chickens, with baby faces and bum fluff. Come back when you're all grown up and look like real men. Your 12 year old gf's don't count as women either.
  12. I wasn't here for the first 2, somebody explain the stories. I can only vote for MLP in this case. But it was just far too obvious for me that it was an april fools joke. Still, I'm intrigued for next years.
  13. ![](http://a1.sphotos.ak.fbcdn.net/hphotos-ak-snc4/163660_486792160562_708325562_6612658_3575278_n.jpg) ![](http://a5.sphotos.ak.fbcdn.net/hphotos-ak-snc3/26109_349918515562_708325562_4228240_5064130_n.jpg) ![](http://a3.sphotos.ak.fbcdn.net/hphotos-ak-snc3/26109_349918525562_708325562_4228241_8296677_n.jpg) ![](http://a4.sphotos.ak.fbcdn.net/hphotos-ak-snc4/164823_474657225562_708325562_6447238_7330456_n.jpg) ![](http://a8.sphotos.ak.fbcdn.net/hphotos-ak-snc6/167640_474672970562_708325562_6447646_5156961_n.jpg) ![](http://a6.sphotos.ak.fbcdn.net/hphotos-ak-ash1/24260_362533380562_708325562_4253429_63649_n.jpg) ![](http://a2.sphotos.ak.fbcdn.net/hphotos-ak-ash1/180035_491926590562_708325562_6673300_921871_n.jpg)
  14. So i've been messing around with Robins networking system in Eclipse Origins 2.0, and decided I wanted to rip it out and use it as a base networking engine for any future projects. Since I'm trying to steer away from MS based engines and write something more original, I thought I could start here (Since I've only been able to write a crappy networking system like MS's, but EO's is faster and more optimised). So I've taken out as much as I can, and so far I've been able to get the server working nicely, and ping it from an external client. However, the issue I'm having at the moment is not being able to ping the server with the client I have setup using EO's socket system. I've set up a dummy login button to try and send a connection to the server. Naturally it won't function and may even error, but as long as the server recieves a connection from the client, that's a starting point. The code is messy and there's bits floating around which probably aren't even needed yet, but I'll tidy it all up later when I have it working properly. If anybody could have a gander over the code so far, just see if you can figure out what I'm missing from the client. Thanks. **Code:** http://www.draignet.com/hosted/DraigMUD.rar
  15. Bye :D Thanks for visiting.
  16. Thanks. Not tested fully yet but i've added. I'll check back for future fixes.
  17. Edit: I just noticed the DATE
  18. There used to be a download for one on here but can't find it. Any help would be appreciated.
×
×
  • Create New...