Search results

Play Now
  1. transporter

    Would this be enough to host a server?

    Thats more than enough for the user count you are likely to get, unless you hit 60+ users all the time, that will do just fine.
  2. transporter

    Rates

    x 3 is a little to low for me, id prefer a x 10-15 server just to make sort of easy to hit level 40 then make it really hard from there.
  3. transporter

    TOUGH Question - Bone Hammers & Sewing Goods

    Was that on the normal shop repair? As before i messed about with it every item you repaired dropped 1 dura instantly.
  4. transporter

    Internet went down in my area, Virgin doing something i believe. It`s back up now anyway.

    Internet went down in my area, Virgin doing something i believe. It`s back up now anyway.
  5. transporter

    Checking GamePoints

    Agreed! Just seems a little pointless. PK Points etc i can see the point but not Points or GameGold.
  6. transporter

    CraftLady Bug/Problem

    QFT, but you can also do it through your store. I deleted all crafts ladys and made an NPC for crafting, also got rid of all stackable items. Took a while to do the NPC but was worth it to stop exploits.
  7. transporter

    TOUGH Question - Bone Hammers & Sewing Goods

    You can use around 5-6 bone hammers without the dura dropping, i had a dc 11 OSR on Euro and i repaired this 6 times with a Bone Hammer without it dropping dura. Never actually tested in TD files so don`t really know, and im not sure you will be able to change either.
  8. transporter

    mini n big maps

    When you import it into MMAP.Wil it will give you a number yea, like 400. You always add + 1, so in SQL, Fld-Minimap you would put 401 not 400.
  9. transporter

    mini n big maps

    Minimap Useing paint > Image > Resize/Skew > Resize Horizontal 25 > Resize Vertical 25 > OK You can use the same for the towm map aswell but if you want it bigger so the above but resize by 50 50
  10. transporter

    Checking GamePoints

    If you were checking for 150 points to give a MagicOrb [@MagicOrb] #IF CHECKGAMEPOINT > 149 #ACT GAMEPOINT - 150 GIVE MagicOrb 1 #SAY THERE YOU GO.\ <BACK /@Show> to List.\ <EXIT/@EXIT>\ #ELSESAY YOU HAVENT GOT ENOUGH GAMEPOINTS AVAILABLE.\ <BACK/@SHOW> TO LIST.\
  11. transporter

    would this work?:)

    I don`t use texts and they are not needed, my server runs perfect with the above mate.
  12. transporter

    would this work?:)

    Well in that case in Q-function you must use @levelup? [@LevelUp] #IF CHECKLEVELEX = 25 #ACT sendmsg 3 " Has Reached Level 25, Congratulations!!" SETRANKLEVELNAME %s\-*Noob*- #IF CHECKLEVELEX = 50 #ACT SENDMSG 3 " Has Reached Level 50, Congratulations!!" SETRANKLEVELNAME %s\-=Level 50+=- #IF...
  13. transporter

    would this work?:)

    Not needed in Q-function Kill mate just make sure in M2Server > SETUP .txt ShowRankLevelName=1 Not =0 then as Jealy said [@Login] and it will work.
  14. transporter

    [LOM2]-[ReTRoN 2.3]-[Med-High Rate]-[ONLINE]

    From 10pm today there will be a Treasure event ingame also EXP will be set to x 2 allday and Elite pets will be free for the day.
  15. transporter

    Pastures New

    60 posts in a day isn`t really impossible lol.
  16. transporter

    Pastures New

    I don`t really care who`s a Mod aslong as they don`t go power mad, i`m sure the selected will do just fine. Congratulations, -JayZ
  17. transporter

    Color Text

    [@main] #SAY Hello <YoungOne.>\ That would make YoungOne red i know that.
  18. transporter

    1.9 Vs 2.3

    2.3 for many reasons.
  19. transporter

    Npc Script Not Working?

    When you put it in NPC-DEF did you put the mapname next to it like: Caveteleports-0 -0 = Map Bichon Wall Have you added the NPC in SQL ? Does the script start with [@Main] ?