Search results

Play Now
  1. ρяєα¢нєя

    Empire Server (Mir2 Lifco Files)

    Closed. PM me if you want it re-opening. p
  2. ρяєα¢нєя

    Last Stand [Last Checked 19/01/10]

    Re: The Legend Of Mir (Last Stand) 2.3 (NOW LIVE) Could you add a link to your forums please. Thanks. p
  3. ρяєα¢нєя

    Work underway.

    I must admit, i always enjoyed playing as a Taoist. They're not that effective at killing people, but they are hard to kill and help loads in group pvp/pve. If you've got a good Taoist on your side, it greatly increase your chances of sucsess. p
  4. ρяєα¢нєя

    help,latest korean update,new map file,error

    They have encrypted their map files. p
  5. ρяєα¢нєя

    [Release] ρяєα¢нєя's Map Collection

    What this man said. Already seen them used in a few servers, so might as well get a bit of credit for them. :P p
  6. ρяєα¢нєя

    Script Help

    The reason it works when a GM kills a GM, is as i said, the @onmuder command runs the script for the player that commited the murder, and therefore any checks in that script are going to be run on the murderer not the victim. So it's essentially cheking if the killer is a GM or not. There is no...
  7. ρяєα¢нєя

    Script Help

    That script woun't work. That will run when you kill someone, but it will check if you, the murderer, are an admin, and if you are it will give you a million gold. There is no way that i know of to run checks on the victim of a murder. p
  8. ρяєα¢нєя

    [Release] ρяєα¢нєя's Map Collection

    Haven't really got time to do requests at the moment, sorry. Just found these lying around on my HD so thought i'd share them. p
  9. ρяєα¢нєя

    [Release] ρяєα¢нєя's Map Collection

    As promised another three map projects: --------------------------------- -------- Nomad Lands -------- --------------------------------- Description: 3 Cave entrances, 1 Temple entrance, 1 Tree Path entrance, 1 Small village, 1 Province link. Sample: Included in Download: 1 Province Map...
  10. ρяєα¢нєя

    [Release] ρяєα¢нєя's Map Collection

    --------------------------------- -------- Lithium Glades -------- --------------------------------- Description: 1 Small Village, 3 Cave entrances, 2 Temple entrances, 2 Province Links Sample: (Ignore the cave names, it's just the MiniMap from FourHeros) Included in Download: 1 Province...
  11. ρяєα¢нєя

    4heros threads get deleted...

    An intresting bump :P p
  12. ρяєα¢нєя

    Empire Server (Mir2 Lifco Files)

    You need to add an IP, a client link and maybe some info about the server. Please add them within the next few days or i'll be forced to close the topic. Thanks :) p
  13. ρяєα¢нєя

    adding armours n weapns hlp

    Which files are you using? TD 2.3 or 2.6? p
  14. ρяєα¢нєя

    Five Things

    Only just noticed this thread... 1) My name is Lyndon, i'm 22. 2) I'm currently in my final year at Bournemouth University studying Software Systems, which includes units; Advanced Data Management, Web Systems, Digital Media & Games. 3) I'd like to try and get into Web Development in one way or...
  15. ρяєα¢нєя

    NPC Script Release - [Checked 06/04/2010]

    Re: NPC Script Release You'll need to replace all instances of the "KillQuest" variable in the QManage, the MapQuest file and NPC script to "KillQuest2". As by the sounds of it the NPC (and most likly the MapQuest file) are still reading the "KillQuest" variable. So basically just duplicate...
  16. ρяєα¢нєя

    Part Three.

    You do half post some crap don't you lol. :P
  17. ρяєα¢нєя

    {help!}

    #IF CHECKITEM KnightScroll100 1 CHECKITEM KnightScroll10 2 CHECKITEM KnightShield 5 CHECKITEM KingShield 1 You need to make sure you put how many items your checking for after every item. p
  18. ρяєα¢нєя

    Interface

    Aye looks good. Not a fan of the picture behind the right panel though, i noticed the one IceMan posted had a picture there as well, makes things a bit to busy in my eyes. Other than that looks real good. p
  19. ρяєα¢нєя

    Update to Mir2 Advertisement Section

    You really need to let it lie. I haven't done anything to you except infract you once when you posted on a Mir 2 help thread and i quote: If you insist on so batently breaking the rules, and then letting on that you know you've broken the rules and expect to get infracted, you're going to get...
  20. ρяєα¢нєя

    server shout

    The NPC command for a global shout is: SENDMSG 1 "Message goes here" If you want it to send when people level up it needs to be in qfunction-0.txt Envir->Market_def->QFunction-0.txt [@levelup] #IF CHECKLEVELEX = 40 #ACT SENDMSG 1 "<%S> has reached Level 40. Congratulations!" <%S> is...