Search results

Mu online season 21 - grand opening
  1. mazz

    please help me people!

    Go into server starter folder displayed in the picture run that exe Hit launch the server wait till the m2 is completely loaded.. then screenie by hitting Print Screen on your keyboard then open paint goto edit paste and save post it on here when all gates or programs... are open EVILD
  2. mazz

    String Variables?

    Anyone know the format for string data type variables Ive seen they use it in mir3 also if anyone knows the other types for [HUMAN],[GLOBAL],[GROUP].... are there more? Im talking npc scripting here not m2server programmming... TY EVILD
  3. mazz

    Clearing Variables?

    Whats the right forum lol I post in programming and they move me lol where do i post about scripts EVILD
  4. mazz

    String Variables?

    Is there a string data type to work with? if so pls let me know ty Also would like to know if its possiable to load values from directories for instance [Cards] 1=AC 2=2C 3=3C 4=4C 5=5C 6=6C 7=7C 8=8C 9=9C 10=10C 11=JC
  5. mazz

    Clearing Variables?

    Is there a way to clear the info in a text pad for the var so it clears all info in it for everyone? I know there is a ClearNameList namelist.txt ect.... but is there 1 for a var Ive found you cant use clearnamelist for a Var because it reads from the Npc_Def so is there a way... TY...
  6. mazz

    StdModeFunc99 problems

    Im not sure if there is a setting im missing here but ive set up this function in my Q-function Im using a expelring with anicount 99 seems to work for other items but how do i make an expelring run a script [@StdModeFunc99] #IF #Act CalcVar Human ItemCountDown + 3 SaveVar Human...
  7. mazz

    [Qfunction] How Do You Show a Users name in a command,

    Ive had this problem before Its <$USERNAME> not <$username> its case senitive EVILD
  8. mazz

    Pharoah's mir

    what the hell is this dudes problem anyway all you do is flame people on here EVILD
  9. mazz

    Pharoah's mir

    Pharaoh Mir is being re built many have asked for it to become live again so we have decided to bring it back Give us some time and we will get it sorted and get you all updated when its up and running again. Happy Hunting Maz x Old post Below: *Cough Cough* i see u on one again Tom well...
  10. mazz

    Group check commands

    Im hoping there are some group commands I havent seen yet I need a checkgroupbag command or a command that checks everyone in the group for an item in there bag before warping them in EvilD
  11. mazz

    NPC ting, superting command ?

    Ive tryed both neither seem to work correct me if im wrong is this the right format [@Tingme] #If #Act BATCHDELAY 10 ADDBATCH home BATCHMOVE break EVILD
  12. mazz

    NPC ting, superting command ?

    I need a command that gets everyone off the map right away is there a way to superting everyone on the map? TY EVILD
  13. mazz

    Battleground type map trouble

    Ok battleground use to make it a fight zone so you could kill others without going red, and the mobs there still dropped thats the problem im having if I set the map to FIGHT then the mobs dont drop and if I take fight out then you go red when you kill this is not the same post as others, I...
  14. mazz

    GroupRecall

    Im having this same problem I have a npc that is moving the group for me though I wanna make sure they are all in the same guild before warping them In Suggestion ;2nd npc <---- this is a comment not code Addguildlist guildname.txt #IF ; You are the guild leader <---- this is a comment not...
  15. mazz

    CHECKNAMELISTPOSITION help

    besides im a real programmer I figured a way around the problem so thanx for nothing..... PS never made a post about this before EVILD
  16. mazz

    CHECKNAMELISTPOSITION help

    are you serious you gave me a infraction for asking a question oh well ill go to revenge EVILD
  17. mazz

    CHECKNAMELISTPOSITION help

    Ive bin messing with this for awhile not sure what the other params are yet it said the command would be something like checknamelistposition namelist.txt 5 would checks if your name is 5th on the list this dont work gives me a error [10/27/2009 4:29:23 PM] saving fail.... =>...
  18. mazz

    GLOBAL var help

    Well the message is saying that there is missing data param
  19. mazz

    Global Value (NPC) –can u help?

    I have a need for a global varitable simply to decide which side of the map you would be moved to by clicking on the same npc this would start the game. so is there a way to set a global flag so the npc counts the amount of people that clicked on it? so the first person would be team 1 move to...