Search results

Play Now
  1. Coly

    JOB Server Files Wont Load

    No problem ;-)
  2. Coly

    JOB Server Files Wont Load

    Search the Forum, you can find many many posts to this... like here : http://www.lomcn.co.uk/forum/showthread.php?10845-Server-Problems&highlight=Read+Emergency+Map or here : http://www.lomcn.co.uk/forum/showthread.php?57107-Start-timer&highlight=Read%2BEmergency%2BMap search with...
  3. Coly

    Can you reconise these files

    yes it is the first JOB Version. The visuo.dll ;-) is only used by Job files...
  4. Coly

    New wtl image libs replace wils

    have fun to try it out ;-) ... PS: we have allready a look on this problem but at the moment no luck. Only the Header we have done. I know Wemade use a DDS - DXT Format but no idea with the correct Format....
  5. Coly

    [Mir3 Map Editor]

    Only on the same pos as the Mir3 Client Exe. PS : if no luck check the Log file
  6. Coly

    Mir3 shadows

    Cut Alpha out with DirectX: FDevice9.SetRenderState(D3DRS_ALPHABLENDENABLE, iFALSE); FDevice9.SetRenderState(D3DRS_ALPHAFUNC , D3DCMP_NOTEQUAL); FDevice9.SetRenderState(D3DRS_ALPHAREF , 127); FDevice9.SetRenderState(D3DRS_ALPHATESTENABLE , iTRUE); with Render States it...
  7. Coly

    Mir3 shadows

    Yes/no you need for your Shadow only Upper Left and Upper Rigth Coords moving... OK : .... ------------.... ... * *... ..* *.. .------------. Not OK : \ * \ * \ \ \ * \ *
  8. Coly

    Mir3 shadows

    Direct2D is new system and Wemade use DirectDraw. Direct2D is a bit like GDI+ but you can use it in C# and VB.net very easy. Sample : http://msdn.microsoft.com/en-us/library/dd940321(v=vs.85).aspx over Direct2D: http://msdn.microsoft.com/en-us/library/dd370990(v=vs.85).aspx that what you need...
  9. Coly

    Mir3 shadows

    ^^ then have fun.... You can it do in a very bad way : made a Render Target Texture, add your Char, dark it and then Rotate it etc. I have play with this way for a long time and I dislike it... If you made it only for OS up to Vista you can use the old way thats Wemade self use over Direct2D...
  10. Coly

    Mir3 shadows

    you use DirectX 3D ? means D3DXSprits ???? If not write the way you bilt the Textures
  11. Coly

    new mir3 map format (.wtl)

    Farphit say right, wemade switch at the moment again to wtl file. I had spend one hour to look over this format, at the moment I have good the File Header and the Image Header and the Index System finish. I know the Texture format is a DDS Format but at the moment I can't 100% say the correct...
  12. Coly

    :: New Mir3 Source discussion Thread ::

    C0 : Black (if you have a Black background allready then you can ignor it and speed up your Code) C1 : Alpha Channel FF (255 - No Alpha) C2 : Alpha Channel 7F (127 - 50% Alpha) ;-) Here my very old and a bit little bad code in Delphi... function...
  13. Coly

    General questions

    and better use Core oder Quad CPU, it made it easyer, the server use from time to time 99% CPU. If you have a Core CPU it use 50% and you have 50% to work on the server.
  14. Coly

    Problem with map editor

    witch Map Editor you mean @Yolom ???? The Old one or the Illusion one ?? For the Illusion Map Editor ask here : http://www.lomcn.co.uk/forum/showthread.php?65825-Mir3-Map-Editor/page3 Please Post Info like MapEditor Version you use, your PC Specks etc. .. and then we can look...
  15. Coly

    starttimer exception (weird one)

    You have a problem with your Monster DB, check the Mon txt files, spawns etc.
  16. Coly

    [Mir3 Map Editor]

    You can put a Number 0-255, one nummer say the correct AnimationTime and the used Frame Set. if you put the wrong number to it it looks very bad or your Client Crash.
  17. Coly

    [Mir3 Map Editor]

    ^^ it is not so easy... The Cell has some information and two is for the Animation ID this IDs say the Game that Front or Backobject is a Animation and the correct Time/Frame Set. you can't put a 0 or 1 to it, you need the correct ID.
  18. Coly

    [Mir3 Map Editor]

    The Editor can't add Animation. All I have see is thats PtW has only a little bit on Animation and I don't know if it realy needed for the editor.
  19. Coly

    Kill slave script

    http://www.lomcn.co.uk/forum/showthread.php?56117-Illusion-Mir3-Script-Editor-V5 or http://www.lomcn.co.uk/forum/showthread.php?61035-script-editor-checker-every-script-makers-best-tool&daysprune=-1
  20. Coly

    No Map viewers working

    Yes I allready write the solution to the last page...