Search results

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

    is there away to add 3 ppl to a list.txt

    You wouldn't be able to. What Bon's saying is as you teleport the group in add the following line: #ACT GROUPMOVEMAP <mapname> Var Integer Group BGGroup 0 That way you can add counts to the group: #ACT CalcVar Group BGGroup + 1 (Can use +,-,=) and you can run checks on the group using...
  2. ρяєα¢нєя

    Dedicated Hosting

    Julian must be loving me. Thats 3 people from here now ;) Word of mouth truely is the best. OnTopic: When i used to run servers FlexGaming was the best.
  3. ρяєα¢нєя

    Kill Count Quests

    Sorry, missed a check, added that to the main script now. As for the error, do you have the Variables folder setup with the Integral.txt? p
  4. ρяєα¢нєя

    Kill Count Quests

    That is a post i made in reply to a thread made by your account a few days ago. Hope you have better luck this time around. p
  5. ρяєα¢нєя

    ragezone files m2server problem

    Means your trying to run the M2Server twice. If the extra M2Server is not visable, it might be that the process is still running, Ctrl+Alt+Del select the Process tab and stop any M2Server processes and try again. p
  6. ρяєα¢нєя

    Can you check why this is not working - NPC

    This should work: [@main] #IF CHECKNAMELIST traceyquestc.txt #SAY Take the letter to Blah\ <Ok I will/@Exit> #ACT BREAK #IF CHECKNAMELIST traceyquest.txt #ACT GOTO @checkbook BREAK #ELSESAY Blah blah blah\ Blah Blah\\ <Player Response/@start> [@start] #ACT addnamelist traceyquest.txt #SAY More...
  7. ρяєα¢нєя

    Dedi Box

    www.flexgaming.com - Low prices, good service. Based in Holland so not to far away.
  8. ρяєα¢нєя

    NPC Mob Spwn / Invasion

    You can use the Robot system to do that. In Envir/Robot_def/RobotManage.txt add: [@Invasion] #IF HOUR 12 13 #ACT MISSION 0 300 300 PARAM1 243 PARAM2 257 PARAM3 4 PARAM4 0 MOBPLACE MonsterName SENDMSG 0 'There.has.been.an.invasion.at.Bichon!' #ELSEACT BREAK In Envir/Robot_def/AutoRunRobot.txt...
  9. ρяєα¢нєя

    SQL error HELP!!! plz

    Is the SQL Server running? Sounds silly but you never know. Are you sure your getting the connection details correct? p
  10. ρяєα¢нєя

    Adding Reputation System

    Variables can be used to do this like i showed you in the other post. Just add one to the players variable count everytime they complete a quest. Can use <$Human(Reputation)> (or whatever your variables is called) to display them on an NPC's as well. p
  11. ρяєα¢нєя

    Quest NPC Problem Help please

    Re-worked it a bit, try: [@main] #if check [901] 1 #say You Saved My Wife And I Am Eternally Grateful,\ But Please Go On To Do Greater Things!,\\ #ACT BREAK #if check [900] 1 #SAY Do you have everything?,\\ I Need 3 Mushroom's,\ 5 BrownChestNuts, 1 GoldChestnut and,\ 5 (HP)DrugSmall!! Please...
  12. ρяєα¢нєя

    Quest NPC Problem Help please

    [@main] #if check [901] 0 #ACT goto @main2 #elsesay You Saved My Wife And I Am Eternally Grateful,\ But Please Go On To Do Greater Things!,\\ [@main2] #if check [900] 0 #say You!?! Can You Please Help Me!! I Really Need Help,\ Please Im So Desperate My Wife Is Dying Please!\\ <What Do You...
  13. ρяєα¢нєя

    2.3 Little Help?

    Nope, i was give a few sets of files by a friend a few months ago and just taught myself. Then they pointed me to this site, so thought i might as well help :P Nice one, good luck. p
  14. ρяєα¢нєя

    Saving Maps in .bmp error

    Never happens to me no matter how i save the image. Only thing i can suggest is when saving it don't save it as "Filename.bmp" just save it as "Filename". p
  15. ρяєα¢нєя

    2.3 Little Help?

    I'd suggest looking at your connection information for the M2Server and the DBserver, as it looks like it's either having trouble connecting to the database or you haven't restored the database properly. p
  16. ρяєα¢нєя

    Quest help?

    The way i'd do it would be with Variables. At the end of your quest NPC code just have somthing like this: [@complete] #ACT CalcVar Human QuestPoint + 1 SaveVar Human QuestPoint Integral.txt ADDNAMELIST Complete.txt GIVE Prize 1 #SAY Congratulations you have completed the quest. \ \...
  17. ρяєα¢нєя

    Last man standing

    Prize giving NPC: [@main] #IF HOUR 20 21 MIN 1 3 #SAY You need to wait around 3mins before you can access this NPC. \ \ <Exit/@exit> #ELSEACT GOTO @check [@check] #IF CHECKMAPHUMANCOUNT FFA2 = 1 #ACT GOTO @prize #ELSESAY You need to aliminate all the other contestants before you can \ access...
  18. ρяєα¢нєя

    Last man standing

    I got an example of a LMS NPC that i created, think there are one or two bugs with the prize giving (went with quite a complicated idea). But should give you an idea of what can be done. Teleport / Time management NPC: [@main] #IF #ACT Var Integer Human FFA 0 LoadVar Human FFA Integral.txt...
  19. ρяєα¢нєя

    Information *NO FLAME*

    1. There are a few different file sets out there at the moment, but most do have a few problems compared to TD's. So i'd suggest using TD's if your getting back into it, the most up to date can be found here: http://www.lomcn.co.uk/forum/showthread.php?t=53383 2. Either 2000 or 2005, some...
  20. ρяєα¢нєя

    Aspeed On Weps

    Try messing around with FLD_AC, FLD_ACMAX, FLD_AMC and FLD_AMCMAX. Can't remember which it is off the top of my head.