Search results

Desolation Mir2 (Med Rate Server)
  1. chimera

    Translating Files

    well I got a 3.38 working then overpatched with 3.55 files personally and it's still working :)
  2. chimera

    My D Menu

    look in your oodefault file, it can't find the guide book..... it may also be because your guide book text file should start like this: [@Mir3GuideBook] { #SAY Hello there <$USERNAME> what would you like to do?\\ {FCOLOR/1}[ Teleport Location ]{FCOLOR/12}\ and end like this [@EquipPro]...
  3. chimera

    Translating Files

    look for liquid silver files, they are part translated, yes they are 3.38 files but they still work fine :) I think kaori hosts them :) As for translating I would only be bothered with the bits people see ongame, like the #say and sysmsg bits, etc.
  4. chimera

    Items Shape

    Logically and in my experience it can't *shrugs* - are you sure the pixel size is the same in both images? example: fan for bag/inventory 64x74 pixels, fan for storeitem 24x32 pixels.
  5. chimera

    Making a server

    To be honest if you have time to play another server you are doing something wrong lol Be upfront with Elites owner, give them access to your forum as you have access to theirs and I'm sure you'd have no problem :)
  6. chimera

    Items Shape

    Inventory and storeitems are not interchangeable completely because in inventory weapons are large (multiple boxes), in stores they have to take up one small box or it looks silly. :)
  7. chimera

    Making a server

    What Ida said and spend a lot of time thinking about what you want to achieve and stick to it - players hate servers where the fundamentals change radically part way through. I'm talking about exp rates, item stats, pvp or non-pvp and stick to it. Give yourself a target level to achieve before...
  8. chimera

    Roses etc

    nope but you can program the diescript to give you another rose on death, however it will go in your bag.
  9. chimera

    Items Shape

    Shape column is used for numerous things in the sql database but where there is an external image on the character, as with a weapon then shape is the image number of the weapon in your weapon file in data folder (refer to my released work link in signature for more information). If you are...
  10. chimera

    Complet Server safe, why? need help

    You are so very welcome :)
  11. chimera

    Please Read If Your Concidering Building up A 3G Server

    If you are serious about setting up a Mir3 server and really interested, persevere, you'll learn so much more than you can imagine and no problem is insummountable :)
  12. chimera

    Complet Server safe, why? need help

    holley tab 3 screen 4, bottom 2 boxes on that page - top one is pkable character level , bottom one is gap between attacker and attackee in levels.
  13. chimera

    File problem

    data on character names is stored in multiple locations throughout the sql database, your easiest option is the go through, make all the character names listed in the game3g/character database then delete them through the normal game screen, this will stop permanently anyone else making a...
  14. chimera

    MakeDamageZone and MapSpell

    you can't set a mapspell or a damagezone to only hurt specific characters. #ACT Mov A0 %USERMAP Mov A1 %USERx Mov A2 %USERY Mov N1 %A1 Mov N2 %A2 Mov N3 %A1 Mov N4 %A2 ForMatStr "%s,%s" %A0 %N1 Mov A3 %A9 ForMatStr "%s,%s,%s" %A3 %N2 %N3 Mov A3 %A9 Mov A8 ",+d500, +t5, +h" ForMatStr...
  15. chimera

    Quick Rate Change w/o Reboot

    :D I've been messing about with Mir3 servers for over a year now and I can still say, I learnt something new :D
  16. chimera

    Is This Possible? :S

    In theory it would be a readsql and whatever the mc/sc type column is just do a quick #IF EQUAL D0 1 #ACT Mov A0 MC then display A0 instead of the number. Think you get the idea. I'm assuming you want to put in an item name or select an individual item somehow and see it's stats - should be...
  17. chimera

    Small one

    I don't know what you've done there but open log folder and it shows you any errors on loading.
  18. chimera

    Quick Rate Change w/o Reboot

    You'll have to explain that one because I didn't know....
  19. chimera

    how to check if graphics card is suported

    Logic tells me warranty is like a car warranty, if you mess with that specific part you invalidate the warranty on that specific part - but then that's just simple logic :) case in point: I was once told to take out a hard drive and take it back to the store for replacement because it was...
  20. chimera

    Mob Death & Spawn

    How are you going to check the %usernames of people in a group? I don't think that's possible (could be wrong but I've not come accross or heard of a way yet)....you can however check group size and spawn mobs in a radius around %username very easily and it's a less intensive script. :)