Search results

  1. Coly

    Vista + 3.55

    You can it test without the UAC-System from Vista, and ahmm I believe you can say it is a Not Vista Software and then it can run normaly.
  2. Coly

    Read Error (STDITEMS.DB). Code=-10824

    then Check the DB, if the DB not broken. I hope you have set the Primary key with not running Game Server ^^. the Monster , Item and Magic DBs the Server load at first and then it don't need them.
  3. Coly

    Variables and additions?

    This you can use for SQL or for other ^^ I see no problem.. It give more Commands like this.
  4. Coly

    Variables and additions?

    :) the other way with FormatStr is : FormatStr "('%s %s %s')" %A1 %A2 %A3 <$OUTPUT(A9)> The Output is Save in A9.
  5. Coly

    Variables and additions?

    @idaBigA : FormatStr "('%s')" %A1 <$OUTPUT(A9)> ^^ is a bit better ..
  6. Coly

    Wool items

    KaoriMIM can't open SGL file, only the SGLViewer from GameSprite2004 can it or the Translatet Tools from him.
  7. Coly

    CruelDragon Error

    For all : this come with CD.exe Crash or false Close the exe.
  8. Coly

    Mir3 - Developer Question...

    @Skunkmeister, have you stop now the work on Mir4 ? mean you have the old Problem with Offsets ? I know you have say for long time, you work on other Games like FF. and so... Other Questen, if you have interest to reactivate your old Project for Mir3 for the Comunety like the DM2 or Carbone...
  9. Coly

    Mir3 - Developer Question...

    Ok at first I see you don't know dot.Net ^^ ... all languages on Dot.net made Jit-Code not Mashine Code, so it Compile on the fly at Runtime, is the old Basic way with a littel bit change, it don't compile the full Programm it Compile only the needed function at runtime, so you get it faster as...
  10. Coly

    Mir3 - Developer Question...

    The same I have made with Delphi, without Pixel Shaders, the Point to don't use Shader is the most User play this game, because the requirements are low. Shader Suport say then you can Only play the game with GFX-Cards with PS-1.1 and higher standards. You don't need Shaders to make Stoned...
  11. Coly

    Random Take

    P is only local for a function, you can't use in other function D is Digit N is Number Global A is String B is String Global The Server it self have a littel bug, I have see it override the Globals if 2 or more Player use the same Var type. So I have all my Function Modify with P if I can.
  12. Coly

    Mir3 - Developer Question...

    the old Mir2Evil Code (c++) I have Client/Server long time...
  13. Coly

    Random Take

    Made it better with functions Variables (P1..P8)... mean don't use for this Digits D1..D9
  14. Coly

    Mir3 - Developer Question...

    Post the Source or the Info over the Source , mean the Initial Language C++ or Delphi ... atm I know , DM2 and Mir2Evil(c++ sources very old) idaBigA, Delphi is a very easy Language and made for Uni, tounderstand fast OOP ec...
  15. Coly

    Mir3 - Developer Question...

    o.O Mir3 Palette ? hehe the Mir3 Image is a 32bit Image and on the Client used as 16bit , Wemade Convert the Image to Manipulate it easy on a DirectDraw system. If you use DirectX9 with blitting it via the 3D System you don't need bit change.
  16. Coly

    Mir3 - Developer Question...

    If you plan to make Server System without a new Client you need the Full Communication Protocol, this we have atm to 20% not more :-/ If you Plan Server and Client then I give you the Tip, use the DM2 Project and adpt the Mir3 things, it use the same Engine as the Mir3 System. The Client need...
  17. Coly

    Mir3 - Developer Question...

    This all I made it to get the Mir3 Section a bit Up like the Mir2 Power. Atm on Mir3 work a Hand full on littel Tools with littel Knowlage for harder things. Understand, I don't made things fully, I only help to get it running, with Idea, Code, Knowlage, Help and Tut's. Atm I have to many things...
  18. Coly

    looking for working job exe

    ^^ I use the last working UK exe , but my is modify and new packed.
  19. Coly

    Mir3 - Developer Question...

    Is it not better to make a SVN for Mir3 Dev. , to have a Start point ? Need then a littel Team with Mir3 Coder to fill it with Code and Knowlage and new Ideas and Tools...
  20. Coly

    FlameRing & RecoveryRing

    No it is not possible. both based on a ID for Special Items...