Search results

Mu online season 21 - grand opening
  1. chimera

    How to make more interesting Randomized Mob Drops

    #IF EQUAL D0 0 #ACT give GoldBar There is a problem with this - try it when a tao pet kills it - there is no give to a pet :( The answer to this would be a dropitemmap script I believe :) The same may occur with GiveExp %USERNAME 30000000 Nice release.
  2. chimera

    level screen 255 bug

    ah found it :) http://www.lomcn.co.uk/forum/showthread.php?t=50329&highlight=level
  3. chimera

    level screen 255 bug

    try game3g database > character tbl, enter the design table and change fld_level to int. restart sql for effect.
  4. chimera

    Checking if mob is dead

    map number has to be within " " #IF checkmonmap "0" 1 OmaChief #ACT
  5. chimera

    game recommends please...

    Thank you Farphit, much appreciated :)
  6. chimera

    game recommends please...

    which specific LOTR game is it please, there are so many :)
  7. chimera

    game recommends please...

    I have problems with my hands due to muscular problems (think of it like arthritis) so I can't play games much but I've recently bought an xbox 360 with a 20gig hard drive and 2 wireless controllers - I have put on the backwards compatabiliy games emulator so I can play a lot of the old Xbox...
  8. chimera

    Now here's a chearful thought

    hmm I posted that because I though it was funny, thought others might find it funny too....but then maybe thats my sense of humour... I do find it sad however that nearly every thread has to devolve into a character assassination, insults and general neandathol behaviour.
  9. chimera

    PwNeD gone from the lands of mir

    I've been there, though I was working & living alone - 100% of time at home pc was on....it's adictive, I take or leave it now even though I'm home all the time trying to work through some back problems so I can get back to some kind of work.... I would never make general statements about people...
  10. chimera

    Anti Cheat SYSTEM

    Account, Account_tbl, find the user name and the last column "fld_secede" change it to Y - this will make it an invalid account and unable to log in.
  11. chimera

    Security System Script

    The one I'm refering to only locks your storage ongame and I think you are looking for one that will be a 2 tier password system to log into the character/game, so I don't think what I mentioned is what you are looking for. But, the password system for character storage should be on the storage...
  12. chimera

    Now here's a chearful thought

    Stubled accross by doing a totally unrelated search about the 2008 UK budget predictions
  13. chimera

    Pulling info from sql and displaying on npc

    Here is an example: #IF #ACT mov a8 %USERNAME mov D4 1 formatstr "FLD_CHARACTER='%s' AND FLD_TYPE='%s'" %A8 %D4 ReadValueSql "TBL_ITEM" %A9 "FLD_DESC3" [@luckvalue] #ELSEACT sysmsg "read fail" break [@luckvalue()] #ACT mov D6 %ARG(1) goto @say break [@say] #say luck is <$output(d6)> break
  14. chimera

    Security System Script

    There is already an additional password protection available for storage as part of 3.55 files I believe but no-one uses it. I have never heard of someone being hacked on Mir3.55 - what I have heard is account sharing, servers being hacked (the computers not mir3 itself), which means they have...
  15. chimera

    Question about mon ai

    now it does fireball but not firewall set it to 255 in database..
  16. chimera

    lost or dropped items

    Is there any way to recover these or are they completely wiped from the database as I expect?
  17. chimera

    MSN Shutting Down?

    It's a wind up, been going round and round the internet for ages that one, don't worry. :)
  18. chimera

    problems with no-ip

    what have you put in sql exactly? I'm thinking the 2 places you refer to should be your internet IP address and you havn't done that. Also have you got no-ip running in your system tray? (bottom right of screen).
  19. chimera

    Question about mon ai

    sorry put wrong number in #ACT Spell [3] Firewall 550 10 () enemy 1 delay 100 break
  20. chimera

    Question about mon ai

    #ACT Spell [3] Firewall 550 5 () enemy 1 delay 100 break that is firewall, how does your compare? can be enemy or self...