Instalation Sequences
#1
Posté 19 February 2006 - 01:26
Merci.
#2
Posté 19 February 2006 - 13:13
Tout est expliqué ICI et est très compréhensible à mon avis.
La séquence de base est pour une sorc light, elle est config pour faire eldritch et pindle.
Attention souvent les raccourcis clavier des skills changent alors faites de même.
Les modifications du fichier "mm.BOT.Sequences.ini" suivantes concernent uniquement les personnes qui use la séquence de base pour light sorc.
#3
Posté 19 February 2006 - 18:38
#4
Posté 20 February 2006 - 16:49
#5
Posté 20 February 2006 - 18:37
#6
Posté 20 February 2006 - 19:08
;==========>>Teleport Script Series<<========== ;Script: Blizzard Sorceress ;Author: Nicotine ;Based: N/A ;Monsters: Pindle ;Version: 5.44B6 ;Date: NOV. 24, 2005 ;Tested: Hell ;WebSite: http://mmscripts.omnesia.net ;============================================= ;==========>>Updates<<========== ; ; N/A ; ;=============================== ;==========================> Delays @Random_Delay1 = 500,2500 @Random_Delay2 = 500,2500 @Switch_Delay = 400 @PreCast_Delay = 100 @WarCry_Delay = 500 @Pindle_Freeze_Length = 500 @Pindle_Attack_Length = 9500 @Tele_Delay1 = 350 @Tele_Delay2 = 300 @Walk_Delay = 400 @Key_Delay = 50 @Loop_Delay = 100 @Pickit_Delay = 600 @Random_Sleep = 300 ;==========================> /Delays ;==========================> Skills @Teleport = la tu met tes racourci ( F1 F2 ... ) @Blizzard = la tu met tes racourci ( F1 F2 ... ) @Chilling_Armor =la tu met tes racourci ( F1 F2 ... ) @Glacial_Spike =la tu met tes racourci ( F1 F2 ... ) @Battle_Orders =la tu met tes racourci ( F1 F2 ... ) @Battle_Command =la tu met tes racourci ( F1 F2 ... ) ;==========================> /Skills ;============================= ;==========================> Blizzard Sorc Main [MAIN] NblizzPreCast,0 NblizzGotoAct5Wp,0 NblizzCTA,0 NblizzOutTown,0 NblizzPindleFreeze,@Pindle_Freeze_Length NblizzPindleKill,@Pindle_Attack_Length NblizzPindleEnd,0 ;==========================> Blizzard Sorc pre-cast [NblizzPreCast] K(@Chilling_Armor) S(@PreCast_Delay) RC(300,200) S(@Random_Delay1) ;EXEC:Example.au3 EXIT ;==========================> Blizzard Sorc goto Act5 WP [NblizzGotoAct5Wp] FUNC:A5WPtoATP EXIT ;==========================> Blizzard Sorc Shouts [NblizzCTA] SWITCH1 S(@Switch_Delay) K(@Battle_Orders) S(@Key_Delay) RC(400,300) S(@WarCry_Delay) K(@Battle_Command) S(@Key_Delay) RC(400,300) S(@WarCry_Delay) SWITCH2 S(@Switch_Delay) ;==========================> Blizzard Sorc Go to pindle [NblizzOutTown] K(@Teleport) S(@Key_Delay) BRC(400,-310) WEOT(@Tele_Delay1) RC(680,60) WEOT(@Tele_Delay1) BRC(510,0) WEOT(@Tele_Delay2) CLM EXIT ;==========================> Blizzard Sorc Freeze Pindle Attack [NblizzPindleFreeze] K(@Glacial_Spike) S(@Key_Delay) RCD(MFOC,IN) S(@Loop_Delay) CLM CMLM CTOE ;==========================> Blizzard Sorc Final Pindle Attack [NblizzPindleKill] K(@Blizzard) S(@Key_Delay) RCD(MFOC,IN) S(@Loop_Delay) CLM CMLM CMDEAD CTOE ;==========================> Blizzard Sorc Post Pindle [NblizzPindleEnd] K(@Teleport) S(@Key_Delay) RC(565,155) WEOT(@Tele_Delay1) PICKIT(@Pickit_Delay) S(@Random_Sleep) EXIT ;==========================> /EOF
ps : faut que tu ai un merco , sinon li l'aide que ta envoyer nounours et apré tu remplace ce qui ya dans mm.BOT.Sequences.ini par le code qui est la
ps : c'est pour pindle
#7
Posté 21 February 2006 - 00:01
#8
Posté 21 February 2006 - 00:02
Au faite fo TOUT ENLEVER dans sequence.ini ou juste modif?
#9
Posté 21 February 2006 - 12:25
;============================================================================== ;========= Manus-Magnus Diablo2 Lod Global MM.BOT.5.xx configuration ========== ;================= [url=http://perso.wanadoo.fr/manus-magnus]http://perso.wanadoo.fr/manus-magnus[/url] ===================== ;============================================================================== ; This file can be case sensitive, pay attention to write "Yes" and not "yes". ; All lines starting with a ";" are comments... All others are real variables. ; Commented information is important: Read all whatever is your bot experience. ;============================================================================== [Processes] ;############################################################################## ; ; PROCESSES & KEYS USAGE ; ; * D2_Path = D:\Diablo II ; * D2_MultiKeys => <Yes> or <No>. If you got multiple Diablo2 keys for botting ; write Yes here and go complete the config\mm.MultiKeys.ini file. Simply! ;============================================================================== D2_Path = D:\Diablo II\ <== ton repertoire ou est diablo2 ( en general c:\programs files\diablo II D2_MultiKeys = No ;============================================================================== [Extra] ;############################################################################## ; ; EXTRA DELAYS & SCRIPTS SETTINGS ; ;============================================================================== ; *Extra_CreateGameDelay => Delay in milliseconds before each game creation. ;------------------------------------------------------------------------------ Extra_CreateGameDelay = 10000 ;------------------------------------------------------------------------------ ; *Extra_RunsAmount => Maximum of runs before PAUSE the bot and apply the ; Extra_RunsAmountSleepTime. If you got more than 1 Cd-Keys set the bot will ; swap Keys sets each time the Extra_RunsAmount is reached! ; *Extra_RunsAmountSleepTime => This is the PAUSE Delay in minutes that apply ; once the Extra_RunsAmount is reached. ;------------------------------------------------------------------------------ Extra_RunsAmount = 20 Extra_RunsAmountSleepTime = 15 ;------------------------------------------------------------------------------ ; *Extra_RDGNE_SleepTime => PAUSE in minutes when IP BAN/Realm Down happen. ; NOTE: If you got more than 1 Cd-Keys set: the bot will swap Keys each time ; A IP BAN/Realm Down happen! ;------------------------------------------------------------------------------ Extra_RDGNE_SleepTime = 20 ;------------------------------------------------------------------------------ ; *Extra_RDGNE_Executable => Will execute this file ( ie: MYSCRIPT.EXE ) ; *Extra_RDGNE_ExecutablePath => Full path of this File ( ie: C:\D2SCRIPTS ) ; NOTE:Executable & ExecutablePath are here for IP RESET Scripts... ;------------------------------------------------------------------------------ Extra_RDGNE_Executable = No Extra_RDGNE_ExecutablePath = No ;------------------------------------------------------------------------------ ; *Extra_D2LogsDelete => If "Yes" will delete systematicly D2 logs files... ;------------------------------------------------------------------------------ Extra_D2LogsDelete = No ;============================================================================== ; Fast help about settings above... ;============================================================================== ; CONSIDERING AROUND 1 MINUTE / RUN: (TWEAK IF YOUR RUN TIME IS DIFFERENT...) ;------------------------------------------------------------------------------ ; 1/ IF YOU GOT ONLY 1 CD KEY SET: ; - Use the default settings above: the bot will make 10/ runs and sleep 15/ ; minutes. If a Realm Down or IP ban happen it will sleep 20/ minutes... ; 2/ IF YOU GOT 2 CD KEY SETs: try 13/10/20 ; 3/ IF YOU GOT 3 CD KEY SETs or more: 14/0/20 ; 4/ IF YOU WANT TO GO MORE FAST: 16/0/20 ; Note: if you got an Ip Reset Script you can setup Extra_RDGNE_SleepTime = 0 ;------------------------------------------------------------------------------ ; DONT FORGET THAT BLIZZARD ALLOWING A MAXIMUM OF 20 GAMES / HOUR / KEY SET... ;============================================================================== [Character] ;############################################################################## ; ; GLOBAL CHARACTER & GAMEKEYS PARAMETERS ; ; * Char_Mode => Mode <Single> for single player or <Battle> for battle.net. ; ==> <SEQ> special mode will help for sequences building: the bot will ; directly run the sequences that are in the mm.BOT.Sequences.ini file. Thats ; means you have launch Diablo 2 yourself (via a shortcut with the correct ; parameters: -direct -txt -w -ns -title "Diablo II" ) and to put your char ; just after the desired TP or WP. Once done; launch the mm.bot.5xx.exe. ; * Char_Account => Your account (Only required if <Battle> mode selected) ; * Char_Password => Your password (Only required if <Battle> mode selected) ; * Char_Slot => Character position in account screen (<1> to <8>) ; * Char_Difficulty => Difficulty: <Normal>, <Nightmare> or <Hell> ; * Char_BNGamePass_String => Suit of keys the bot will use randomly ; to create your games names and passes. You can put the same key multiple ; times (not too much). Set 20+ characters. Personalize it. ; * Char_MessageSent => /away or /dnd is recommended since messages from ; friends/wispers have colors that -will- disturb the bot! ; * Char_StartRunDelay => Hightly randomised delay at the absolute start of ; each run, when -in game- status is detected. (50-150) ;============================================================================== Char_Mode = Battle Char_Account = ton akka Char_Password = ton pass Char_Slot = 8 ( la place de ton perso 1 en premier en haut a gauche 2 en haut a droite , 8 en ba a droite ... ) Char_Difficulty = Hell ( la dificulté ) Char_BNGamePass_String = 123456789abcdefghijklmghnopqrstuvwxyz Char_MessageSent = /dnd Char_StartRunDelay = 100 ;============================================================================== ;############################################################################## ; ; LIFE AND MERC PREFERENCES ; ; * Char_MalahHealLifePercent AND Char_MalahHealManaPercent => The life or ; Mana needed to heal at Heal NPC (10% step precision, minimum 10% mana, ; less than 10% will make the bot ignore mana need, and minimum 50% for life) ; * Char_DrinkPotionLifePercent AND Char_DrinkPotionManaPercent => The Life or ; Mana percent needed to drink Potion (10% step precision....) ; * Char_UseMerc => Detect and ressurrect merc if dead <Yes> or <No> ; * Char_HealMerc => Will gave rejuv to merc if life is ~1/3 <Yes> or <No> ; * Char_PreventiveChicken => Chicken if, after a drink the bot see there ; is only 1 column of potions left ? <Yes> or <No> ; * Char_StopIfNoPots => Stop the bot if no more pots in belt ? <Yes> or <No> ; * Char_MaxDrinks => Maximum of drinks allowed per sequence (ie: Eldritch ; attack sequence) if this number is overrided the bot will chicken. ; * Char_CharHealTimer => Minimum time interval in ms between 2 char drinks. ; * Char_MercHealTimer => Minimum time interval in ms between 2 merc drinks. ; * Char_MercWeaponSwitch => Will switch merc weapon when resurrect (infinity!) ;============================================================================== Char_MalahHealLifePercent = 90 Char_MalahHealManaPercent = 70 Char_DrinkPotionLifePercent = 50 Char_DrinkPotionManaPercent = 10 Char_UseMerc = No <== si tu veu pas utilisé de merc met NO et si tu veu en utilisé un met YES , ps : pour pindle il te faut absolument un merco Char_HealMerc = Yes <== si tu veu heal ton merco Char_PreventiveChicken = Yes Char_StopIfNoPots = Yes Char_MaxDrinks = 7 Char_CharHealTimer = 400 Char_MercHealTimer = 800 Char_MercWeaponSwitch = Yes ;============================================================================== ;############################################################################## ; ; GAMBLE & DIABLO CLONE PREFERENCES ; ; * Char_StashGold => How much in inventory before stashing it ? ; * Char_GambleItem => Gambled item can be <Rings> OR <Amulets> OR <Circlets> ; * Char_GambleGoldStart => Gold amount to start gamble at Gamble NPC ; * Char_GambleGoldStop => Gold amount to stop gamble at Gamble NPC (>200k) ; * Char_GambleDelay => Delay before scan & iding, dont go below 600... ;============================================================================== ; * Char_IpFinderLastByte1,2,3 => Last byte of the server you are looking for. ; If good server is detected the bot will repeat the Precast Sequence Over & ; Over: thats means you need to have "cast in town" sequence to allow IDLE. ; As example Holy shield for pala, frozen armor for sorce, or others... Usage ; is No to ALL if you are NOT looking for a specific server. However put simple ; Bytes (ie: 66) if you search server(s). You can check up to 3 different IP. ; * Char_IpFinderExecutable => Name of the executable/script to launch when IP ; is found. (ie: MyWav.wav or MyScript.bat...) ; * Char_IpFinderExecutablePath => full path of the executable (ie: C:\MyFolder) ; NOTE: D2 window is re-maximized once your script/wav terminated to properly ; continue the IDLE using Precast to prevent bot focuse loose. Dont use a script ; or sound that runs too long. If ip found splash screen will spawn automaticly. ; NOTE: Make D2Clone appears at Eldtich and carry him to Shenk (easy kill). ;============================================================================== Char_StashGold = 300000 Char_GambleItem = Rings Char_GambleGoldStart = 1300000 Char_GambleGoldStop = 300000 Char_GambleDelay = 1300 ;============================================================================== Char_IpFinderLastByte1 = No Char_IpFinderLastByte2 = No Char_IpFinderLastByte3 = No Char_IpFinderExecutable = No Char_IpFinderExecutablePath = No ;============================================================================== ;############################################################################## ; ; DEFAULT INVENTORY & REPAIR PREFERENCES ; ; * Char_MiniFreeSpaces => At how much free spaces letf in inventory the bot ; will stop. Never let the bot continue to run while inventory & stash are full. ; NOTE: If you make multiple monsters and pickup rare you should have 24+ ! ; If you are only pickup few uniques you can decrease the value to 12-16. ;============================================================================== ; * Char_ForceRepairCycle => Will force a repair to Larzuk every xx runs. ; If value = 0 auto check repair is activated at the start of each run. ; Damaged armors/Helms/etc... And -melee- weapons are automaticly detected. ; Its recommended to force/define a cycle, since the auto check burn ~500 ms ; If you have a sorce give 100 (repair every 100 runs...It's an example.) ;============================================================================== Char_MiniFreeSpaces = 24 ;============================================================================== Char_ForceRepairCycle = 100 ;============================================================================== ;############################################################################## ; ; KEYBOARD SETTINGS/KEYS ; ; * Char_Key_Switch => The key you use to switch weapons (CTA or Eshield Switch) ; * Char_Key_AutoMap => The keyboard key you use to show the automap ; * Char_Key_Inventory => The keyboard key you use to view inventory ; * Char_Key_ShowItems => The keyboard key you use to view items on the floor ; * Char_Key_PotionsRow1 => Key for Potion 1 (from left to right) ; * Char_Key_PotionsRow2 => Key for Potion 2 (from left to right) ; * Char_Key_PotionsRow3 => Key for Potion 3 (from left to right) ; * Char_Key_PotionsRow4 => Key for Potion 4 (from left to right) ; NOTE : Example of keys: <SPACE>, <SHIFT>, <ALT>, <CTRL>, <F1>, <z>, <6>... ; NOTE : Use -simple- keys like SPACE or a, b, c, z.. instead of F1, F2, ALT ; if you are experiencing problems. Because -simple- keys can be more 'fast'. ; NOTE : Only rejuvenations potions are picked & recongnized by the BOT ; => Fill up the belt with REJUV or FULL REJUV potions only. ; => If you want only drink full rejuvs go to the Xrare section of mm.PkId.ini. ;============================================================================== Char_Key_Switch = w Char_Key_AutoMap = TAB Char_Key_Inventory = i Char_Key_ShowItems = ALT Char_Key_PotionsRow1 = & Char_Key_PotionsRow2 = é Char_Key_PotionsRow3 = " Char_Key_PotionsRow4 = ' ;============================================================================== [Advanced Settings] ;############################################################################## ; ; MOUSE AND KEYBOARD DIABLO 2 DELAYS/SENSIVITY ; ; If you dont know leave these settings as default. ; * (A)D2_FastClickDelaysRange = <mini>,<maxi> => Fast Clicks are most "actions" ; clicks like attacks, moves, hide mouse...etc.. this is the randomized time ; from <mini> to <maxi> in milliseconds mouse will be pressed: down,delay,up. ; * (B)D2_SlowClickDelaysRange = <mini>,<maxi> => Slow Clicks category, same thing ; as above, but this concern only slow speed required delays like out-of-game ; menus, Npc menus, repair button...etc... ; * ©D2_MouseClickDownDelay => Length a click is held down before release (ms). ; This delay is the autoit minimum press time for all clicks. ; * (D)D2_SendKeyDownDelay => Length a key is held down before release (ms). ; This delay is the autoit minimum press time for all keys. ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; All these delays can be tweaked to fix problems OR to increase performances: ; => Total Click time = © + (A OR B) + little value (internal & randomized) ; => Total Press Key time = (D) + little value (internal & randomized) ; D2 game have a worst sensivity for clicks and keypresses on low speed comps. ; Increasing a few © or/and (D) if you think the game does not receive ; properly the clicks/keys orders, Also search around for all others settings ; like delays in sequences. ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; Test these delays if you need speed: A = 10,15, B = 120,140, C & D = 15 ;============================================================================== D2_FastClickDelaysRange = 40,50 D2_SlowClickDelaysRange = 120,140 D2_MouseClickDownDelay = 20 D2_SendKeyDownDelay = 20 ;============================================================================== ;############################################################################## ; ; INTERACTS DELAYS ; ; If you dont know leave these settings as default. ; * Char_CheckMoveDelay => End of move detection Delay; more is low, more it ; will increase moves reactivity. If too much low the interacts or moves can ; become erratics...(milliseconds). Only concern walk/run moves ; - Try - values starting from 80 to 300 with steps of 20 ; NOTE: Char_CheckMoveDelay IS AN IMPORTANT FACTOR OF OPTIMIZATION !! ; * Char_NpcMenuDelay => A small delay after stop move when focusing an NPC ; the time to get his menu appears (varies, ms) And focus time on the menu. ; - Try - values starting from 300 to 600 with steps of 50 ; * ItemFocusDelay => time to wait before starting an iding scan, too much low ; delay can cause iding errors, too much high is time loss. >5 and <200. ; Usually is as low as computer is fast. ; * Weot_MiniDelay => When using the WEOT command: Minimum delay to wait before ; starting to check if the teleport was done or not. >100 and <600 ; * Weot_ScanDelay => When using the WEOT command: Delay between each scan. A ; scan serve to check if teleport was effective or not. >40 and <500 ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; Test this delay if you need speed: Char_CheckMoveDelay = 100 ; If you got a sorce with fast cast rate test this: Weot_MiniDelay = 350 ;============================================================================== Char_CheckMoveDelay = 150 Char_NpcMenuDelay = 700 ItemFocusDelay = 50 Weot_MiniDelay = 600 Weot_ScanDelay = 100 ;============================================================================== ;############################################################################## ; ; MISC & SPECIAL OPTIONS (some of them deserve support) ; ; If you dont know leave these settings as default. ; ; * BotProcessPriority => can be: Normal or Medium or High; default is medium ; but you can select High if you need more iding & pickit speed. ; ATTENTION: This option boost seriously the bot and all delays are impacted. ; * D2_RunStartKey => You can specify a Key that will be pressed at the ; start of each run. Designed to clear all messages from MapHack or any module. ; Must be done when third programs/hacks are used and disturb the bot due to ; screen messages. Leave it to <No> to dont use this option. ; * Misc_ByPassCheckCorpse => ByPass the Check of Corpse <Yes> ONLY if you are ; immortal... Maybe HC. This one will cute ~500 ms of game run time. ; * D2_PickitRescans => number of screen scans after the last pickup (pickit) ; * D2_PickitMaxRetries => max number of clicks done in a whole pickit action. ; * D2_SlowIntMDelay => Mouse Move speed for slow actions (fastest is 0) ; * D2_FastIntMDelay => Mouse Move speed for fast actions (fastest is 0) ; * D2_IdingMouseSpeed => Same thing as D2_Slow/FastIntMDelay usually at the ; same speed than D2_FastIntMDelay, But if you get iding errors set it to 2. ; * D2_MouseClickDelay => Length of the brief pause in between mouse clicks. ; * D2_SendKeyDelay => Length of the brief pause in between sent keystrokes. ; * LogScanDrop => <Yes> or <No> Will log all scanned on the grounds. ; * LogPicked => <Yes> or <No> Will log all picked/clicked on the ground items. ; * LogSold => <Yes> or <No> Will log all sold items and their statistics. ; * SleepMouseMoves => <Yes> or <No> If yes will move the mouse while sleep. ; * D2_WName => Name of the Diablo II window that the bot will look for. ; * D2_Executable => Name the the Diablo II executable file. ; * D2_CmdParameters => Diablo II executable parameters. ; * D2_SplashBotTitle => Defaut title you want for the bot splash window. ; * Bot_STOP_HotKey => HotKey that stop the bot, default is END ; * Bot_PAUSE_HotKey => HotKey that pause the bot, default is PAUSE ; * Bot_INILOAD_HotKey => HotKey that load .ini settings, default is INS ; (Insert key): Near all settings are reloaded, include PkId & Sequences ! ; Note: Do not execute the INILOAD while attacking monsters... ;============================================================================== BotProcessPriority = Medium D2_RunStartKey = No Misc_ByPassCheckCorpse = No D2_PickitRescans = 1 D2_PickitMaxRetries = 8 D2_SlowIntMDelay = 2 D2_FastIntMDelay = 1 D2_IdingMouseSpeed = 1 D2_MouseClickDelay = 5 D2_SendKeyDelay = 5 LogScanDrop = Yes LogPicked = Yes LogSold = Yes SleepMouseMoves = Yes D2_WName = Diablo II D2_Executable = Diablo II.exe D2_CmdParameters = -w -ns -lq -direct -txt -title "Diablo II" D2_SplashBotTitle = Bot_STOP_HotKey = END Bot_PAUSE_HotKey = PAUSE Bot_INILOAD_HotKey = INS ;==============================================================================
ps : il faut que tu utilise 3 colonne au max (3 colonne remplies ) sinon le bot marche pas
ps 2 : edit tes message plutot que de repost
#10
Posté 21 February 2006 - 19:57
##############################################################################
;
; INSERT THE SEQUENCES YOU WANT EXECUTE IN THIS FILE...
;
;##############################################################################
; Sequences are starting from the Act 5 downstairs (near Stash and Cain)
; Absolutly read the mm.BOT.MANUAL.htm to understand what you are doing.
; Usefull tool to create & tweak sequences is in \Tools\mm.RBlocks.exe
; Dont forget to try the special SEQ mode to create sequences (mm.BOT.ini)
; Know CTA switch, internal functions calls & scripts executions are possible
; throught this advanced sequencer. Read more about it in the damn manual.
;##############################################################################
; SETTINGS:
;==============================================================================
; Default sequence is the light sorce one, but you can replace it or edit it
; by whatever you want. Refers the MANUAL to know more about light sorce & merc.
; Lightning sorce is the easiest & cheapest character to proceed Pindle +
; and Eldritch runs for MFing and eventually Shenk runs.
; BUT Much others builts are possible, of course!
; Dont forget to check your keys settings in \Config\mm.BOT.ini !!
;==============================================================================
; Replace below the keys your character use in game for these skills:
; Note; All skills are at right click in these sequences:
;==============================================================================
@TP_Scroll_Key = f7 ; TP Scroll Skill key (must have it and a TP tome...)
@Teleport_Key = f1 ; Teleport Skill Key (must have it)
@Lightning_Key = f2 ; Lightning Skill Key (must have it)
@Chain_Lightning_Key = f3 ; ChainLightning Skill Key (must have it)
@Telekinesis_Key = f6 ; Telekinesis Skill Key (must have it)
@Frozen_Armor_Key = f4 ; Frozen Armor Skill Key (put a blank if you dont have)
@Mana_Shield_Key = f5 ; Mana Shield Skill Key (put a blank if you dont have)
@Battle_Commands_Key = ; Battle Commands Skill Key (leave blank if you dont have)
@Battle_Orders_Key = ; Battle Orders Skill Key (leave blank if you dont have)
;NOTE: to use CTA uncomment the CL_Sorc_Will_Use_Cta sequence in the [MAIN] below
;==============================================================================
; Eventually change the settings below to resolve problems or increase speed.
;==============================================================================
@Random_Delay_Before_Eldritch = 100,200 ; <mini>,<maxi> TOWN random delay (ms.)
@Random_Delay_Before_Pindle = 100,200 ; <mini>,<maxi> TOWN random delay (ms.)
@Wait_End_Of_Teleport_Delay = 1200 ; Delay before retry to teleport (ms.)
@Timeout_Eldritch_Pre_Attack = 4000 ; Maximum primary attack time on Eldritch (ms.)
@Timeout_Shenk_Pre_Attack = 4000 ; Maximum primary attack time on Shenk (ms.)
@Timeout_Pindle_Pre_Attack = 4000 ; Maximum primary attack time on Pindle (ms.)
@Timeout_Eldritch_Attack = 20000 ; Maximum main attack time on Eldritch (ms.)
@Timeout_Shenk_Attack = 20000 ; Maximum main attack time on Shenk (ms.)
@Timeout_Pindle_Attack = 20000 ; Maximum main attack time on Pindle (ms.)
@Timeout_Council_Attacks = 15000 ; Maximum main attacks time on Council (ms.)
;==============================================================================
@Pre-Cast_Random_Delay = 300,400 ; Random Delay when casting CTA or Pre-Cast (ms.)
@Attack_Loop_Delay = 100 ; Tweak it to change attacks loop/cast speed (ms.)
@Key_Push_Delay = 100 ; Delay to let the Skills appears at right click (ms.)
@WP_Menu_Delay = 400 ; Delay x2 to wait the WP menu appears at screen.
;==============================================================================
#11
Posté 21 February 2006 - 19:59
#12
Posté 21 February 2006 - 21:00
le 1er truc code ça m'avance pas xD
#13
Posté 21 February 2006 - 22:13
#14
Posté 22 February 2006 - 12:18
Le mieux reste IRC
#15
Posté 22 February 2006 - 13:22




