Search results

  1. Inflikted's Idiot Guide to .txt Manipulation

    so i seen alot of people have incorporated SQL scripting onto their servers, which is great. However, sometimes it is easier to use a more simple method. I noticed there was no posted tutorial on this so I figured I would make one, it might help some of you make more simple scripts that allow...
  2. How to make more interesting Randomized Mob Drops

    This isnt very complex, but can add a little more fun to the menu, as far as what happens when a regular mob or a boss dies, rather then the regular drop occurring.. with money or items.. etc. Most of you older server owners probably already no this trick, so its something for newbie server...
  3. Simplifying a Menu Script

    Just a small little script, to showcase, how you can simplify a repetitive menu down. What use to be a much larger code, is simplified down to about 100 lines of code, for easier editing and use. I've helped alot of people on msn, who don't seem to know this little trick and end up with huge...
  4. Security System Script

    I am attempting to implement a security system script, which I'll probably end up releasing anyways on lomcn. but wanted a little bit of guidance of thinking the entire thing throughly before scripting it or any other ideas you might have. possibly from chimera or idabiga lol :) my heros :P...
  5. Inflikted's Idiot Guide to SQL Manipulation in Mir3

    Inflikted's Idiot Guide to SQL Manipulation in Mir3 I will go through a few very basic steps and strings to get you started on your way to SQL scripting in mir3 :) RECOMMENDATIONS BEFORE TRYING THIS!!!!! --> I highly recommend you look over CheekyVimto's tutorial on manipulating mir3...
  6. GuildQuests/GuildUnlocks [One example completed]

    I release this in the hopes, people stop making bad servers where they just make tons of items and throw in a few new monsters and call it a server hehe. This script is partially completed (left it incompleted on purpose so you actually learn how it works lol, i made one complete example for one...
  7. GuildBank Script release

    Made this a while ago, its mostly an SQL based script that allows a guildbank to be created for each individual guild, guildleader can withdraw money out, and guildmembers can put money into their guild bank. This is just a basic script for those learning SQL to get started with :) you will need...
  8. MakeDamageZone and MapSpell

    been trying to use variables to get either of these two to work :) could someone maybe tell whats wrong with either of them? (DamageZone Script) Mov A0 %USERMAP Mov A1 %USERX Mov A2 %USERY FormatStr "%s,%s,%s,10" %A0 %A1 %A2 MakeDamageZone %A9 10 50 [GUILD] <--- this works kinda.. but it hurts...
  9. DropItemMap function

    Ok so I am attempting to create a userdie script in the mapquest files, with the idea... that when a person dies... an item drops near them on the map when they die for other people to pick up.. its suppose to be part of a PVP script, my question is whether this is possible to pull off, and...
  10. 6 New Horses, 3 new mobs, few new maps

    New patch came out like a week or so ago. Contains goldplated, silverplated, ironplated red/brown/black horses, i guess you can replace these files with the old horse? hehe, 3 new mobs it seems added onto mon23 file, least its 3 mobs i never had before hehe plus its dated to 12/4/07. and a...
  11. Delaygoto doesnt seem to loopback

    this isnt the entire script.. but let me try to explain begin [@main] #ACT Mapmove E001 Mov A0 %USERMAP Mov A1 %USERX Mov A2 %USERY ForMatStr "%s,%s,%s,0" %A0 %A1 %A2 MonGenP %A9 Hen 1 EventMsg [Local] "<$USERNAME> Prepare to Die!" delaygoto [local] 10 @check1 [@check1] #IF checkmonmap E001 0...
  12. Unusual level displays on kaori

    This problem seems to occur around lvl255 or so on our server. their ingame level shows up correctly, however on the character selection screen their level appears much lower.. For example a lvl1000 person may show up fine in game.. with all the correct stats, but the login screen he shows up at...
  13. MobAI's

    so i want to make more difficult mobs, maxing out things on the database, only gets you so far.. as to doing about and around 200-400 dmg per hit, and i want to get hits around 1,000-2000 dmg per hit. and some bosses are wierd, adding more than 255 dc, actually weakens their hits lol. so i...
  14. Title included with rebirth

    I have seen this done before, I was curious whether I could add something into the reincarnation script in the jiffensystem to give the user a new title, when they get a new rebirth. that shows in their actual name. sort of like when someone owns sabuk wall, it shows in their name.