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

Sputnak

Members
  • Posts

    290
  • Joined

  • Last visited

    Never

Everything posted by Sputnak

  1. I'm not sure but I think: End = Defense Spr = Health or health regen rate, not sure which. and… open the client and right click frmmaingame and view code and find this: Private Sub lblTrainStat_Click(Index As Integer) If GetPlayerPOINTS(MyIndex) = 0 Then Exit Sub SendTrainStat Index End Sub and in server it is recieved by modhandledata: HandleDataSub(CTrainStat) = GetAddress(AddressOf HandleTrainStat) and ' Will handle the packet data Sub HandleData(ByVal Index As Long, ByRef Data() As Byte) Dim Buffer As clsBuffer Dim MsgType As Long Set Buffer = New clsBuffer Buffer.WriteBytes Data() MsgType = Buffer.ReadLong If MsgType < 0 Then Exit Sub End If If MsgType >= CMSG_COUNT Then Exit Sub End If CallWindowProc HandleDataSub(MsgType), Index, Buffer.ReadBytes(Buffer.Length - 4 + 1), 0, 0 Set Buffer = Nothing End Sub
  2. O_O 0_0 o_o -_- o_o 0_0 O_O blinking animation of me seeing this post.
  3. It said press the any key to start… I like link he can stun with his boomerang so I stunned bowser in world 1.
  4. the main.txt is like the client.vbp/server.vbp thats bean edited to be worse but easier to open.
  5. Sputnak

    VB6 Question

    Enterprise = Yes Portable = No
  6. Sounds like a pretty fun game, I'd play if you made this. New skill idea for you: First Aid, the higher this level is the higher the injuries you can treat, or sicknesses. Try adding that idea and then when someones hygiene makes them sick the person with the most First Aid skill has the highest chance of healing them, you could mix it in with crafting too to make bandages for cuts and splints for broken bones. EDIT: you could say its in the bermuda triangle, you can make that island pretty big and explain what got you there, whatever you think caused the bermuda triangle disappearances.
  7. @skevsama: > @ everyone…wow can't we get a topic going without ppl going nuts over trying to make everyone look bad ;) If we did that it just wouldn't be Eclipse anymore.
  8. guky6kuytku gay ukeleles kill your 6 killer ukeleles you team killed urself
  9. You have to buy it or no-one on this forum is allowed to help you with any other way.
  10. [This](http://www.touchofdeathforums.com/smf/index.php/topic,61689.msg651687.html#msg651687) is another topic thats for the same thing but its been answered
  11. I think that lessons a given -_- and it's kinda redundant because the odds are they wont tell you its a herpes hole not a normal hole XD
  12. Lol I love this topic XD I need some popcorn…
  13. Can you answer anything with anything useful to say? Or can you only keep saying the most stupid thing you can think of? *sigh* I guess I can't change your DNA telling you to be stupid.
  14. *facepalm* worst… Comeback... ever... I have no further words I am willing to use to respond to that sentence. It doesn't deserve them.
  15. @Kreator: > @skevsama: > > > These are some tiles I am using for my side scrolling game called Dark Bushido. > > Tiles your using, or tiles you made? Are they original or did you rip them? They look Yoshi's world-ish -_- Kreator he used the words "This is just a put together mock up of some tiles _I made on paint_" just sayin'…
  16. I guess you could edit the server to run on a different port with a copy of it from before the edit, and then you can put a selection where it says port with a text box to just one of those select an answer things one with the port for server 1 one with the port for server 2\. Then whichever they select it puts that where it usually puts the answer in the text box, viola, you have ur 2 servers per pc. Note: this will have to be VB6ed to be made.
  17. Sputnak

    EE,ES or EO ;)

    @furtzown: > @Displaced: > > > Eclipse Stable = more features, less bugs (they try to fix everything) > > Eclipse Evolution = just the basic game if you want it that way > > Eclipse Origin = brand new redo of Eclipse > > ee the basic game? I dont think so >_> u can add all the script in it Exactly, ADD being the keyword, it isn't there anyway, like some people would prefer and should go to ES for that. I'm using EO because I know some VB6 and it's less buggy because Robin remade all the other features so it's way less buggy. You basically choose from buggy and old basic and all round outdated with scripting (EE), Newer, not many bugs but a few less new features (ES), or less bugs, more features, but for people who can code with VB6 or are willing to learn only (EO)… Take ur pick ;P
  18. @horsehead: > hey what is wrong not everyone can vb6 programming at this time… so let us ask some things > > I personaly want to get some stuff to start my game and if I can better programm wit vb6 I can add some good features to my game but not atm Personally I don't see where the last 2 posts with questions have anything to do with vb6… There should be a warning at the top of the screen like this - WARNING - this engine is not the new stable, theres no .inis, so go away unless u could use the vb6 ways… At least then you wouldn't spend the time downloading then post 200 questions answered by 1 tutorial and have people get annoyed at you.
  19. Sputnak

    ES to EO ?

    Mich, you can't convert, but it's worth it anyway. I had ES and bad maps, I just converted to EO and now my first map looks awesome.
  20. would it? isn't it kind of fair that people can talk about anything if they have some sort of link with what is being said? otherwise wouldn't we all be talking about the weather for the rest of our lives?
  21. why can't we change the subject? Can I cheat if we play poker?
  22. Doesn't that mean they are breaking the rules instead of you though?
×
×
  • Create New...