Search results

Desolation Mir2 (Med Rate Server)
  1. CheekyVimto

    Xtreme Scripting Lessons

    your welcome :)
  2. CheekyVimto

    VMWare and 3.55

    Just a quick question to all, I've been in the Mir3 Field awhile now, and I want to release a helpful tool for all new server hosts. But I've run into somewhat of a problem. Hoping those that read this have some experience with VMWare I've installed windows XP Pro SP2 (with integrated...
  3. CheekyVimto

    Dayofweek

    Here you go. /cheeky [@checkday] #ACT MOV A1 "" #IF DAYOFWEEK MON #ACT MOV A1 "Monday!" goto @textdisplay break #IF DAYOFWEEK TUE #ACT MOV A1 "Tuesday!" goto @textdisplay break #IF DAYOFWEEK WED #ACT MOV A1 "Wednesday!" goto @textdisplay break #IF DAYOFWEEK THU #ACT MOV A1 "Thursday!"...
  4. CheekyVimto

    private mir situation:

    I know I don't have much Mir2 Server experience, but this affects all servers. As soon as you start getting the 1000x stupid rate servers with no added content the game is literally ruined. Then you get the 'good' hosts that really want to put all there effort into giving the chosen game a new...
  5. CheekyVimto

    Servers these days

    You've just displayed the primary reason why the lower rate servers do much better, they dont have people like you in them :/ /xtreme x x
  6. CheekyVimto

    Spawn Editor - Any Use

    Good luck with the development, if you need any more info, just pm me i will answer what i can. see you next month ;)
  7. CheekyVimto

    Spawn Editor - Any Use

    i might do i will have a look now
  8. CheekyVimto

    Spawn Editor - Any Use

    Honestly I can say a spawn editor is always useful. every likes to make new areas and spawns and drops are always the most danting tasks lol. Feature i think people would benefit from are: - Fetch Monster Details (direct from sql or from export file) - Reading Map Names and file names straight...
  9. CheekyVimto

    MirCraft Request

    we started on this but have it on hold for a while.. its not that little of a project. We couldnt seem to figure out the command for having 2 seperate teams and the server distinguishing between the two and a few other complications
  10. CheekyVimto

    [ Emergency All Server Hosts]

    the accounts accessed were not random, they were accessed in alphabetical order like someone had a list of username and passwords and went through one by one, the only way someone could have that information would be from an accounts database. We know for sure it wasnt a direct hacking as why...
  11. CheekyVimto

    [ Emergency All Server Hosts]

    email address tied to that ip [email protected]
  12. CheekyVimto

    Area only Accessible by Server Hosts

    have to say a closed area for servers that have been up in access of 4 months would proberly be a good idea, that way as mentioned a global ban list could be formulated between us all. just a thought
  13. CheekyVimto

    WeMade running out of ideas???

    the pigface items would be the year of the pig celebration items i would of thought? not sure just most sense I could make from them.
  14. CheekyVimto

    Who likes CARS!

    I'll let ya.. as long as i can run over ur head in my wildcat :P
  15. CheekyVimto

    Have working cheat to 3.55

    Check your pms guys, .....20 chars...
  16. CheekyVimto

    Xtreme Scripting Lessons

    2 more lessons added, forgot to update here: [ Lesson 006 - Flags and Quests ] - Difficulty: Intermediate [ Lesson 007 - Variables and Advanced Functions ] - Difficulty: Advanced
  17. CheekyVimto

    Reincarnations.

    reincarnation works in increments of one. as dem said each time you use the command your reincarnation level goes up by 1, and your stats / levels are changed as per your cd.ini settings. and as ida said, there is a way to check them using the said command each reincarnation also has a...
  18. CheekyVimto

    3.55 and stditems

    I'm up to 2300+ so must be something wrong in db structure somewhere?
  19. CheekyVimto

    buying files

    you tend to learn a lot more by translating ones yourself, makes for easier server running in teh future when you have to debug :)
  20. CheekyVimto

    Incrase Group hunt Exp rate

    Use Mondie Triggers, to run for the single script (not group) use the #IF command CHECKGROUPCOUNT (number stored in P9) and use a formula to your liking, example MONDIE TRIGGER [@main] #IF CHECKGROUPCOUNT #ACT MOV D1 %P9 goto @groupbonus break [@groupbonus] #ACT MOV P2 %D1 ;Total...