Search results

Desolation Mir2 (Med Rate Server)
  1. Ardbeg

    Idea To make Small/medium stones useful.

    Each stone you can easily craft then becomes worthless as a drop item itself. If small stones drop too readily, reduce their drop rate or create another need for them. Failing that, give them a reasonable value so its worthwhile to sell them to an NPC. If you still want to craft into higher stat...
  2. Ardbeg

    New atlantis reborn best server ever! Come see

    File does not exist.
  3. Ardbeg

    Ruby Ruby client needed help

    I replied to your pm. Didn't you check it ?
  4. Ardbeg

    Bob Hoskins... RIP :(

    Very sad for such a great actor to go like that. Mona Lisa and Long Good Friday are some of his best films. Typical English gangster films of their period. Check them out if you've not seen them.
  5. Ardbeg

    St Georges Day

    Myths and legends are littered throughout history. St. George was in fact Turkish and Ireland's favourite St. Patrick was actually an English missionary. Don't tell the Irish though lol.
  6. Ardbeg

    St Georges Day

    What's left of it, "Happy St. George's Day" !
  7. Ardbeg

    Ruby M2Server Help

    I think you're using an older item table that lacks all the columns required in the final release. I see two errors and recreated them both on my test server. Solving one will enable you to solve the other. Visit this thread and make sure you follow the piece about adding fields in the first...
  8. Ardbeg

    The Amazing Spider Man 2

    Stunning graphics don't cut it any more. Any film can have them with computers nowadays and just how many different ways can an explosion be made or someone get thrown through a wall ? The only reason to watch a spiderman film now is to see who the bint sidekick will be.
  9. Ardbeg

    How to open Korea wil & map files ?

    The C# library editor can read them and convert them to the C# lib format. Your other option is to use Dataviewer and the earlier Korean wil files.
  10. Ardbeg

    Mir Forever

    A good chance to create your own range of quests maybe ? Once you get into making them, they can be quite good fun, especially if you create new quest items too.
  11. Ardbeg

    [2.3] mir2.3 connection closed

    For offline usage, use 127.0.0.1 or your computer's local IP which is probably in the range of 192.168.0.x where x is 0-255.
  12. Ardbeg

    [2.3] mir2.3 connection closed

    Connection closed is usually associated with the client not actually seeing the server. Make sure your gates / ports are all open and the correct IP address is being used. Make sure you have the correct mir.exe and make sure any firewall / antivirus software allows your server and client exes to...
  13. Ardbeg

    Ruby Character Creation - only sin

    Delete the contents of Envir\Market_Prices and Envir\Market_Saved M2Server will then repopulate these with new data and should correct your shop errors. You also need to make sure you have created a new ritem.data with M2Server and copy that from M2Server directory into your client data directory.
  14. Ardbeg

    Laptop advice.

    That'll run Mir easily. The only issue is with Win 8 and some versions of Mir, Ruby especially, show transparent text entry boxes in game and the chat so it can be awkward seeing what you type.
  15. Ardbeg

    Other Can't open SQL Server Manager 2005

    Good stuff. There is an option for editing lines on the tables. It's set to 250 or something as default but you can get into settings and change it to 0 which means selecting that option will then bring in the entire table. Please be careful leaving the table open on screen and doing other work...
  16. Ardbeg

    Tutorial Script Lessons

    Your link gives Error 404
  17. Ardbeg

    Other Can't open SQL Server Manager 2005

    My version is SQL Server 2012 Management Studio, that's it. All in one beast as far as I can remember !
  18. Ardbeg

    Other Can't open SQL Server Manager 2005

    It might be with Mir but its not with Windows 7. I use SQL 2012 with Windows 7 and Ruby and have no problems. The only problems I get are from bugs in the Ruby files themselves.
  19. Ardbeg

    [Request] Open Office Information

    I just tried open office and it opens up the db fine. You have to create a new setup and tell it where to look but, after that, no problems.
  20. Ardbeg

    Other Can't open SQL Server Manager 2005

    The first thing to do is look for system restore with a date just before you added the toolkit. There's probably one there created at that install. Use the restore point and rewind your system to that. I would then consider moving to SQL 2012 as you're using Windows 7, SQL2005 is very old.