Search results

Mu online season 21 - grand opening
  1. Sanity

    F.H Server [Test]

    RunOnWan setting in dbserver, go and change that back again. No you should see that "?" turn green and if it's not then you need to check Login Port. ---------- Post Merged at 04:16 PM ---------- Previous Post was at 12:58 PM ---------- Fix for DBserver and Login should look normall now. The...
  2. Sanity

    F.H Server [Test]

    I see whats wrong, your gamecenter is adding +1 port to your gates so your current problem now is your rungate, for that you forward the ports 7200,7300,7400 but the gamecenter has changed them to 7201,7202,7203 so just either forward them or go and change them in rungate config.
  3. Sanity

    F.H Server [Test]

    You talking about DBServer? Because it's ok, it's just not connected to a Datasource because i changed it to Access, i just didn't ignor it, you should be able to connect but also your LoginGate Port is 7001 so if you forward 7000 just change that.
  4. Sanity

    F.H Server [Test]

    Go to DBServer/Config.ini Look for "RunOnWan" and chnage it to..0 i think or if it's on 0 then change it to 1. Had problems with this setting myself.
  5. Sanity

    F.H Server [Test]

    Yes same as the other files.
  6. Sanity

    Woool2 SQL Server Files

    Run the launcher as Admin.
  7. Sanity

    [Approved] Chronicles [AceM2] Discussion

    Re: Legend of Mir Chronicles [AceM2] I seen a poll on forums and like 90% of your server didn't want the increase cap but i not played for the past week or so, so i thought maybe there more 65s but no, only 13 lol. Logged in game and noticed there a few level 65 items in game now and i...
  8. Sanity

    Woool2 SQL Server Files

    Same as above, check Logingate/config.ini and check the port is the same as your client ini.
  9. Sanity

    Woool2 SQL Server Files

    Run GameCenter as Admin.
  10. Sanity

    Woool2 SQL Server Files

    Because it can't connect to SQL, if you wait a moment it should start and show a error with SQL.
  11. Sanity

    Woool2 SQL Server Files

    All databases are in SQL or you can use the DBTool inside DB Folder. Also these files are not stable, the source is available to fix but if you want a much more stable version and better overall then i would use F.H version, there is a problem reading character data with SQL version, i could...
  12. Sanity

    Woool2 SQL Server Files

    LoginGate/Config.ini Check Port, if it's 7000 then you not forward ports.
  13. Sanity

    *Working* SGL Editor

    Yer it's Windows 10 that was causing the problem, installed VB with XP and got it working on that. ---------- Post Merged on 05-09-2016 at 12:29 AM ---------- Previous Post was on 31-08-2016 at 03:35 PM ---------- Managed to get the C++ SGL Editor working so there now a English editor on...
  14. Sanity

    New profject WoOOl C# Maybe?

    Tiles and Object structure different from the rest of the client files on mir? I been messing around with the RPGViewer to get all woool files working with it including the new client files but the structure of tiles,object,smtiles is differet from the rest. This normal and it needs to be...
  15. Sanity

    *Working* SGL Editor

    yer not sure why it's doing that, i don't recall windows 7 or XP ever picking this up as a virus.
  16. Sanity

    *Working* SGL Editor

    No it don't need any files to run, am getting the same, runs in the background but dose not start, i thought it might be windows defender but tried everything but still won't open.
  17. Sanity

    *Working* SGL Editor

    Can someone test the old SGL Editor on Windows 10 and tell me if they can open it, it won't open for me and i just want to check if it's because of windows 10, i know it worked fine for windows 7. http://www.mediafire.com/download/4118d46ai96xgl2/1.8SGLEditor.rar Editor in SGL.2 folder am...
  18. Sanity

    New profject WoOOl C# Maybe?

    I would of thought the map contained something like get image > index 3 from Object3.sgl or something like that? I will test it with a small map, find the tiles and objects for the map and put them into C# format and see if it works, can't see it tbh lol. Making the maps from scratch is another...
  19. Sanity

    New profject WoOOl C# Maybe?

    I don't know much about Maps if am honest but do the index images in Objects / Tiles have to match the Map? Because the SGL editor exports the images in random order, so would that mean you would need to export 1 image at a time? also dose this include blanks as the sgl editor dose not export...
  20. Sanity

    New profject WoOOl C# Maybe?

    So you want to recode the C# Client to read SGL? I wouldn't go down that root personally, we just don't have the tools to work on SGL files. What i think is the best way to go about this is using the old .map format but editing a mir map editor to read SGL instead of WIL, we already have the...