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

Mellowz

Members
  • Posts

    379
  • Joined

  • Last visited

    Never

Everything posted by Mellowz

  1. @The: > That helps how? What steps did you take? The VB6 IDE isn't fully compatible with Windows Vista or Windows 7, so it's warning you. Just run the application (or in this case, the installer) and install it. I haven't noticed any side effects except for sometimes the IDE crashes when shutting down VB6 applications in the IDE (which makes the IDE stop responding, forcing you to close it).
  2. Mellowz

    RTE:91???

    Register the DLL and OCX files in your client-side Data folder. This error occurs because the client (or server) is trying to create a new instance of a class or variable and fails. Right now the client (and server) catches the error, but if any sub-routines or functions are used regarding that class or variable, then it will raise that error as the class or variable was never created.
  3. Register COMSocketServer.dll.
  4. @Zangai: > Ehm, thats just what I said. There is no Config.ini in the Server folder. So why does the Server.exe require it? On another PC I got it working without a Config.ini. > > **Anyway, the problem just miraculously resolved itself, dont know how, and dont know what caused the problem in the first place…** The current 2.8 is un-official. The official 2.8 will be released to public shortly… it's already on the Vet forum for beta testing. Also, I assumed you meant "Data.ini" since you were talking about the server.
  5. @Sokachan: > Can I get some quick help on how to add more than ten tile sets, also If i try to use scripts to warp to another map only allows to warp from map 1-25, so If I wanted to warp to map 51 it wouldn't let me, tells me invalid map number. What do I do to increase this. Might be a bug. I'll have to check this out. (;
  6. @Zangai: > What to do? There isn't even a Config.ini in the directory. That's the problem right there.
  7. Make sure dx7vb.dll is registered on your system.
  8. Mellowz

    [FIXED]

    @[THE-KRIS: > link=topic=51898.msg546141#msg546141 date=1253116928] > okay so i keep getting the error "Out Of Memory" on > > ``` > Public Sub WriteBytes(dbytes() As Byte, Optional thenShutdown As Boolean) > Call mvarSocket.Write(dbytes, thenShutdown) > End Sub > > ``` > i can only find twice where this is used in the source and its in > > ``` > Sub SendDataTo(ByVal Index As Long, ByVal Data As String) > Dim dbytes() As Byte > > dbytes = StrConv(Data, vbFromUnicode) > If IsConnected(Index) Then > GameServer.Sockets.Item(Index).WriteBytes dbytes > DoEvents > End If > End Sub > > ``` > and in the same sub in ClsCommands > > any ideas? i dont do sockets so :/ help ???? > > also when loading the server i get "Invalid Call or Procedure" on > > ``` > Public Property Get Item(vntIndexKey As Variant) As clsSocket > Set Item = mCol(vntIndexKey) > End Property > > ```on the set item bit, but in Sub InitServer if i change > > ``` > ' Get the listening socket ready to go > Set GameServer = New clsServer > > ``` > to > > ``` > ' Get the listening socket ready to go > Set GameServer = New clsServer > MsgBox ("Click ok.") > > ``` > then it works, why would that make a difference? Somebody from Mirage Source re-compiled the DLL to use an un-godly high byte string so stop packets from being fragmented. I'm going to change it back to the default size and it should fix this issue.
  9. Does the GUI folder exist with Login.jpg?
  10. Mellowz

    Help

    You can't use VB6 Portable on Eclipse.
  11. Mellowz

    Pause Command

    @Kimimaru: > Anyone? What exactly are you trying to do?
  12. Mellowz

    Block Avoid.

    @xelander: > This can be soooooo easy coded in sadscripting. Show him an example, then.
  13. @Dthen: > Using EE 2.7, would it be possible, when a scripted tile is activated, say, to have the client load a map from a file either not in the maps folder or not following the "Map##" file naming syntax? > > If so, would this be possible via scripting? > If not, would this be possible via source editing? > If it would be possible via scripting and source editing, which would you recommend and why? > How large a source edit would this require? > Would this be easier in SE 1.0? This would require a source modification. Why? What did you have in mind?
  14. @Raffa50: > Where can i download this encriptor??? You'll have to make it. I can't wait!
  15. Mellowz

    PLEASE HELP!!!!

    @kalisav: > IAM GOING INSANE!!!! i spent 6 hours trying to down load this… there is so many erros... i havent bin abl eto download the library!!! why is your down loader so bad D= why cant you just make it i just have to down load one thing... > > (oh and did you make this software and graghics??? or is it a prodyct from clickteam??) Our downloader? I have no idea what you're talking about. If you can't solve a simple downloading problem, then I don't think you should be working with simple applications like Eclipse.
  16. @Raffa50: > How can i cript/encript .RBO files??? You'll have to implement that encryption OR you can use a reference file to compile the BMPs into the application.
  17. Mellowz

    Game Questions

    You have to script quests. You can use scripting for quest items, too. The cool thing is you can put it right in their inventory.
  18. If it's written in AutoIt, then that's why you might be getting that DLL issue.
  19. I'm buying a PS3 in about two weeks when the new flat version comes out for Blu-ray.
  20. @Soroki: > Will this work for item or NPC names as well? Yes.
  21. Mellowz

    Few Source questions.

    @[SB: > ¤Valkrie¤ link=topic=51473.msg540493#msg540493 date=1252258677] > Yeah built in Eclipse doesn't support a built-in quest editor yet. You can do all of that with scripting.
  22. The solution is SendDataToMap() instead of SendDataTo() in the sub-routine Packet_Attack().
  23. @jangofett287: > right, just checked with my dad (he's a computer technition) and he says your page file needs to be bigger that way your server will have more space to deal with the commands: > > * on your start menu, right click on my computer and go properties > * click advanced and click settings under performance > * click advanced and click change under virtural memory > * at the bottom you will see minimum page file, total page file and recommended page file, you need to make shure your page file is bigger than recomended > * click custom size and put an amount bigger than the recomended in the first box(about 1500 should normaly do it) > * set the maximium size to about 1.5-2 times the minimum (about 3000 for me) > * click OK on all open dialoug boxes and reboot your computer and you should be fine > > *I do not accsept responability for any undesired operation caused from following this guide, this guide is designed for windows XP i can not garunte compatability with Vista or windows 7 This is a bug, though. The default size (1MB) is fine for just about any type of game (even 3-D MMORPGs). The problem is something got stuck in an infinite loop (which I doubt), or a structure got too big in memory (probably what happened). I've never seen a error like this before in VB, but I'm sure it has to do with the way Mirage Source was designed. You should still send me your server and client if the problem still exists.
×
×
  • Create New...