Search results

Mu online season 21 - grand opening
  1. ρяєα¢нєя

    Server works offline, one issue to get online

    Right, For starters 1.4, 1.9 and 2.3 are different sets of files and clients, you can't hack and slash different pieces of each together, i.e. 2.3 Client is for use with the 2.3 Server files only. 1.4 Files - Lots of cheats around for these, not worth the trouble. 1.9 Files - Good set of...
  2. ρяєα¢нєя

    importing items into items.will

    Item's on your body: StateItem.wil Item's in your bag: Item.wil Item's on the floor: DnItems.wil Make sure that the three different images of the item all come under the same number. For example: If you've got a Ring image in StateItem.wil in spot 250, the floor and bag images will need to be...
  3. ρяєα¢нєя

    Global Variables .. 1 last question.

    What does the fact that i didn't think it could be done have anything to do with it? Just because I wanted to find a way to accomplish it, doesn't mean I'm willing to pay for it. Sort of skirting around the point a bit, LOMCN offers free access to Server Files for all of it's members...
  4. ρяєα¢нєя

    Global Variables .. 1 last question.

    Don't give me that, there's now way you would have let on, I've seen people like you come through here time and time again, happy to soak up as much information as possible but when it come's to sharing anything you can't bring yourself to do it, unless theres a price tag attached of course...
  5. ρяєα¢нєя

    Global Variables .. 1 last question.

    Nice work. How did you manage it? p
  6. ρяєα¢нєя

    Member's Mugs

    Thought i might as well show my face! p
  7. ρяєα¢нєя

    Global Variables .. 1 last question.

    Nope can't compare them, baine of my server creating life this is. If you could compare variables the posiblities for quests would be endless. Global variables are mainly used for server wide counters. Like "X amout of items handed into a NPC by the whole server" etc. p
  8. ρяєα¢нєя

    Do scripts globally affect offline players? CAN They?

    Not that i know of as you only have: Human, Group, Global variable types, none of which can do this without fault. Global would be the only way that you could theoratically do it, but it still wouldn't work as anyone on the server would be able to access the money. p
  9. ρяєα¢нєя

    Laptard

    I've opened up a disscusion in the Mod Section regarding this. Does seem that his actions arn't really in the spirit of advancing the private server community. Will let you know whats decided. p EDIT: His server has been removed from the Approved Section until further notice. p
  10. ρяєα¢нєя

    help opening mir2.exe

    Get him to update his sound driver. p
  11. ρяєα¢нєя

    Request Ant Mobs

    Ant mobs! :) p
  12. ρяєα¢нєя

    Top Films.

    Got a few of my favorite films, not in any order as they're all amazing: Tae Guk Gi - The Brotherhood of War (2004): It's a South Korean film about two brothers fighting in the Korean War in 1950. Great action and story, one of my favorite films of all time I think. Requiem for a Dream (2000)...
  13. ρяєα¢нєя

    Help in HP in 2.6 files

    Were the mobs Cursed when they one hit you? As thats a problem we were having. p
  14. ρяєα¢нєя

    Four Heroes / Old Skool Website

    Revamped the main FourHeroes page. Will add the OS page tommorow. Thanks for the comments. I personally quite like the white, makes what you want people to read stand out a bit more imo. p
  15. ρяєα¢нєя

    Four Heroes / Old Skool Website

    Added OldSkool logo to splash screen. EDIT: Starting work on sorting the main page. p
  16. ρяєα¢нєя

    Four Heroes / Old Skool Website

    This is a website that i'm making for to accomodate the new Four Heroes server and OldSkool. http://www.oldskoolftp.net/ It's still under development obviously, but just give me some ideas on the general layout etc... My next job (Before anyone comments :P ) is to create a logo for OS and...
  17. ρяєα¢нєя

    Cant get mir to load on XP

    You need to update your sound drivers. p
  18. ρяєα¢нєя

    Sql - mdb

    Not sure how to re-order it permanently but if you want to order so you can see what index number you're on, you can use: SELECT * FROM TBL_STDITEMS ORDER BY FLD_ID p
  19. ρяєα¢нєя

    Spawn increase.

    Updated the Query so that you can up the spawns without increasing the spawns of the boss mob: SQL Statement: UPDATE tbl_mongen SET fld_count = (fld_count + <Number>) WHERE fld_mapname = '<Mapname>' AND FLD_NAME NOT LIKE '%<BossName>%' p
  20. ρяєα¢нєя

    addnamelist help

    Just make a folder in Market_def called "Namelists". Then the path for NPC scripts will be: ADDNAMELIST Namelists/blah.txt p