Search results

  1. chimera

    [CD3.55] Armadillo

    get a program called trashreg and use it to delte any entries associated with armadillo, then reuse armadillo and will work.
  2. chimera

    [Other] SQL Dupes.

    I extract to microsoft excel delete/edit then import again.
  3. chimera

    [CD3.55] Files

    highlight the password, copy and paste. user is always mirfiles, password changes regularly.
  4. chimera

    [CD3.55] Problems with graphics on server

    it's cracked... will try netcheck/loader and server reinstall during week. have followed normal netcheck/loader and correct order of starting server but maybe over past 2 yrs something got corrupted with files. Good job everything backed up :) Thx for thoughts. ---------- Post added 10-07-2012...
  5. chimera

    [CD3.55] Problems with graphics on server

    You didn't read post properly, I ran server for 2 years, files havn't moved off server/computer since then so why on relaunch does it not work?
  6. chimera

    [CD3.55] Problems with graphics on server

    Bearing in mind I ran a server for nearly 2 years and that server has never left, been altered or anything else on my server but it's been inactive for about 2-3 years. I have managed to get it back online so that I can log in, make characters, etc etc.... But there are problems, the experience...
  7. chimera

    [CD3.55] Unwanted item

    Search your server files for the item name to see where it is, if it isn't in the server files then it must have been sold the the merchant by players in which case the only way to clear it is simply delete the merchant history files in server files, they remake without undesired items upon...
  8. chimera

    [Holley] UserLogin.txt Script help

    If my memory serves correctly, by adding ! before the #IF statement you make it the reverse.... IF is not Admin then display the global message "Player xxxx online" So no GM will be announced.
  9. chimera

    [Holley] UserLogin.txt Script help

    Do I take it that you DO NOT want the message to appear when a GM logs in but you DO want a global announcement for normal players?
  10. chimera

    [CD3.55] Roses bug

    The item name must be spelt correctly, capital letters or whatever is in sql database.
  11. chimera

    [King] Adding an extra wall

    I never got round to putting the name on character, it was enough that owners got benefits, etc. I created my own sql table and edited that with owner, added the checks in scripts, etc., ec., etc. :)
  12. chimera

    [CD3.55] Ratio

    Mob spawn tables(tab between each bit of information): ______________________________________________________ Map number xx location yy location mob name radius around xx/yy coords number mobs every xx mins Example: 0 54 23 Cow 12 30 5
  13. chimera

    [King] Adding an extra wall

    If you use the Mir coding for the wall it's difficult, if you think about it you can write your own... I did :)
  14. chimera

    I don't play games anymore due to a nerve problem in my arms/hands, bit like rsi. But I have...

    I don't play games anymore due to a nerve problem in my arms/hands, bit like rsi. But I have played many :)
  15. chimera

    Flags

    Flags area a simple answer to a question, on/off or yes/no if you prefer. Flags are used as markers, for instance as a new player you write a script to give a new player a starting kit. When that kit is given the flag is set to off or yes then in future scripts you can check the status of this...
  16. chimera

    [CD3.55] Group Exp dont work

    Forgive me if I'm wrong, I'm rusty, but if I remember rightly: #IF CHECKGROUPCOUNT 11 #ACT MOV D1 %P9 mov means to make D1 equal P9 which is the result of the checkgroupcount goto @groupbonus break [@groupbonus] #ACT MOV P2 %D1 means to make p2 equal to D1 (a P number...
  17. chimera

    NPC Help..

    ChangeMapAttr "3" "SAFE" to change the map attributes then alter back to FIGHT afterwards
  18. chimera

    NPC: Upgrade Skills

    script above won't work... chekjob???? :) Try this: http://www.lomcn.co.uk/forum/showpost.php?p=667216&postcount=44
  19. chimera

    Adding a Map

    I'm out of date, as is my help, *goes back to quiet corner* :( ps. what Map & Ash said...
  20. chimera

    Adding a Map

    Try this The link on first post should help but may be other things there to help also like the later link to minimaps, etc.