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. > Abhi heres a input, y not make ur own usercontrol this way it be less depended on a dll setup, or code the look of it like how the hp/ sp bars work. : ) Creating the hp/so bar like in the engines means I will have to use DX or GDI. But I'll try it making my own user control. Never did it, but their is a first for everything
  2. Give me a control that has a progress bar or a separate control for progress bar and I'll replace it.
  3. I believe that you gave your Email ID. * Download the Silver Editor. * Run the updater. * Run the server. * Register an account with the Email ID used to buy Gold. (Not paypal. The one you supplied before buying it.) * Login-in. If the following doesn't work PM Amish, JC or Kibilez.
  4. Hi Guys/Gals, I just finished making a CRC32 based updater in VB6\. Yes I know Carim has created one in C#. I just thought of releasing one in VB6. Also I before you download I should tell you that isn't user friendly. You need to have VB6 before you can do anything. So I suggest you have VB6 IDE. There is a documentation. If you don't understand anything that is being stated in the documentation just reply to this topic. Download: [Here](http://eclipseorigins.com/community/filehost/9dce238503b3a0d79d39f4f35f72331a.rar)
  5. And also since you stated that a end-user is having the issue, try to set the Debug option to 1\. When the error occurs a log should be created.
  6. If the text is cut of at the bottom then try to continue the sentence/text in the next chat event. e.g Chat 1 This is some info on how to do stuff. Consider this to be the end. Just put a… Chat 2 couple of periods and continue in the next chat event
  7. You got the brains of a potato. lol Check whether CurChar has an actual value before using it.
  8. abhi2011

    Render Night

    > For one, only a few on this forum speak or type proper English, most speak American or some other language. Besides, I understood it perfectly, maybe you have a reading problem. This isn't a school, it's the questions and answers section. Don't go bashing members about how they speak, just give the answer and be done with it. Anyone can read it. But it is a bit hard to actually understand what he means. For example what does he mean by this: > everyone, i have a dude
  9. abhi2011

    Render Night

    We can't just magically tell you how to fix it. We need to review the source. But here are some tips. Make sure that the rendering sub is actually called in the Graphics Loop.
  10. \off topic > dx8vb.dll is missing. > > > > Google dx8vb.dll and download the dll. > > > > to register a dll run command prompt as an administrator and; > > > > 1) type cd\ > > 2) type cd windows > > 3) type cd system32 > > 4) type regsvr32 (the path to the dll here) > > > > it should be registered now. You can just type in Regsvr32 and the dll name. As long as the System Var PATH has the C:\Windows\System32 (Or wherever your System32 folder is located) it will register it.
  11. Just get an EO source and rewrite it. I am pretty sure it won't take much time and/or effort to get it running. (You will need to know learn how to code in VB6 to do this though.)
  12. You need the Visual Basic IDE, not the Visual C++ IDE. Get the Visual Basic 6 IDE and run the client from within. When the error comes press the debug button. A line of code will be highlighted. Paste that code here.
  13. First off edit prev post. Don't double post. And Eclipse reads images in an ordinal manner. This means that the next image number should be used. (If 10.png was the last one, 11.png should be the name of the next one. Else Eclipse won't load it into memory.)
  14. The question here is, is that what you want to do?
  15. Pictures boxes don't support transparency by default. You are going to have to use API calls. You can also just render the GUI. (I believe) The transparent colour being the first pixel. (Tiles are rendered like this. Just rip the code from there.)
  16. In your main code, replace SpawnNPC with SpawnPet
  17. Lets simplify stuff, cause I am pretty sure OP won't understand what Stein said. (And I am criticizing OP no Stein.) SpawnNPC sub takes in three arguments. The Map number, the MapNPCNum for the Map number and should the NPC be force spawned. The X and Y are taken from the MapNpcRec x,y. You are supplying four arguments. The X coord, the Y coord and the PetSlot. (Not sure what PetSlot is intended for.) You will have to make a new sub that will handle Spawning NPCs not there in the MapNpcRec.
  18. Nice work on the convert. I'll download the source later today (If there is any)
  19. > We kind of weren't enough? To be honest, that's why we never released. > > Whack is doing a great job, but he is requesting for additional help and we also need someone to work on features while he works on the UI. Minor edit, bug fixes, Auto updater. We have a really long list of things we need before our launch in July. I can help with the Autoupdater lol Just finished creating one.
  20. Delete Maps, Delete resources.
  21. I like the Main Menu GUI a lot. Is Sacra working on this or just you? And I like how you are enthusiastic about this game. I just hope you don't scrap it like Prospekt.
  22. For the first error: [Check this link out](http://support.microsoft.com/kb/176049) For the second one: [Check this one out ](http://www.vbforums.com/showthread.php?387765-RESOLVED-Automation-Error-2147417848-The-object-invoked-has-disconnected-from-its-clients)
×
×
  • Create New...