Search results

Mu online season 21 - grand opening
  1. chimera

    Help!!

    #IF check itemname 1 #ACT movr D0 4 goto @chooseitem [@chooseitem] #IF EQUAL D0 0 #ACT Mov A1 itemname goto @givingitem #IF EQUAL D0 1 #ACT Mov A1 itemname goto @givingitem #IF EQUAL D0 2 #ACT Mov A1 itemname goto @givingitem #IF EQUAL D0 3 #ACT Mov A1 itemname goto @givingitem #IF EQUAL D0...
  2. chimera

    msn virus

    Simply put they are invasive onto your computer looking at every file.... now imagine the power that virus checker has if it wants to do something other than check for virii...
  3. chimera

    HL_Stditems: What are each column

    Please look at my released work, link in my signature :) First post there is a link to std items setup notes :)
  4. chimera

    Christmas Skins

    use kaoriMIM - I think I put guide how to do this in my released work.... yup I did HERE Other info in this thread will help with understanding the setup of Mon files.
  5. chimera

    ISP Suggestions

    Simple answer Eclipse are the best in 2007. I'm not saying they are cheapest but real technicians answer the phone, they are always willing to help and they don't try to fob you off. My personal experience of BT is hanging on the phone for hours while waiting to be transfered to another...
  6. chimera

    msn virus

    I agree don't use online virus checkers in general but mcafee is safe, I have used it many times, that is why I was specific.
  7. chimera

    LS3G Chinese server question

    Radius isn't correct, you'll end up with tons of mobs around the edges of your map that way....if the map is 300 accross then this will make the centre 150:150 and the radius is 150 spaces in every direction around this central point :) A space being one character movement or step in walking...
  8. chimera

    x-mas mobs

    I've just replied to Lighteningstars post with prebuild image files for snowman and christmas tree if u want to use those, renumbering images and numbers in 00000.txt file as required
  9. chimera

    Christmas Skins

    snowman and xmas tree Sorry I don't have reindeer
  10. chimera

    msn virus

    Best way is to delete every trace of MSN messenger, go to www.mcafee.com and do an online virus scan, then reinstall MSN from scratch if your computer is now clean.
  11. chimera

    All In One Special Repair

    To get repair Cost: #ACT GetRepairCost 0 MOV D0 %P9 MOV P0 %D0 GetRepairCost 1 MOV D1 %P9 MOV P1 %D1 GetRepairCost 3 MOV D2 %P9 MOV P2 %D2 GetRepairCost 4 MOV D3 %P9 MOV P3 %D3 GetRepairCost 5 MOV D4 %P9 MOV P4 %D4 GetRepairCost 6 MOV D5 %P9 MOV P5 %D5 GetRepairCost 7 MOV D6 %P9 MOV P6 %D6...
  12. chimera

    Christmas Skins

    skins=visual images is that really what you are asking for?
  13. chimera

    MobAI's

    no they don't....and i think, without testing that would constantly firewall itself if it was right next to a player character, allbeit with a brief 500 delay.
  14. chimera

    MobAI's

    number in brackets is a graphic type, 6 being firebomb, experiment with numbers :) Near is the distance away from the target it will attack from, to be honest I never go over 12 as you're probably getting near to off-screen over that. If you use a delay 100 it keeps the jerkiness down to a...
  15. chimera

    reborn in Town (3.55 Server)

    mud3/envir/startpoint.txt 0 140 240 For instance, you'll be reborn at nearest town.
  16. chimera

    Quick Question

    There is a setting in cd.ini for this...... Most greatly carries the gold coin number =200000000 Selling on consignment goods price =5000 Entire clothing frontline propaganda rank =50 Frontline propaganda time-gap (second) =15 Time Drops stay on floor (second) =600 The role puts on file the...
  17. chimera

    Help on chat

    There is a seting in cd.ini to start saving chatlogs but I can't remember which one atm, sorry.....if it comes to me I'll post.....
  18. chimera

    Cave Timer

    use a delaygoto command in script and the enter (envir/mapquest) trigger for kr. To make everyone on a map leave after a certain time use mapting (eg #act mapting 1 0 - moves everyone on map 1 to map 0 in random place, or specify place #act mapting 1 0 168 235). If you want to just move one...
  19. chimera

    Help on chat

    should do it automatically in a folder called "saylogbase" in the server files.
  20. chimera

    About Famepoints

    This is how it would appear in 00default.txt [@_UpLevel] #IF CheckFame #ACT Mov D4 %P9 #IF SMALL D4 1000 #ACT INC D4 1 SetFame %D4 sysmsg "One ItemWear Fame Point added" break