Search results

  1. transporter

    Day Of The Week NPC

    [@Main] #IF DAYOFWEEK MON #ACT GOTO @DAY1 BREAK #IF DAYOFWEEK TUE #ACT GOTO @DAY2 BREAK #IF DAYOFWEEK WED #ACT GOTO @DAY3 BREAK #IF DAYOFWEEK THU #ACT GOTO @DAY4 BREAK #IF DAYOFWEEK FRI #ACT GOTO @DAY5 BREAK #IF DAYOFWEEK SAT #ACT GOTO @DAY6 BREAK #IF DAYOFWEEK SUN #ACT GOTO @DAY7 #ELSEACT...
  2. transporter

    ***!!!LegendOfMir Revolution!!!***

    I did get the map from another client, but i didn`t use it the same way as another server did. You have even got the NPC`s in the same place as me lol, tut tut !!! ***Jokes*** Good luck with server mate. /JayZ
  3. transporter

    Online Servers! Created By JD

    I didn`t really see much need to clean this thread, as far as i could see people were just discussing his work. "CONFUSION !!"
  4. transporter

    Rebirth

    I wouldn`t want to rebirth for 3 bonus ability points lol and no kit o.0..... Also with that script you don`t check the TXT.DOCS, dunno if you meant to do it like that. Just a few pointers mate! :P
  5. transporter

    Legend Of Mir Addiction

    Giving Warriors pets so easily is WRONG !!! Making it possible for them to obtain them via a drop from a lord or an extreme amount of gold via an NPC is more acceptable. Good Luck with your server.
  6. transporter

    [help]quest script

    [@main] #IF CHECK [900] 1 #ACT Sendmsg 6 "You Have had your ClearRing <$USERNAME>." BREAK #ELSESAY So you want a ClearRing to help you \ On your way through vengence? \\ <Please/@pl> <No Thanks/@exit> [@pl] #say I need a few things for you before i give \ you a ClearRing, I will need 3...
  7. transporter

    linking maps

    SQL > TBL_MOVEMAPEVENT <No> <Map> <X> <Y> to <Map> <X> <Y> NULL
  8. transporter

    [Work In Progress] New 2.3 Interface

    Looks nice, nice one.
  9. transporter

    few things...

    All these NPC`s were on this forum and are other peoples work, for instance the WT NPC is what i posted to help somebody, the Map Teleports is what Lucafer released to someone i`m sure we did not help them for you to take credit for no matter how simple they are. Negative Rep for you love X X
  10. transporter

    Idea`s for a good Halloween Event ?

    Well i would be intrested to here your views on a good event. Most events involve easy EXP, items, etc etc all pritty much old and original ideas. I`m looking for something different any idea`s?
  11. transporter

    Script wont work :(

    He wants the script for levels 11 upto 33 to use mate, your script will act no matter what as it checks if level 11 then ACTS.
  12. transporter

    How do i do a full server wipe?

    Just copy this mate. [@Main] Please Select Your Quest.\ <WoomaTaurus/@WT> - <ZumaTaurus/@ZT>\ <Close/@exit>\ [@WT] #IF CHECK [6] 1 #ACT goto @Complete #ELSEACT goto @WT1 [@WT1] I have had many bad times trying to slay the\ WoomaTaurus, no matter what i tried, i failed to\ Defeat this...
  13. transporter

    Script wont work :(

    [@AngelQ] #IF CHECKLEVEL 33 #ACT GOTO @REJECT #ELSEACT GOTO @AngelQ1 [@AngelQ1] #IF CHECKLEVEL 11 CHECKSLAVECOUNT = 0 #ACT RECALLMOB Angel 1 sendmsg 6 "Enjoy your pet <$USERNAME>" #ELSEACT sendmsg 6 "You need to be level 11 or you already have a pet <$USERNAME>" Close [@Reject] You seem to...
  14. transporter

    How do i do a full server wipe?

    Do what i have done above you just aint added an [@main] In the NPC bud.
  15. transporter

    How do i do a full server wipe?

    That exact script is on my server now and is working 100%. I know why lol firstly make sure you have an [@Main] [@Main] Please Select Your Quest.\ <WoomaTaurus/@WT> - <ZumaTaurus/@ZT>\ <Close/@exit>\ [@WT] #IF CHECK [6] 1 #ACT goto @Complete #ELSEACT goto @WT1 [@WT1] I have had many bad...
  16. transporter

    How do i do a full server wipe?

    You will get an error on your M2 then it the files will create the .txt itself in your NPC folder.
  17. transporter

    How do i do a full server wipe?

    Your NPC should look something like this. [@WT] #IF CHECK [6] 1 #ACT goto @Complete #ELSEACT goto @WT1 [@WT1] I have had many bad times trying to slay the\ WoomaTaurus, no matter what i tried, i failed to\ Defeat this beast, if you think you are upto my\ Challenge of slaying this beast for...
  18. transporter

    help gt merchant

    Do you get any errors on your M2 Like failed to load ??
  19. transporter

    LOMCN Retards at there finest

    Lol. MirRebornRebornReborn actually :P Unlucky Harry i guess.
  20. transporter

    help gt merchant

    In SQL TBL_Merchant, you have to add or move the the merchant there. /JayZ