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

andy200129

Members
  • Posts

    60
  • Joined

  • Last visited

    Never

Everything posted by andy200129

  1. i sorted it i added a new dim to the other 2 and it semed to work :) all good
  2. i did that the first time round it still has a error
  3. sorry for bump but what im going to try is run both servers from the same account/map/item ect file but it will still be its own unique server with a refresh rate of every 0.1 second and making sure it dosnt cause bugs if i get this running i might release my own EO sorce release as it will be a big process to do by tutorial
  4. Sorry about the bumps but srsly im not used to EO source im used to EE only just starting to get used to it but come on i spent a hour trying to figure it out but it has a error with Dim FSO As FileSystemObject the FSO As FileSystemObject is errord
  5. could do with some help
  6. I Followed The Tutorial Bit By Bit Step By Step i double checked it over and over but this is an error when compiling Dim FSO As FileSystemObject
  7. How do it do it so i can get hp stanima and exp over pic screen but with a picture box with a picture what has transparent bits so it can see picscreen ive had a play about on test client in vb but just cant get there
  8. that dosont have a side scroller for chat so its not easy to keep up on the information?
  9. @Yukiyo: > You can't just make the text box transparent and place it over the game screen. > I think what you're trying to accomplish is here http://www.touchofdeathforums.com/smf/index.php/topic,70469.0.html so do i just cancil out the transparecy and just do chat draw
  10. Hello in this spoiler below shows theirs a problem with a tutorial i used for transparent chat when i over lapped it onto the actual game view and the chat does not show unless i use mouse on the scroll bar and move it then when i let go it disappears >! ![](http://www.freemmorpgmaker.com/files/imagehost/pics/83a9fee6995daa5958017684bfabbc19.png)
  11. i don't want to be a burden to bump but ive tried so many ways to make the chat show over the Main screen of game but it just dosont show and flickers now and again so u see chat but only for like 0.1seconds
  12. the only down fall witch i am working on is so when u update maps on 1 server it will automaticly go onto other witch will be abit of a fun job then later i will implement more stuff to make it more better and like channels but im new to EO so yea im used to ee but wish me luck :)
  13. Data share coding progress 10% account share progress 0% Credits for helping me with bits of code as new to Eo Scypher ibehated NOTE: ITS LIKE REALM/WORLD DATA IS NOT SHARED THAT IS IN DEVELOPMENT OK on this source i will show you how to make Multi server on 1 client pretty simple (using buttons as a example you can use picture boxes or anything u desire to make it more professional) Client Sided Requires VB6 FrmMenu Go into Your frmMenu make 2 buttons both named differently for different server double click 1 button (works for both just change to different Port each server) under that sub put port to be changed looks like = 0000 >! Dim IP As String, Port As String Dim fErr As Integer >! Port = Val(0000) >! fErr = 0 If fErr = 0 And Port ! frmMain.Socket.RemotePort = 0000 once you have done that its all up and running all you need to do is copy and paste server file delete accounts out of it (Accept Admin Aka yours or staff) make sure both servers run on different ports and it goes by what you put in the code on each button and your done To Host servers of different Computers (Different Ip) Same as above installation with a code difference Change to your port = 0000 Change to your Ip = 00.00.00 >! Dim IP As String, Port As String Dim fErr As Integer >! IP = 000.000.000 Port = Val(0000) >! fErr = 0 If fErr = 0 And Len(Trim$(IP)) = 0 Then fErr = 1 Call MsgBox("Please Fix The IP!", vbCritical, GAME_NAME) Exit Sub End If fErr = 0 If fErr = 0 And Port ! frmMain.Socket.RemotePort = 0000 frmStable.Socket.RemoteHost = 000.000.000 Old One for EE Stable 2.7 >! Please Comment if you have used this or liked it i want to see how many people use/like it lol and i will bring out more tutorials like this Tutorial Difficulty 1/5 Newb Friendly >! Requirements Visual Basics 6 EE 2.7 Source >! Tutorial Step By Step 1)Copy And Paste your Server make sure the Server - Copy is renamed to Server2 2) Copy and paste Client rename Client -copy to Test Client 3) Open Visual Basics 6 open the Client.vbp 4) open frmMainMenu add 2 buttons name them the 2 servers 5) put the code below on the buttons 6) Change the 1st button code port (0000) to the 1st servers port 7) change the 2nd button code port (0000) to the 2nd server port 8)make sure u save and compile the new client.exe into test client folder 9)run both servers Open client and test to check it works >! Code Yellow = change to your server ports Red = Change to your Ip >! >! Dim IP As String, Port As String Dim fErr As Integer >! Port = Val(0000) >! fErr = 0 If fErr = 0 And Port ! frmStable.Socket.RemotePort = 0000 >! Different Computer Host >! >! Dim IP As String, Port As String Dim fErr As Integer >! IP = 000.000.000 Port = Val(0000) >! fErr = 0 If fErr = 0 And Len(Trim$(IP)) = 0 Then fErr = 1 Call MsgBox("Please Fix The IP!", vbCritical, GAME_NAME) Exit Sub End If If fErr = 0 And Port
  14. once i have the Eo version done im going to keep the ee version but add eo to my tutorial page ect for people to use to make there game better thanks for the help i will do that now u all been helpfull i will credit ur names on the eo version :)
  15. @Scypher: > READINI and WRITEINI have been replaced by GetVar and PutVar. ahh ok cool ^_^ Has TCP Destroy been changed?
  16. @Scypher: > It's PutVar and GetVar ;] i don't get what you mean? could you put in a more informed way soz had like no sleep been up working on GUI and layout in vb 6 its hard to get it to a good layout and looking professional
  17. when i put the txtchat over the pic screen in bottom left corner it dose not show i made it so its on top of it by bringing it to front but it flickers and hides behind it.
  18. yea ok i instaled it all correctly but yet when i fill or design map it only fills old gap pluss.. i cant walk out onto new bit still the same of being in the same area….. >! ![](http://www.freemmorpgmaker.com/files/imagehost/pics/22cd3ee3b995e38e1c027f89feec6aca.png) I know the game looks abit every where but its because its under making :)
  19. Hello ok before eclipse stable ect disapeard i made a multiple server thing that your able to add more servers on 1 client what worked on eclipse stable and 7.5 this was the code for eclipse evo or so Hosted on 1 pc >! Dim IP As String, Port As String Dim fErr As Integer >! Port = Val(0000) >! fErr = 0 If fErr = 0 And Port ! frmStable.Socket.RemotePort = 0000 hosted on 2 pcs >! Dim IP As String, Port As String Dim fErr As Integer >! IP = 000.000.000 Port = Val(0000) >! fErr = 0 If fErr = 0 And Len(Trim$(IP)) = 0 Then fErr = 1 Call MsgBox("Please Fix The IP!", vbCritical, GAME_NAME) Exit Sub End If If fErr = 0 And Port
  20. one problem i havent used css on my thing :/
  21. ill give it a try. cheers will try it after i done this small bit of coding :)
  22. i made the image the right size in ms paint then imported it no draging no automaticly i made it the right size in ms paint.
×
×
  • Create New...