Search results

  1. mazz

    How to check the number of a certain mob in script

    Ive bin looking for a command for this for hours now I wanna know how many darkdevils are on map 0 in script not gm command this is all I have found so far checkmonmap deathcavernkr 60 Checks how many mobs there are in all I wanna know something like this Checkmonmap deathcavernkr darkdevil...
  2. mazz

    Mission / invasion Mobs.

    Just make the map a fight zone in your sql mapinfo is what they did when they made battle ground
  3. mazz

    Creating invations like old pb mobs?

    ;PastBichon Invasion Scripts ; Calling the Sub routines #AutoRun NPC SEC 21600 @Invasion1 ;The first sub called [@Invasion1] anything under it will be ran #AutoRun NPC SEC 21600 @Invasion2 ;Same thing here [@Invasion2] #AutoRun NPC SEC 21600 @Invasion3 ; And here [@Invasion3]...
  4. mazz

    Creating invations like old pb mobs?

    This is great ty preacher
  5. mazz

    Setting up error handling for exp potions

    lmao only not simple because there are hardly any proper commands If i was programming the server i may have more power to do these things lol but im not so.... What they need to do is allow the creation of varitables to store data in. without a varitable or variant data type to use its alot...
  6. mazz

    Setting up error handling for exp potions

    Well here is what i came up with using flags [@StdModeFunc90] #If CHECK [003] 0 #ACT SET [003] 1 KILLMONEXPRATE 150 3600 LineMSG 6 "Exp multiplied X1.5 for 1 An Hour" #ELSEACT SET [003] 0 LineMSG 6 "Exp potion is in use already" BREAK It only stops you from using the item 1 time after that it...
  7. mazz

    Creating invations like old pb mobs?

    Id like to use this in my server im not sure where to put the code or if there is somewhere in sql to do it? I know ive done this before using sql 2000 but now im running sql 2005 express, I could of sworen there was a tbl for it
  8. mazz

    Setting up error handling for exp potions

    Yeah I know im just making it so they dont waste a potion on accident this way it wont let u use 1 if you have used 1 already its mainly for daily boost and such so if you use your daily bonus then forget u did then use a exp potion it dont let u it would let you use it if it is better then what...
  9. mazz

    Request [monkey mobs]

    If they are the mobs im thinking of they came from mir3 so try that
  10. mazz

    Setting up error handling for exp potions

    Im trying to write a script that boosts the exp of the person who a expscroll.... not hard, but when i tryed to add in error handling so that u couldnt use more then 1 potion at a time it gets tricky... here is my code so far [@StdModeFunc90] #If ; If the current rate is => 150 then NEED...
  11. mazz

    Stopping dura dropping

    Works nice ty
  12. mazz

    Making items only last for 30 days

    Try just usin low dur like dur 1/1 =1000
  13. mazz

    Adding voice chat to mir?

    I was just wonder if the developers team have thought of this yet or considered it. Would be cool if you could grp with people to talk to them or have modes such as grp, guild, area(people around you), Room(basic rooms numbered 1.1000 Just a thought. I know there are programs you can use such as...
  14. mazz

    How hard is it to make a bot program?

    Try starting with sendkeys
  15. mazz

    GetMultiServerAddrPort Fail.

    Are you connecting thru a router? If so maybe you have to foward you mir ports
  16. mazz

    SQL 2005 express with Vista 64 Guide

    Vista 64 bit sql express install guide go to control panel add remove turn off windows features link tick IIS (Internet Information Services) [What to tick Folder Static Content Common HTTP Features Default Document Common HTTP Features HTTP Redirection Common HTTP...
  17. mazz

    2.3 Server Guide - Idiot Proof 4 VISTA

    Ok so i finally go this working for vista 64 bit home premium but when i use the manager to add a new data base i get an error Do i need dbcommander for sql 2005 btw there is alot more to the 64 bit version for sql 2005 express but it does work now I may make a tut off of this 1 if its ok
  18. mazz

    SQL Problem

    What are you trying to delete Maybe something to do with the index numbers
  19. mazz

    Vista 64 bit and sql 2000 sql 2005 dont work?

    Ive tryed both sql 2005 express and sql 2000 neither work for vista 64 bit I get a rollback with 2005 and in 2000 I simply cant connect to the DBserver database with sql < ---- this version comes with a (x86) version install (should work)
  20. mazz

    2.3 Server Guide - Idiot Proof 4 VISTA

    I dont know vista sux tbh i just installed sql 2000 it works great until you try to actually use it lol then my DBserver cant keep a connection lol the ****ty part is there is a (x86) install for sql 2000 which allows it to run 32 bit and 64 bit apps im running vista 64 so this is the right...