Aller au contenu


Photo

Probléme Mm.bot Soso Feu


  • Veuillez vous connecter pour répondre
Aucune réponse à ce sujet

#1 SmilexD

SmilexD

    Newbie lvl 1

  • Membres
  • 1 messages

Posté 28 February 2009 - 16:04

Bonjour tout le monde,

j'ai récupéré la séquence soso feu (ou froid) de ce forum mais cela ne fonctionne pas bien.

le bot se téléporte bien devant les boss mais lance une ou deux attaques (ce qui ne tue donc pas forcément le monstre), se télé sur lui, n'a rien à loot (normal..) et finalement passe au monstre suivant.

J'ai bien vérifié mes skills sous le jeu.

séquence :
; 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);##############################################################################;##############################################################################;; INSERT THE SEQUENCES YOU WANT EXECUTE IN THIS FILE...;; NOTE FROM THE AUTHOR:; Updated for ====== Version 5.44 ======; Created by Sn0wDoG, Tweaked To Work Perfectly by KillerXxX; And updated again by Sn0wDoG with new TP functions...; Last update for V 5.44 including some bug fixes by WildRob;##############################################################################; 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 Toolsmm.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:;==============================================================================; 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 = F4; Touche pour faire un tp (vous devez avoir un livre tp avec des tp dedans )@StandStill_Key = w ; Touche ne pas bouger - ne fonctionne pas avec la touche SHIFT!; Cette ligne est tres importante , la touche est a programmer dans le jeu diablo;Dans la section >>> options >>> configurer commandes >>> c'est la touche : "ne pas bouger".@Attack1_Key = F3 ; Blizzard / Meteor (must have it)@Attack2_Key = F2 ; Galacial Spike / Fireball (must have it)@Teleport_Key = F1 ; Teleport (must have it)@EnergyShield_Key =  ; Bouclier d'energie (leave blank and comment in [PreCast] if you dont have)@FrozenArmor_Key =  ; Any Armor(Frozen,Shiver,Chilling) (leave blank and comment in [PreCast] if you dont have)@BattleCommand_Key = ; BattleCommand (leave blank and comment SwitchCTA,0 in [MAIN] if you dont have)@BattleOrder_Key = ; BattleOrder (leave blank and comment SwitchCTA,0 in [MAIN] if you dont have);******NOTE: pour utiliser CTA enlevez le " ; " devant les ligne SwitchCTA de la section [MAIN]!!!!******; EXPLANATION:; Comment means putting a ';' in front of a sequence line.; Uncomment means removing a ';' from front of a sequence line.;==============================================================================; Eventually change the settings below to resolve problems or increase speed.;==============================================================================@Random_Delay_Before_Eldrich = 100,200; , TOWN random delay (ms.)@Random_Delay_Before_Pindle = 100,200 ; , TOWN random delay (ms.)@Wait_End_Of_Teleport_Delay = 1200 ; Delay before retry to teleport (ms.)@Timeout_Kill_Eldrich = 13000 ; Maximum attack time on Eldritch (ms.)@Timeout_Kill_Shenk = 12000 ; Maximum attack time on Shenk (ms.)@Timeout_Kill_Pindle = 11000 ; Maximum attack time on Pindle (ms.)@Random_Delay_Befor_Run = 140000,160000; , TOWN random delay before run (ms.); Use the last delay to make sure that your game is at least 3min long,; so you can make runs without any pauses between.;==============================================================================@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 = 300 ; Delay x2 to wait the WP menu appears at screen.@Switch_Delay = 100 ; Delay to switch to CTA;==============================================================================;##############################################################################; SEQUENCE:;==============================================================================; NOTE: Vous avez 3 options:; -------------------------------------------------------------------------------------------------------; - Vous tuez seulement PINDLE alors mettez un ";" devant les lignes :;; ;GoToAct5Wp,0; ;SwitchCTA,0; ;GoEld,0; ;KillEld,@Timeout_Kill_Eldrich; ;LootEld,0; ;GoHomeEld,0;; ;GoShenk,0; ;KillShenk,@Timeout_Kill_Shenk; ;LootShenk,0; ;GoHomeShenk,0; -------------------------------------------------------------------------------------------------------; - Ou vous tuez ELDRITCH & PINDLE alors mettez un ";" devant les lignes :;; ;GoShenk,0; ;KillShenk,@Timeout_Kill_Shenk; ;LootShenk,0; ;GoHomeShenk,0; -------------------------------------------------------------------------------------------------------; - Ou vous tuez ELDRITCH & SHENK & PINDLE alors mettez un ";" devant les lignes :;; ;GoHomeEld,0; TOUS CES CHANGEMENT SONT A FAIRE DANS LA SECTION [MAIN] SI DESSOUS !!;==============================================================================;==============================================================================;Sorc Main;==============================================================================[MAIN];Sleep,0PreCast,0GoToAct5Wp,0; SwitchCTA,0 ; Uncomment if you have CTA on your second weapon switch.GoEld,0KillEld,@Timeout_Kill_EldrichLootEld,0; GoHomeEld,0GoShenk,0KillShenk,@Timeout_Kill_ShenkLootShenk,0GoHomeShenk,0GoPindleTP,0;SwitchCTA,0 ;This one is for Pindle Only! Uncomment if you have CTA.GoPindle,0KillPindle,@Timeout_Kill_PindleLootPindle,0; NE RIEN TOUCHER APRES CETTE LIGNE;==============================================================================;Sorc Sleep for no-pause-runs;==============================================================================[Sleep]S(@Random_Delay_Befor_Run)EXIT;==============================================================================;Sorc PreCast;==============================================================================[PreCast]K(@FrozenArmor_Key) ; Comment If you dont have any Cold ArmorS(@Key_Push_Delay) ; Comment If you dont have any Cold ArmorRC(300,200) ; Comment If you dont have any Cold ArmorS(@Pre-Cast_Random_Delay) ; Comment If you dont have any Cold Armor; -------------------------------------------------------------------------------------------------------------------K(@EnergyShield_Key) ;Comment If you dont have EnergyShield.S(@Key_Push_Delay) ;Comment If you dont have EnergyShield.RC(300,200) ;Comment If you dont have EnergyShield.S(@Pre-Cast_Random_Delay) ;Comment If No EnergyShield.EXIT;==============================================================================;Sorc Go to Act5 WP;==============================================================================[GoToAct5Wp];FUNC:A5WPtoATP;For Pindle onlyFUNC:A5EWP ;For Eldrich/Shenk and PindleS(1000)EXIT;==============================================================================;Sorc Switch to CTA;==============================================================================[SwitchCTA]S(@WP_Menu_Delay)SWITCH1 ; Internal SWITCH1 command (Switch to secondary gear).K(@Battle_Commands_Key)S(@Key_Push_Delay)RC(500,60)SR(@Pre-Cast_Random_Delay)K(@Battle_Orders_Key)S(@Key_Push_Delay)RC(500,60)S(@Pre-Cast_Random_Delay)SWITCH2 ; Internal SWITCH1 command (Switch back to primary gear).EXIT;==============================================================================;Sorc Go to Eldrich;==============================================================================[GoEld]K(@Teleport_Key)S(@Key_Push_Delay)BRC(155,-60)WEOT(@Wait_End_Of_Teleport_Delay)CLMCMLBRC(70,-330)WEOT(@Wait_End_Of_Teleport_Delay)CLMCMLEXIT;==============================================================================;Sorc Kill Eldrich;==============================================================================[KillEld]CLMCMLKD(@StandStill_Key)S(@Key_Push_Delay)K(@Attack1_Key)RCD(MFOC)S(@Attack_Loop_Delay)K(@Attack2_Key)RCD(MFOC)S(@Attack_Loop_Delay)RCD(MFOC)S(@Attack_Loop_Delay)RCD(MFOC)S(@Attack_Loop_Delay)RCD(MFOC)K(@Attack1_Key)RCD(MFOC)CLMCMLCMDEADCTOE;==============================================================================;Sorc Loot Eldrich;==============================================================================[LootEld]S(300)PICKIT(600)S(200)PICKIT(600)EXIT;==============================================================================;*EITHER* Sorc Go Home after Eldrich;==============================================================================[GoHomeEld]K(@TP_Scroll_Key)S(@Key_Push_Delay)FUNC:TOWNTP; Return to town using tpFUNC:A5TownPoint; Check items at malah, merc status, stash, repair etc... And go to A5 Town WP.EXIT;==============================================================================;*OR* Sorc Go Shenk;==============================================================================[GoShenk]K(@Teleport_Key)S(@Key_Push_Delay)RC(430, 510)WEOT(@Wait_End_Of_Teleport_Delay)CLMCMLRC(430, 510)WEOT(@Wait_End_Of_Teleport_Delay)CLMCMLRC(430, 510)WEOT(@Wait_End_Of_Teleport_Delay)CLMCMLBRC(300,140)WEOT(@Wait_End_Of_Teleport_Delay)CLMCMLBRC(690,330)WEOT(@Wait_End_Of_Teleport_Delay)CLMCMLBRC(650,260)WEOT(@Wait_End_Of_Teleport_Delay)CLMCMLBRC(360,350)WEOT(@Wait_End_Of_Teleport_Delay)CLMCMLBRC(515,180)WEOT(@Wait_End_Of_Teleport_Delay)CLMCMLEXIT;==============================================================================;Sorc Kill Shenk;==============================================================================[KillShenk]CLMCMLKD(@StandStill_Key)S(@Key_Push_Delay)K(@Attack1_Key)RCD(MFOC)S(@Attack_Loop_Delay)K(@Attack2_Key)RCD(MFOC)S(@Attack_Loop_Delay)RCD(MFOC)S(@Attack_Loop_Delay)RCD(MFOC)S(@Attack_Loop_Delay)RCD(MFOC)K(@Attack_Loop_Delay)RCD(MFOC)CLMCMLCMDEADCTOE;==============================================================================;Sorc Loot Shenk;==============================================================================[LootShenk]S(@Key_Push_Delay)K(@Teleport_Key)S(@Key_Push_Delay)RC(700,550)WEOT(@Wait_End_Of_Teleport_Delay)S(300)PICKIT(600)S(200)PICKIT(600)EXIT;==============================================================================;Sorc Go Home after Shenk;==============================================================================[GoHomeShenk]K(@TP_Scroll_Key)S(@Key_Push_Delay)FUNC:TOWNTP ; Return to town using tpFUNC:A5TownPoint; Check items at malah, merc status, stash, repair etc... And go to A5 Town WP.EXIT;==============================================================================;Sorc Go Pindle;==============================================================================[GoPindleTP]FUNC:A5WPtoATP;==============================================================================;Sorc Go Pindle;==============================================================================[GoPindle]S(100)K(@Teleport_Key)S(@Key_Push_Delay)BRC(380,-295)WEOT(@Wait_End_Of_Teleport_Delay)RC(696,64)WEOT(@Wait_End_Of_Teleport_Delay)RC(749,119)WEOT(@Wait_End_Of_Teleport_Delay)CLMEXIT;==============================================================================;Sorc Kill Pindle;==============================================================================[KillPindle]CLMCMLKD(@StandStill_Key)S(@Key_Push_Delay)K(@Attack1_Key)RCD(MFOC)S(@Attack_Loop_Delay)K(@Attack2_Key)RCD(MFOC)S(@Attack_Loop_Delay)RCD(MFOC)CMDEADS(@Attack_Loop_Delay)RCD(MFOC)CMDEADCTOES(@Attack_Loop_Delay)RCD(MFOC)CMDEADCTOEK(@Attack1_Key)RCD(MFOC)CMDEADCTOECLMCML;==============================================================================;Sorc Loot Pindle;==============================================================================[LootPindle]S(300); K(@Teleport_Key); S(@Key_Push_Delay); BRC(60,90); WEOT(@Wait_End_Of_Teleport_Delay)CLMCMLPICKIT(600)S(300)PICKIT(600)EXIT

log :
02/28 15:40:50 [I]> 02/28 15:40:50 [I]> ========================================02/28 15:40:50 [I]> mm.BOT.5.46 was launched for Battle mode.02/28 15:40:50 [I]> ========================================02/28 15:40:50 [I]> 02/28 15:40:50 [I]> Autoit Options, mm.BOT.ini, and HotKeys loaded.02/28 15:41:01 [I]> Compilation by mmcl.PKID.Compiler.exe was successful!02/28 15:41:01 [I]> Empty Inventory, Stash, Npc, Cube, and Belt references loaded.02/28 15:41:02 [I]> PKID loaded 209 XUniques statistics in iding database.02/28 15:41:03 [I]> PKID loaded 5523 XRares statistics in iding database.02/28 15:41:03 [I]> PKID loaded 7 Sets statistics in iding database.02/28 15:41:03 [I]> PKID loaded 264 Grays statistics in iding database.02/28 15:41:03 [I]> PKID loaded 93 Whites statistics in iding database.02/28 15:41:03 [I]> PKID loaded 1051 Magics statistics in iding database.02/28 15:41:05 [I]> PKID loaded 7147 Total statistics in iding database.02/28 15:41:06 [I]> PKID loaded 124 XUniques items to pickup.02/28 15:41:06 [I]> PKID loaded 436 XRares items to pickup.02/28 15:41:06 [I]> PKID loaded 7 Sets items to pickup.02/28 15:41:06 [I]> PKID loaded 55 Grays items to pickup.02/28 15:41:06 [I]> PKID loaded 42 Whites items to pickup.02/28 15:41:06 [I]> PKID loaded 109 Magics items to pickup.02/28 15:41:06 [I]> PKID loaded 773 Total items to pickup.02/28 15:41:08 [I]> SEQUENCER loaded PreCast with 9 commands.02/28 15:41:08 [I]> SEQUENCER loaded GoToAct5Wp with 3 commands.02/28 15:41:08 [I]> SEQUENCER loaded GoEld with 11 commands.02/28 15:41:08 [I]> SEQUENCER loaded KillEld with 63 commands.02/28 15:41:08 [I]> SEQUENCER loaded LootEld with 5 commands.02/28 15:41:08 [I]> SEQUENCER loaded GoShenk with 35 commands.02/28 15:41:08 [I]> SEQUENCER loaded KillShenk with 21 commands.02/28 15:41:08 [I]> SEQUENCER loaded LootShenk with 10 commands.02/28 15:41:08 [I]> SEQUENCER loaded GoHomeShenk with 5 commands.02/28 15:41:08 [I]> SEQUENCER loaded GoPindleTP with 1 commands.02/28 15:41:08 [I]> SEQUENCER loaded GoPindle with 11 commands.02/28 15:41:08 [I]> SEQUENCER loaded KillPindle with 26 commands.02/28 15:41:08 [I]> SEQUENCER loaded LootPindle with 7 commands.02/28 15:41:08 [I]> SEQUENCER loaded 13 Total sequences.02/28 15:41:08 [I]> Bot process priority: High speed.02/28 15:41:09 [I]> Diablo II processes closed successfully.02/28 15:41:10 [I]> Diablo 2 will be launched with these parameters:02/28 15:41:10 [I]> E:\Program Files\Diablo II\Diablo II.exe  -w -ns -lq -direct -txt -title "Diablo II" (title: Diablo II)02/28 15:41:15 [I]> Bot process priority: High speed.02/28 15:41:15 [I]> Diablo II started.02/28 15:41:23 [I]> Login done.02/28 15:41:25 [I]> Character selected.02/28 15:41:25 [I]> ==> Cycle: 1 => Run: 1 Started. [Games created yet: 1]02/28 15:41:40 [I]> Game Created successfully.02/28 15:41:40 [I]> Starting from Act5.02/28 15:41:43 [I]> Inventory reference: Sequences use TPs to Town and TP tome is in inventory02/28 15:41:43 [I]> Inventory reference:== Inventory: ==o o o o o o + + + + o o o o o o + + + + o o o o o o + + + + o o o o o o + + + + 02/28 15:41:43 [I]> Inventory: 16 used 1*1 spaces.02/28 15:42:20 [I]> User have stopped the bot.

Merci d'avance de vos réponses :D