Search results

Mu online season 21 - grand opening
  1. idaBigA

    Sting3G - Server Files - Here For Download

    Awww.... you guys.... :#
  2. idaBigA

    Sting3G - Server Files - Here For Download

    Hmmm.. I cleared that table, can someone upload an xls of that table plz guys?
  3. idaBigA

    Sting3G - Server Files - Here For Download

    Download my client if you need maps, I have nothing left. www.sting3g.com/downloads.php Can anyone restore the DB's for ervinzed to get the crueldragon3gbasedata? I don't mind hosting if someone can upload to my FTP? FTP username: [email protected] FTP Password: Users123 FTP server...
  4. idaBigA

    Sting3G - Server Files - Here For Download

    Ayup Guys, Sting3G is now closed. Have no time to host it any more. Here are the files (including databases). I have cleared all databases of personal and char info, cleared all files that pertain to people at all. It's ready to run, just setup a PC with internal IP 192.168.1.88 and then...
  5. idaBigA

    [CD3.55] Help

    Have you set up the 2nd text document to store the guild names? QuestDiary\System\HomeSystem\Homes.txt
  6. idaBigA

    [CD3.55] Help

    I have a house system on Sting, quite easy to set up really. In it's simplest form, here is what you need to do, I have stripped out the extra stuff I have in, and you will have to test it, but it should work OK. #ACT Mov A0 %GUILDNAME LoadValue N1...
  7. idaBigA

    [CD3.55] Help

    The guildname is already stored in a .txt file? C:\Mud3\GuildBase\Guildlist.txt If you want to store it somewhere else, use this... #ACT Mov A0 %GUILDNAME SaveLog "QuestDiary\System\GuildNoticeBoard\GuildInfo.txt" %A0
  8. idaBigA

    [Holley] How to ban an ip?

    Ban it on your router, easiest method.
  9. idaBigA

    Tutorial Little Tutorial on Variables.

    Not seen this before, good post and +rep
  10. idaBigA

    [CD3.55] Envir Generator

    Anything is possible.. if someone wants to code it.
  11. idaBigA

    Initial Startup Script Errors

    I had to remove all the files from the Sting web site as they complained about "data warehousing" (and copyright lol).
  12. idaBigA

    [Holley] protect my server holley

    In what way?
  13. idaBigA

    Multi Tool for Mir 3 Server Development - Exe's and VB6 Project Files

    New Links - http://www.sting3g.com/StingPatches/BasicSQLConnectionProject.rar (VB6 Project Files) http://www.sting3g.com/StingPatches/BasicSQLConnectionFiles.rar (VB6 Run Time Files) http://www.sting3g.com/StingPatches/BasicSQLConnection.rar (Exe and Settings only) Username = patches...
  14. idaBigA

    Spawn Editor - Any Use

    New Links - http://www.sting3g.com/StingPatches/Mir3MultiTool.rar Username = patches password = sting3g
  15. idaBigA

    [CD3.55] Problem with armadillo

    You don't need professional, I am running it on XP Home Edition
  16. idaBigA

    [CD3.55] Problems with Random monster spawm!

    Does it work now, or do you need an expert? :P (Only joking :))
  17. idaBigA

    [CD3.55] Quests

    If you want to disable the revive using integral, you have to is the ! modifier.. #IF ! Map E002 #ACT Revive commands. To stop people from entering the event you will have to load that info from the SQL or wherever it is stored, I can't really help you with that one without seeing where you...
  18. idaBigA

    [CD3.55] Quests

    MapTing STARTMAP TARGETMAP X Y i.e. MapTing D001 D002 20 50
  19. idaBigA

    [CD3.55] Quests

    Use the GiveExpMap E002 1000000 Command - Where E002 is the Map, and 1000000 is the amount EXP everyone will get.
  20. idaBigA

    [CD3.55] Quests

    Have a search for CHECK and SET commands, in your files, that should show you how to use FLAGS when a mob gets killed. You can also search on LOMCN as that will have some info on FLAGS and how to use them.