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

abhi2011

Members
  • Posts

    2897
  • Joined

  • Last visited

    Never

Everything posted by abhi2011

  1. abhi2011

    3D

    3D models won't work with Eclipse. You'll have to re code the graphics section to load 3D models.
  2. Yes, yes, yes. Just a few more days to go for this game to get released :D
  3. I know that the Stein posted this, but actually check whether the data is being saved. You can create an application in VB6 and load the item into the item rec. Then check the values. (Use the immediate window or use form printing or print to the immediate window.)
  4. You can PM me. I'll be glad to help as well.
  5. You guys can solve the Rubiks cube? I can't even do one face of it.
  6. Make a topic here: [http://www.eclipseorigins.com/community/index.php?/forum/14-talent-center/](http://www.eclipseorigins.com/community/index.php?/forum/14-talent-center/)
  7. This just removes the object and frees all memory. (The set Nothing line) Since VB doesn't support Garbage Collection, it is recommended that you clean all memory so as to save memory on RAM.
  8. I think processing the key is manual.Wait for a few days/hours.
  9. The default is 70\. You can edit it in the source I believe.
  10. > ,…," data-cid="903657" data-time="1373024295"> > > I mean't vbscript files lol. > > @Abhi2011 no one can edit .dll files I think, now imagine a sub written in a .txt fle with vbscript syntax (compatible with vb6 by what I saw) > > which is then executed when an event happens (OnPlayerAttack, OnPlayerOpenGUI, OnPlayerMouseDown, stuff like that) VBScript can communicate with the main program. This means that vbScript is something like fire and forget when called from within vb6\. (Needs to be confirmed.) And no, dlls cannot be edited they are compiled source.
  11. I meant from within the line of code that errors.
  12. > i want to host my game (Eclipse) at your server Please don't bump the topic. The topic is a year old.
  13. > Rip scripting from Miracle Classic, I am sure that I have very stable version of it there. VBScript files Scripting. I am pretty sure he means .vbp files.
  14. ~~The line~~ ~~ CheckDirection = True~~ ~~has the error?~~ Hover over each var. Tell us the var which has the value of Subscript Out of Range.
  15. Why are you running script files? Use dll files.
  16. The name of the error? The error number? The value of the variables?
  17. If you mean a shop personally for a player, that would be fun. I would something like that in a game.
  18. > And I was banned becouse of site design, not becouse of coding. Plagiarism is and will always be plagiarism. It doesn't matter for what it was done.
  19. abhi2011

    Error 55

    The reason for that error is because a file is open in a specific file number. Run the client/server in vb6 and post the line of code that errors.
  20. Here is the logic. Click button 1\. Download file from a website. Click button 2\. Download file from another website. The websites should be hard-coded in and shouldn't be left open. Read the website domains. Download any necessary files for checking of updates. Update. Also I/we could have helped better if you actually provided some of the code.
  21. abhi2011

    No Ip

    1\. No-IP can forward all packets from a certain port to port 80\. There is a choice of choosing your own port and port-forwarding the port you chose. 2\. If you choose the Port 80 forwarding for your No-IP domain then your server port should be 80. 3\. Your client port must be whatever port you supplied while setting up the No-IP domain. Remember that most ISPs don't allow you to use Port 80\. Contact your ISP. Also applications like web hosts and Skype use Port 80\. Make sure you don't have them.
  22. abhi2011

    Static IP

    If this has been solved, please change the topic title to Solved.
  23. Now all I need is an alpha version out and ~~play~~ enjoy the game.
  24. abhi2011

    17 Day Challenge

    Is this being done in VB6? And good luck. I would love to do something like this in Java with LWJGL. But I can't cause I have school and I only get about 2-3hrs a day. But I am still working on it bit by bit.
  25. > you do? seems legit. it's called using Imgboxes or shapes. Thanks for reminding me of imgBoxes.
×
×
  • Create New...