Search results

Play Now
  1. Coly

    FP - Change FP -> ITEMS

    N4 is not the problem : - Nx = Integer Global - Dx = Digit - Px = Integer Local (only in function) - Ax = letters - Bx = letters Global ...
  2. Coly

    This Correct Script? MISSION command?

    ahhh Sorry I see a "0" please delete it here ( ApplyPath "0,538,587,10" NumaSoldier0 <--)
  3. Coly

    This Correct Script? MISSION command?

    Test it out. so you learn a bit ;-)
  4. Coly

    This Correct Script? MISSION command?

    mongenp "0,538,587,5" NumaSoldier 5 AddPath 507, 452 AddPath 442, 386 AddPath 467, 373 ApplyPath "0,538,587,10" NumaSoldier ClearPath Delaygoto [Grobal] 60 @Next_Mob_Call This you can use to work with Mission on the Monster. mongenp and ApplyPath is the Start place, AddPath is...
  5. Coly

    Hell´s Map

    Falador I understand Mukai, he will get the Information for the Doors for the New Lava Maps ;-) . Look at the Post from him, the Map Name show he use the new Maps.
  6. Coly

    SQL scripting

    lol Poseidon, ok ^^ I know the wizard from Illu ;-) so you know the Quest system or have it see and play with it. SPs is designed for Massive Ask to the DB or better say you Call the function in the DB and it work direct in the DB, it is faster and you can make more. Using SPs for Quest need...
  7. Coly

    SQL scripting

    Yes I have read your PM but no Idea how you need it and you have ask for Wil / Wix and not for SQL things... I can you see yes it is possible to access all DBs you love or need ^^ but not only with Mir3 script, for this you need many more and very good Knowlage in MS-SQL DB-Coding (Stored...
  8. Coly

    Npc Only 2 Hours ¿help?

    Yes it is possible with the CMD Command and a Timer. for the CMD Comand look in the Sabuk War Manager with Moving NPCs from Sabuk to other place.
  9. Coly

    SQL scripting

    other I everytime see is all made it so : [@blub] #IF <-- ?? don't put it on the first if you don't use it #ACT .... In my Time with Mir3 I have write many Scripts and some very special ^^ like my Quest System (some know) and more. So I believe I have a littel bit Knowlage in Mir3...
  10. Coly

    SQL scripting

    Yes it is wrong ^^, with Checklevel you can check if the User Level > or < like this : #IF CheckLevel 40 #SAY OK your level is 40 or higher or #IF !CheckLevel 40 #SAY OK your level is 40 or lower
  11. Coly

    SQL scripting

    at first, ohhhh my god ... ^^ ok hallmat, test this ;-) [@main] #ACT FormatStr "FLD_CHARACTER='%s'" %USERNAME ReadValueSql "TBL_character" %A9 "FLD_Level" [@nextline] [@nextline()] #ACT Mov P1 %ARG(1) #SAY <$output(USERNAME)> is now level <$output(P1)> %A9 "FLD_Level"...
  12. Coly

    Xmass Event

    The best way you learn the Script things with the help of the Script lesson from Xtream Server Team. You must register on the Forum and then you can read the lessons. Info for this you find here many.
  13. Coly

    Problems Hell´s Minimaps!

    Dungeon and Tile + the New Animation, yes I know and it is normaly with new maps XD ... look in the DM2 Section, in this you find a pic from me with the Lava things. ahm with the Mini Map, the Mini map in the older Client have special 1 to X Size calc with the Main Map size, if it not correct...
  14. Coly

    Problems Hell´s Minimaps!

    @Geordiehc The maps Run on 3.38 ... 3.xx . Go to Korean FTP from wemade and Download this, put it to your Client and Done. same with the Lava Maps... I don't see Problems, I have both for some Month test on my 3.40 System whitout Problems. I can't see new on this, all very old things...
  15. Coly

    [1st NPC] Pet Rental

    You need Checking Gold like this : .... #IF CheckGold 100000 #ACT Take Gold 100000 #ELSEACT Goto @UserHaveNoGold If you dislike to Many Pets Check have the User a Pet or not... For a Basic Script is not bad... Littel Tip : Make better Function name like this : [@Pet_Level_40] or...
  16. Coly

    Arrays, switch, multiple IFs

    and with A5 ^^ : [@Switch()] #ACT Mov A1 %ARG(0) #IF Equal A1 "blablah" #ACT Mov N1 10000 Goto @GiveGold Break #IF Equal A1 "blablah1" #ACT Mov N1 20000 Goto @GiveGold Break #IF Equal A1 "blablah2" #ACT Mov N1 30000 Goto @GiveGold Break #IF #ACT Break...
  17. Coly

    My first npc

    Not so bad for the first ^^, only a bit hard to read it... a littel bug I have see is here : {@WLC] <-- { = [ #if #act addskill WarLordCloud 3 #say DONE Master! \ \ \ <Add More/@tao>\ I can't say if have Mir2 Command Goto and Call Function, if yes then you can some things made easy. (It can...
  18. Coly

    Programs?

    yep shorty... I grab the Bios info with asm and use a bit from this. On the other hand I use some other things and on the End I have for one user 10 HWIDS with special system we can see changes and fakes on it. at last, all User have a Unic ID this can't be change. @hallmat CPU-ID you find only...
  19. Coly

    Programs?

    @PunkBuster use HWID and you can Spoof it with a tool.. @BiosBuildDate you can chenge in the Registry easy. (for Bios things he need to Capture the raw Data and this need knowlage)
  20. Coly

    msdb, CruelDragon3GBaseData, and Hero3G db's are now "Suspect"

    Illusion Server Use SQL2005 since it come out and we have no Problems. all I dislike on the new one is the QueryAnalyser it is now integret in the Manager direct. Convert 2000 -> 2005 is no more a problem, the updates has fix all the old problems. For To big DB use the SQL Compress tool, is on...