Search results

Mu online season 21 - grand opening
  1. Ardbeg

    Ruby Odbc

    Great stuff !
  2. Ardbeg

    Ruby Odbc

    Under UserDSN, select a database and then select Configure. Name = Database name ie LOM2Account, Description = blank, server name as XYZ-PC\SQLEXPRESS or similar. Have the ODBC set to work with SQL authentication like the main database and tick the tickbox for connect to SQL. Enter the ID and pw...
  3. Ardbeg

    Ruby Odbc

    Can you open up the tables in SQL Studio ? Ignore that, I just re-read your initial post.
  4. Ardbeg

    Arcadia Server

    Not sure what windows you're using but try running the exe as administrator and/or set it to XP compatibility.
  5. Ardbeg

    Print Screen

    A simple tip. Print Screen saves the current screen view to the clipboard. (As we all no doubt know.) Did you know.. Alt+Print Screen saves just the active window to the clipboard. This can be handy and save a lot of time.
  6. Ardbeg

    Ruby Odbc

    Do you have any drivers listed under the drivers tab ? ... and have you added the particular tables you want to connect to ? It might be an issue of a missing driver due to differences between windows version and SQL version.
  7. Ardbeg

    Ruby Odbc

    Any error messages ? Is it the ODBC connection is failing or the game is failing to connect to SQL via ODBC ?
  8. Ardbeg

    Korean Mir - YD online

    There's a new icon on the Korean official patcher and it's YD online. It's also in game and a YD NPC gives you YD items. After looking up this name, it seems they're a long established Korean business a bit like Wemade and have their own portfolio of games. It might be some reciprocal...
  9. Ardbeg

    Poncing Dreamweaver CS3

    I have Macromedia 8 suite but that's a bit old now. I mainly use it for ftp etc. and for how it keeps everything in order.
  10. Ardbeg

    Poncing Dreamweaver CS3

    Dreamweaver CS3 Hi. Does anyone have a copy I could download ? It's on an old pc atm but no disk. I have a genuine key just no media. I've tried many downloads but they're all either down or dodgy adware. Cheers.
  11. Ardbeg

    [1st NPC] Pet Rental

    > means greater than, < means less than. So if you say #IF CHECKSLAVECOUNT => 1 you're asking if the count equals or is greater than one, this is the same as saying it doesn't equal zero but, instead of just checking if there's one, it checks for any number higher than one. Some of your...
  12. Ardbeg

    [1st NPC] Pet Rental

    If Bon's reply works, you have your solution. (I'm not 100% on Heroes NPC commands) CHECKSLAVECOUNT = 0 is what you should be looking at. Add a clause to the start of your script to test if CHECKSLAVECOUNT > 0 (or CHECKSLAVECOUNT >=1) then tell the user they already have a pet and can't have...
  13. Ardbeg

    Needs Sorting

    TDB always was high on MP usage and rightly so, it's a skill that turns a basic fighter into a powerful warrior.
  14. Ardbeg

    Heroes some ideas

    What are you going on about ? You seem to be talking to yourself. Taos already have a self healing skill and mass healing will eventually heal to full. If heal worked to 100% in one go, it would make mob damage pointless.
  15. Ardbeg

    Coders

    Sign up to Microsoft Virtual Academy then look for beginners courses and C#. Also look for Bob Tabor. Watch the lessons within the academy with lessons starting from the very basics. All free.
  16. Ardbeg

    [2.3] Setting online

    Which was ?
  17. Ardbeg

    [2.3] Setting online

    Can you now have local and external connections at the same time ?
  18. Ardbeg

    [2.3] needing help

    Do you see typing once you press return and its scrolled ? It's how Win 8 sees the editboxes that Mir uses. Possibly the background colour of the editbox or some Z index issue. I have the same problem on my Ruby files too.
  19. Ardbeg

    [2.3] needing help

    Let me guess, Windows 8 ? Don't think there is a fix for older files like 2.3 or Ruby.
  20. Ardbeg

    legendofmir.co.uk

    Looks very interesting. Does the spiderweb style display only change when the attribute numbers are changed or can you manually drag the graphic within the limits of available values ? In other words, simply drag the graphic on the fly rather than have to inc/dec the numbers ?