Search results

Mu online season 21 - grand opening
  1. Coly

    3.55 Key

    Switch the OS from 64bit to 32bit, 1&1 have normaly the Option. If it a 100% Virtual Mashine then it is not so easy and more Problems with Mir3 come up. We use on Illusion Server ever 100% Root Server no Virtual things... Made the live easy with Mir3.
  2. Coly

    3.55 Key

    yes it work with the 64bit Core, internal it use not the things for 64bit it use 32bit range. With the function for ProcessMemory Manipulation it use the same function as 64bit, for this it give not a only 64bit function. Microsoft have change Heap interner to fix some bugs and the old way don't...
  3. Coly

    3.55 Key

    The Problem on all is only the Structure in Kernel Core, on 64bit and some new Virtual System it use the new Structure for WriteProcessMemory and ReadProcessMemory, Arma Crack and 17ng use the older Way and this don't work on 64bit systems. If you say Emulate this EXE with 32bit then the Core...
  4. Coly

    3.55 Key

    -.- then don't ask for help if you know it better... if you search here in the Forum you find the same question "Mir3 3.55 key Box"
  5. Coly

    3.55 Key

    Use 32bit, you can't Mir3 Use Correct with 64bit OS
  6. Coly

    Server Count

    ^^ I have it found out :P long time ago It is Hard Codet in the Server, you can it chang only with other External Tools, find the Correct Position in Memory and Patch it with the English Text like "Player Online:" ... for 3.5x I don't have it made, only for 3.38 and 3.40 Server.
  7. Coly

    unterminated #call(#loadtext) procedure

    yep nightwalker have right :)
  8. Coly

    unterminated #call(#loadtext) procedure

    This is not the problem Script Hallmat, search for the script caller... mean : other script say #CALL "you showed Script here" and on this position is your problem. Please show me the Caller Script. ;-)
  9. Coly

    FP check

    naaaa ... P0..P9 is a local var and you can't it give to a other function. use D or N... Next you have this : ELarge : the Command check Equal_and_Large ESmall : the Command check Equal_and_Small If you build a check script you need more checks to get a Correct end Value. On the other hand...
  10. Coly

    FP check

    ok better exceple for you ^^... I hope you understand it ... [@MyCheckFunction] #IF CheckFame #ACT Mov N4 %P9 Goto MyGiveFunction(%N4) [@MyGiveFunction()] #ACT Mov P1 %ARG(1) #IF EQUAL P1 1 #ACT Give XYZ 1 SysMsg "Bla Blub" Break //Stop the function and go back to caller...
  11. Coly

    FP check

    ahmm I don't see your problem o.O #if CheckFame #act this put the FamePoints this the User have atm to P9 and with P9 you can all Check with #if EQUAL P9 10 #act ec.
  12. Coly

    Stargate Atlantis

    ^^ I love this series, last week I have look episode 3 (1-20) and now I wait for episode 4 \o/
  13. Coly

    Silkroad - rich peoples game

    ^^ yes atm over 90% Cheat... If you don't know me, I can you say, we have spoken with JoyMax in Germany on the GC ;-) . JoyMax is looking for a new AntiChatEngine.
  14. Coly

    server files

    Better he look on the Stickys and then he find all he need...
  15. Coly

    Level Cap

    tbl_Level on Bothen Tables ?
  16. Coly

    Level Cap

    Lower 3.55 can't higher then 255. 3.3x , 3.4x has max Level 255.
  17. Coly

    Map Editor

    ^^ ok , we wait of your Editor ... GoGoGo.. In Mir3 the Interest to make things is low...
  18. Coly

    Ms Sql

    -.- Illusion Server (Mir3) runs with MS-SQLServer 2005 Express and we don't have problems... you need to Convert MSSQL-2000 to MSSQL2005, I don't see a problem, the last SQL 2005 Convert it without problems... If you get Errors from SQL Server 2005 then say it to me and I remember the Solution.
  19. Coly

    Ms Sql

    Use MS-SQL Express Version ... No Limits and Free.
  20. Coly

    Help on Script Please

    -.- you host a Server and can't a bit littel test self ? so you don't lear Mir3 Scripting. How is the Problem now ? made a NPC on a Test Map and then look for the Position then use it like X1=Pos X X2=Pos X+1 Y1=Pos Y Y2=Pos Y+1 then made a Call in the NPC and Test your Script. To find all...