Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
requesting Meteor/FB script please
#1
I just got mmBot but I am clueless like Popeye on the sequence part.
Can anyone make(or find) me a Meteor/FireBall sequence please?? Prefer running Pindleskin only on Nightmare.

Thx
Reply
#2
give this a try (compliments of shift)

you'll need to set all the keys in the skill section to make sure they match your in game keys. (particularly make sure you have a 'standstill' key set and a 'clear screen' key set.) To make it nightmare you have to edit the mmbot.ini file which is in the same folder as the sequence. (should say Hell as a default, in tha place where you tell it what character to use) If you do have a CTA remove the semi-colon before the line 'CTA,0'

Code:
;----------------------------------------------------------------------------------
;###########################>> TELEPORT SCRIPT SERIES <<###########################
;----------------------------------------------------------------------------------
;Script: Fireball / Meteor
;Author: nicotine
;Based: Gbud
;Monsters: Eldritch and Pindle
;Version: 5.44Bxx+
;Date: NOV. 02, 2005
;Tested: Hell
;WebSite: [url=http://mmforums.omnesia.net/][COLOR=#0000ff]http://mmforums.omnesia.net[/COLOR][/url]
;-----------------------------------------------------------------------------------
;# ¤º°`°º¤ø,¸¸,ø¤º°`°¤ SPECIAL THANKS ¤º°`°º¤ø,¸¸,ø¤º°`°¤ #
;-----------------------------------------------------------------------------------
;Creator: Manus-Magnus, of course
;Brother: Gbud
;Staff: Ramadash, Joaquinm, Arkansaw, Smorg, White, Iverson_est, Sn0wDoG, Frixionburne and Orgassmo -- Thanks Guys
;-----------------------------------------------------------------------------------
;###########################>> /TELEPORT SCRIPT SERIES <<###########################
;-----------------------------------------------------------------------------------

;-------------------------------------------------------------------
;###########################>> UPDATES <<###########################
;-------------------------------------------------------------------
;Updated: Jan. 23, 2006 --> Added Variables and Delays
;
;Updated: Jan. 24, 2006 --> CTA Support
;
;Updated: Feb. 25, 2006 --> Changed Pindle meteor points to static locations(Thanks deFiant)
;-------------------------------------------------------------------
;###########################>> /UPDATES <<##########################
;-------------------------------------------------------------------

;-------------------------------------------------------------------
;###########################>> DELAYS <<############################
;-------------------------------------------------------------------
@Switch_Delay = 400
@Cast_Delay = 350
@Meteor_Delay = 1200
@PreCast_Delay = 100
@WarCry_Delay = 500
@Eldritch_Attack_Length = 9500
@Pindle_Attack_Length = 9500
@Tele_Delay = 350
@Key_Delay = 50
@Loop_Delay = 100
@Pickit_Delay = 600
@Random_Sleep = 300
;-------------------------------------------------------------------
;###########################>> /DELAYS <<###########################
;-------------------------------------------------------------------

;-------------------------------------------------------------------
;###########################>> SKILLS <<############################
;-------------------------------------------------------------------
@Teleport=
@Shield=
@Fireball= ;LEFT CLICK
@Meteor=
@Standstill= ;NOT SHIFT
@TownPortal=
;-------------------------------------------------------------------
;##########################>> /SKILLS <<############################
;-------------------------------------------------------------------

[MAIN]
Precast,0
;GotoAct5Wp,0
;CTA,0
;GoToEld,0
;KillEld,@Eldritch_Attack_Length
;LootEld,0
Home2Pind,0
ToPindle,0
KillPindle,@Pindle_Attack_Length
LootPindle,0
;==============================

;========== Precast ===========
[Precast]
K(@Shield)
S(@Key_Delay)
RC(300,200)
S(@PreCast_Delay)
EXIT
;==============================

;============= GO =============
[GotoAct5Wp]
FUNC:A5EWP
EXIT
;==============================

;============ CTA =============
[CTA]
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)
;==============================

;========== GoToEld ===========
[GoToEld]
K(@Teleport)
S(@Key_Delay)
BRC(25,-46)
WEOT(@Tele_Delay)
BRC(30,-273)
WEOT(@Tele_Delay)
CLM
K(@Meteor)
S(@Key_Delay)
RC(478,59)
S(@Meteor_Delay)
CLM
RC(450,200)
S(@Cast_Delay)
CLM
EXIT
;==============================

;========== KillEld ===========
[KillEld]
CLM
KD(@Standstill)
S(@Key_Delay)
LCD(MFOC)
S(@Key_Delay)
CMDEAD
CTOE
;==============================

;========== LootEld ===========
[LootEld]
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
CML
EXIT
;==============================

;========= Home2Pind ===========
[Home2Pind]
K(@TownPortal)
SRC
FUNC:TOWNTP
FUNC:A5TownPoint
FUNC:A5WPtoATP
EXIT
;==============================

;========== ToPindle ==========
[ToPindle]
K(@Teleport)
S(@Key_Delay)
BRC(280,-300)
WEOT(@Tele_Delay)
RC(780,50)
WEOT(@Tele_Delay)
RC(785,130)
WEOT(@Tele_Delay)
CLO
K(@Meteor)
S(@Key_Delay)
RC(528,244)
S(@Meteor_Delay)
RC(528,244)
S(@Key_Delay)
EXIT
;==============================

;========== KillPindle ========
[KillPindle]
CLM
CMLM
KD(@Standstill)
S(@Key_Delay)
LCD(MFOC)
S(@Key_Delay)
CMDEAD
CTOE
;==============================

;========== LootPindle ========
[LootPindle]
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
EXIT
;==============================
Reply
#3
Thank you. This one was the one i tried b4, but i got another script already and modded for Pindle-only.


Will it be better if I set to Eld+Pindle?
Reply
#4
Might as well. Eld is pretty easy (shenk can be a bit tough with the horde of guys surrounding him), you can get some descent stuff - so two chances per game instead of one. and will slow your game creation slightly.... you might get banned less.
Reply
#5
I dunno, this script seems to suck because it wont even let my sorc find the waypoint, and its the only sorc sequence that does this...
Reply
#6
I forgot to agree, so I agree. It gets stuck on the wp.

But it does work if you takie out the elidith part.
Reply
#7
so cut the return to wp part out of the blizz sorc sequence... and paste it right in, then make sure you add the command to the top. let me know if you cant get it to work

(not the blizz osrc I just posted, that one does shenk; look for one from shift)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,272 08-25-2012, 01:20 AM
Last Post: comper
  Etal Script for Hdin please? Joel Gonzalez 19 458 08-17-2012, 07:15 AM
Last Post: comper
  elite polearm script wishyq 2 138 08-17-2012, 06:50 AM
Last Post: comper
  help with script plz kaosme69 18 297 07-26-2012, 10:02 AM
Last Post: comper
  ISO : WW Assassin script ww/ls devonfym 3 164 07-21-2012, 02:56 AM
Last Post: comper
  Kolton script wakka help 48Inches 1 136 07-09-2012, 04:44 AM
Last Post: comper
  [D2NT Release] Amazon Jav/Bow Script v1.6 skidude 25 13,089 06-19-2012, 07:05 AM
Last Post: comper
  Skele Nec script? sly- 11 300 06-10-2012, 03:48 AM
Last Post: comper
  Complete Diablo 2 Unique Pickit script for D2Nt bot Jammer74 68 32,370 05-03-2012, 07:01 AM
Last Post: comper
  Bot script help DragonSpirited 1 192 04-06-2012, 09:42 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)