Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
need teleporting trapsin script
#1
yea, i tried to search and its nowhere to be found. help appreciated Big Grin.
Reply
#2
Code:
;----------------------------------------------------------------------------------
;###########################>> WALKING SCRIPT SERIES <<############################
;----------------------------------------------------------------------------------
;Script:    Traps Assassin
;Author:    Nicotine
;Based:     N/A
;Monsters:  Eldritch and Pindle
;Version:   5.44Bxx+
;Date:      Nov. 29, 2005
;Tested:    Nightmare
;WebSite:   [url=http://mmscripts.omnesia.net]http://mmscripts.omnesia.net[/url]
;-----------------------------------------------------------------------------------
;#              ¤º°`°º¤ø,¸¸,ø¤º°`°¤ SPECIAL THANKS ¤º°`°º¤ø,¸¸,ø¤º°`°¤             #
;-----------------------------------------------------------------------------------
;Creator:   Manus-Magnus, of course
;Brother:   Gbud
;Staff:     Ramadash, Joaquinm, Arkansaw, Smorg, White, RaukGorth, Iverson_est, Sn0wDoG, Frixionburne and Orgassmo -- Thanks Guys :)
;-----------------------------------------------------------------------------------
;############################>> /WALKING SCRIPT SERIES <<###########################
;-----------------------------------------------------------------------------------

;-------------------------------------------------------------------
;###########################>> UPDATES <<###########################
;-------------------------------------------------------------------
;Updated:   Nov. 30, 2005 --> CTA Support
;-------------------------------------------------------------------
;###########################>> /UPDATES <<##########################
;-------------------------------------------------------------------

;-------------------------------------------------------------------
;###########################>> DELAYS <<############################
;-------------------------------------------------------------------
@Random_Delay1 = 500,2500
@Random_Delay2 = 500,2500
@Eldritch_Attack_Length = 9500
@Pindle_Attack_Length = 9500
@Switch_Delay = 400
@PreCast_Delay = 350
@Cast_Delay = 300
@WarCry_Delay = 500
@Key_Delay = 50
@Loop_Delay = 2500
@Pickit_Delay = 600
@Random_Sleep = 300
@Walk_Delay1 = 400
@Walk_Delay2 = 300
;-------------------------------------------------------------------
;###########################>> /DELAYS <<###########################
;-------------------------------------------------------------------

;-------------------------------------------------------------------
;###########################>> SKILLS <<############################
;-------------------------------------------------------------------
@Lightning_Sentry = f1
@Shadow_Master = f9
@Fade = f8
@Cloak_of_Shadows = f7
@Burst_of_Speed = f6
@Mind_Blast = f5
@Town_Portal = f10
;-------------------------------------------------------------------
;###########################>> /SKILLS <<###########################
;-------------------------------------------------------------------

;==========================> Traps Assassin Sequences MAIN
[MAIN]
TA1,0
;TACTA,0 ;Comment this line out using a semi-colon(;) if your character does not have a CTA
TA2,0
TA3,@Eldritch_Attack_Length
TA4,0
TA5,0
TA6,0
TA7,0
TA8,@Pindle_Attack_Length
TA9,0

;==========================> Traps Assassin Pre Casts
[TA1]
SEND(script from [url=http://mmscripts.omnesia.net]http://mmscripts.omnesia.net[/url])
K(@Burst_of_Speed)
S(@Key_Delay)
RC(400,300)
S(@PreCast_Delay)
SR(@Random_Delay1)
FUNC:A5EWP
EXIT

;==========================> Traps Assassin Shouts
[TACTA]
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)

;==========================> Traps Assassin Rush Eldritch
[TA2]
BLC(130,-60)
WEOM(@Walk_Delay1)
BLC(80,-335)
WEOM(@Walk_Delay2)
;K(@Cloak_of_Shadows)
;S(@Key_Delay)
;RC(MFOC)
;S(@PreCast_Delay)
K(@Shadow_Master)
S(@Key_Delay)
RC(MFOC)
S(@PreCast_Delay)
K(@Fade)
S(@Key_Delay)
RC(400,300)
S(@PreCast_Delay)
CLM
CML
EXIT

;==========================> Traps Assassin Kill Eldritch
[TA3]
K(@Lightning_Sentry)
S(@Key_Delay)
RC(400,200)
S(@Cast_Delay)
RC(350,200)
S(@Cast_Delay)
RC(400,250)
S(@Cast_Delay)
RC(350,250)
S(@Cast_Delay)
K(@Mind_Blast)
S(@Key_Delay)
RC(MFOC)
S(@Cast_Delay)
RC(MFOC)
S(@Cast_Delay)
RC(MFOC)
S(@Cast_Delay)
S(@Loop_Delay)
CMDEAD
CLM
CML
CTOE

;==========================> Traps Assassin Loot Eldritch
[TA4]
S(300)
PICKIT(@Pickit_Delay)
S(300)
EXIT

;==========================> Traps Assassin Go Home
[TA5]
K(@Town_Portal)
S(@Key_Delay)
FUNC: TOWNTP
K(@Burst_of_Speed)
S(@Key_Delay)
RC(400,300)
S(@PreCast_Delay)
FUNC: A5TownPoint
K(@Cloak_of_Shadows)
S(@Key_Delay)
S(@Random_Delay2)

;==========================> Traps Assassin Go To Anya TP
[TA6]
FUNC:A5WPtoATP
EXIT

;==========================> Traps Assassin Rush Pindle
[TA7]
LC(456,110)
WEOM(@Walk_Delay1)
LC(668,195)
WEOM(@Walk_Delay1)
LC(656,185)
WEOM(@Walk_Delay1)
LC(703,82)
WEOM(@Walk_Delay1)
LC(550,230)
WEOM(@Walk_Delay2)
RC(MFOC)
S(@PreCast_Delay)
K(@Shadow_Master)
S(@Key_Delay)
RC(MFOC)
S(@PreCast_Delay)
K(@Fade)
S(@Key_Delay)
RC(400,300)
S(@PreCast_Delay)
CLM
EXIT

;==========================> Traps Assassin Kill Pindle
[TA8]
K(@Lightning_Sentry)
S(@Key_Delay)
RC(450,200)
S(@Cast_Delay)
RC(500,250)
S(@Cast_Delay)
RC(550,300)
S(@Cast_Delay)
RC(550,200)
S(@Cast_Delay)
K(@Mind_Blast)
S(@Key_Delay)
RC(MFOC)
S(@Cast_Delay)
RC(MFOC)
S(@Cast_Delay)
RC(MFOC)
S(@Cast_Delay)
S(@Loop_Delay)
CMDEAD
CLM
CML
CTOE

;==========================> Traps Assassin Loot Pindle
[TA9]
S(300)
PICKIT(@Pickit_Delay)
S(300)
EXIT

;==========================> /EOF
[Image: toomuchowneh8lr1.jpg]
Reply
#3
wait this script is for mmbot right?
TigerOIP
Reply
#4
tigeroip Wrote:wait this script is for mmbot right?
Don't spam and look at the ****ing forum you are posting in.
[Image: toomuchowneh8lr1.jpg]
Reply
#5
no teleporting one? oh well this one works just fine. thanks shift Big Grin
Reply
#6
http://www.mmbot.net/modules.php?name=Fo...pic&t=2216

New better one.
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)