Search results

Play Now
  1. mStation

    Ps3 gamertag

    cause of its hardware ?
  2. mStation

    Ps3 gamertag

    surely it's the direct factor that sony and microsoft as put in thier consoles.. i can't give credit to sony being better cause konami created MGS for it.. or can u? anyhow i'll leave conversation.. it was OT anyways.. and just to clarify.. i thought it would have been just a better compare to...
  3. mStation

    Ps3 gamertag

    as far as i can say.. this is ridiculous.. there is no need to talk about games as i think we are talking about consoles.. i don't know if this makes sense for u but if we want to compare them it should be done on the hw part of the console and what it can offer.. ovviously games depend on how...
  4. mStation

    2.3 Server Guide - Idiot Proof

    i just realised that some people really really really mess things up because they don't read.. i don't know if this might be one of your cases but in this guide i wrote: C:\mirserver\DBServer\dbsrc.ini SQLType = mssql SQLHost = 127.0.0.1 SQLPort = 3306 SQLDatabase = mir2 SQLUsername = sa...
  5. mStation

    2 Mir Servers On 1 Pc?

    changing ports is ovviously the base part.. u cant have to services running on the same ports.. also the second client which will need to connect to server number 2 needs to have in server.ini the ports setted.. else use 2 pc's :) anyhow.. i'm not sure if u gotta hex the gates as lifco says...
  6. mStation

    New Files Worth?

    i was looking at the source and code didnt look this bad.. as i know c / c++ bit well i thought i could have made it but i must recon that i dont know how to turn around with all those components to install to get the sources to compile correctly.. maybe with a little guide i could quickly learn...
  7. mStation

    My Rebirth NPC

    i feel the script is quite long and messy but looking at it it also seems to work so who cares :D not sure if i'm going to try it but if i will think to implement a birth system i will code one and compare.. surely it can be improved (not because it's ur first script) but because everything...
  8. mStation

    Qmanage/Qfunction help

    i think fire already said all the things u needed to check.. if u can't get it to work u can try again without call function and see if you can make it work properly.. i think before u had problems with the @functions and a few BREAKS missing.. thats all
  9. mStation

    My Rebirth NPC

    nice script.. very nice.. i'm not sure if i will be using.. while i was reading it i saw this.. i think its a mistyped letter :) [@warrior10] #IF #ACT renewlevel 10 40 10s ADDNAMELIST Rebirth\Rebirth10.txt set [4010] 1 SETRANKLEVELNAME %s\Rebirth10 SENDMSG 1 "Congratulations! <$USERNAME> has...
  10. mStation

    Assassin Files (UC845 Version 0908)

    maybe it will still be possible hexing it to something else!
  11. mStation

    New Files Worth?

    release is very near then :) i will surely make some testing for u on the files so u can fix the possible mistakes u have missed.. :) and i think i wont be the only one :D
  12. mStation

    New Files Worth?

    great news.. i see most of the work has been done.. i must say, as other said, that u really are working quickly with the files!! :)
  13. mStation

    New Files Worth?

    you surely are very speedy.. btw u know chinese or use a translation app to know what it should mean?
  14. mStation

    Legend Of Mir Flashgame!

    it was horrible :D :D
  15. mStation

    New Files Worth?

    nice work.. is pikachu something u decided to put? if yes why could i ask?
  16. mStation

    New Files Worth?

    what happened? Azura felt to continue on his own? about releasing the source i believe it won't be a problem since we can all access it.. also preacher has shown us the link.. ovviously its the non translated ones but now or later someone will release them so its better to have them now no? :P
  17. mStation

    help

    what azura posted works for me.. did u copy the second script or the first :P ? are u using td files?
  18. mStation

    [@LevelUp]

    as far as i know > is greater than and < is lower than.. 10 > 5 TRUE if CHECKLEVELEX > 30 means that if player is lvl 29 it does 29 > 30? says FALSE and jumps.. if player is 30 does 30 > 30 and says FALSE and jumps.. if player is 31 does 31 > 30 and says TRUE and ACTS.. this is how it should...
  19. mStation

    [@LevelUp]

    yes.. putting >30 will give 500k gold for each level the players makes after level 30
  20. mStation

    [@LevelUp]

    this code must go into the QFunction-0.txt in the Envir\Market_Def since the QManage works only at [@Login]