Search results

  1. ρяєα¢нєя

    [Release] Mystic Creek

    Mystic Creek ======================================================= Made this small map today, thought id share it around. Only a small map, i'm going to be using it as an 'out of the way' kind of village that people can stop in and stock up when on hunts. It has: -One Province Entrance...
  2. ρяєα¢нєя

    login gate issue

    I believe this is to do with the IP being blocked, check the txt files in the Login Gate folder to see if any contain this IP. p
  3. ρяєα¢нєя

    Double Click GoldBar/Chests/Buns

    I learnt alot about mir servers from a small group of very experienced people. Anything beyond that is self taught, im not new to the files, only to this forum. p
  4. ρяєα¢нєя

    Servers Are Starting To Shine

    Nice idea 69. I've got somthing similar to that on my server at the moment. You've got to kill X Amount of mobs (100's of 4 diferent monsters) and the faster you do it the better the prize you get. If it takes you more than 7 days you fail the quest. p
  5. ρяєα¢нєя

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

    Re: NPC Script Release Auto Exchangeable GoldBar/Bundle/Chest's ============================================================ Someone asked for some help on this in help section. Thought i might as well add it here incase anyone else wants it. Firstly you need to make a few changes in...
  6. ρяєα¢нєя

    Double Click GoldBar/Chests/Buns

    Right, firstly you need to make a few changes in TBL_STDITEMS. Find your GoldBar, GoldBarBundle and GoldChest and change the following fields: STD_ITEMS: GoldBar: FLD_STDMODE = 31 FLD_ANICOUNT = 27 GoldBarBundle: FLD_STDMODE = 31 FLD_ANICOUNT = 28 GoldChest: FLD_STDMODE = 31 FLD_ANICOUNT =...
  7. ρяєα¢нєя

    windows Mode

    The only way that I know of to do this would be to install something along the lines of VMWare, and run the client on a virtual machine. p
  8. ρяєα¢нєя

    Request: Music Script

    No worries. Yea mirsound.lst can be opened and edited with Notepad, it's in the Wav folder of your client. PM sent. p
  9. ρяєα¢нєя

    Request: Music Script

    Use the NPC command: #IF #ACT RUNSOUND <Number> The number corasponds to the number of the sound in your mirsound.lst wav->mirsound.lst 1: wav\1.wav 2: wav\2.wav 3: wav\3.wav 4: wav\4.wav 5: wav\5.wav 6: wav\6.wav 7: wav\7.wav 8: wav\8.wav 9: wav\9.wav 10: wav\10.wav 11: wav\11.wav 12...
  10. ρяєα¢нєя

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

    Re: NPC Script Release Yea took me a while to figure it out as well, the only way i could get it working was to put a hidden link to @lowplay in the "Lets play dice" bit of [@low]. For some reason if the link isn't there it doesn't work. p
  11. ρяєα¢нєя

    Release TD's server files in one

    It's your Anti-Virus software. Add all the exe's to the exception list and it should be fine. p
  12. ρяєα¢нєя

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

    Re: NPC Script Release Oh yea, thanks, i'll change that now. p
  13. ρяєα¢нєя

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

    Re: NPC Script Release No worries guys. Heres another one: Dice Game NPC =========================================================== Dice Game NPC: [@main] Welcome <$USERNAME>! Would you like to win some money!? \ Come and play this simple game with me and you could be raking in the cash \ in...
  14. ρяєα¢нєя

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

    Re: NPC Script Release Aye it is strange how people go about the same thing differently. :) p
  15. ρяєα¢нєя

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

    NPC Script Release Thought i'd release a few scripts that i've put together, some are ones that i've put together on my server, some are scripts i've created in the Help Section, thought i might as well release them and save other people the same problems. Free 4 All NPC's...
  16. ρяєα¢нєя

    K now im missing maps >.< no ok screen stay black

    What error's are you getting? If your missing maps go to M2Server->Map and copy over all your maps from your client into there. If your missing all of them thats probably why you get no "OK" screen. p
  17. ρяєα¢нєя

    Kill Count Quests

    Just added that script into my server and it works fine. One thing that you might be doing wrong has just come to me though, are you killing the Deer's in Bichon Province? Because if your not the kill wount register. Envir->MapQuest.txt 0 [101] 1 Deer * DeerQuest The highlighted number is...
  18. ρяєα¢нєя

    Give out random items?

    Could do it that way. Still the same priciple. p
  19. ρяєα¢нєя

    Give out random items?

    [@main] #IF CHECKNAMELIST WarHelm.txt CHECKNAMELIST WarBrace.txt CHECKNAMELIST WarNeck.txt CHECKNAMELIST WarRing.txt #SAY You have recived all the War items. \ \ <Exit/@exit> #ELSEACT GOTO @giveitem [@giveitem] #IF RANDOM 4 #ACT GOTO @WarHelm #IF RANDOM 3 #ACT GOTO @WarBrace #IF RANDOM 2 #ACT...
  20. ρяєα¢нєя

    Kill Count Quests

    Yea should go in market_def. Go to Envir->QuestDiary->Variables and check that you have a file called Integral.txt in there. If not make one. p