can someone help with script uosteam

General discussion pertaining to the Demise shard. Off-topic posts will be moderated.
Post Reply
Tension
Posts: 72

can someone help with script uosteam

Post by Tension »

trying to make a tele in front of preson running from u n block them or hit para punch hotkey right after this is what i came up with it sorta works but not well lol is there a way to do targetile 'enemy' x y z n always cast in front n smoother or no?? im pretty sure i've seen someone use similar tele script n it was boss

cast 'teleport'
pause 900
if direction == 0
targettilerelative 'enemy' -1 'true'
elseif direction == 1
targettilerelative 'enemy' -1 'true'
elseif direction == 2
targettilerelative 'enemy' -1 'true'
elseif direction == 3
targettilerelative 'enemy' -1 'true'
elseif direction == 4
targettilerelative 'enemy' -1 'true'
elseif direction == 5
targettilerelative 'enemy' -1 'true'
elseif direction == 6
targettilerelative 'enemy' -1 'true'
elseif direction == 7
targettilerelative 'enemy' -1 'true'
endif
Grifo likes this.
Top
Grifo
Posts: 1585

Re: can someone help with script uosteam

Post by Grifo »

Why u need direction?

[Loop]
cast 'teleport'
waitfortarget 1500
if @inrange 'enemy' 9
if @inrange 'enemy' 1
@clearjournal
@setability 'primary' 'on'
attack! 'enemy'
endif
if not @injournal 'Location blocked' 'system'
targettilerelative! 'enemy' 1 'false'
pause 300
else
targettilerelative! 'enemy' 1 'true'
pause 300
endif
endif
DG
Posts: 222

Re: can someone help with script uosteam

Post by DG »

Teleport is already horrible.Uos makes it even worse.
Faster than mounts,One key tele-para,tele-concussion,tele-FW,headblocking tele,and so on.Not only show No skills,but also break balance.Its nearly impossible to counter,especially on open grounds.
A newbie pvper who even can't deal with eo para but has good ping and right macro,presses one key and become effective against veteran pvpers.Obvious abusement of demise casting.
Appling OSI casting to teleport first will be an important attempt to fix Demise casting.
Grifo likes this.
Top
Tension
Posts: 72

Re: can someone help with script uosteam

Post by Tension »

thanks Grifo, i still have simple hot keys like cast 'teleport' DG yaknow actually got like 300 hotkeys i get confused :) just want this for certain field pvp instances is all. cant tell me u dont have a few of those haha
Tension
Posts: 72

Re: can someone help with script uosteam

Post by Tension »

n plus u got 3 ppl on u n get dismounted, teleport is ur friend
User avatar
quickdeath
Posts: 35

Re: can someone help with script uosteam

Post by quickdeath »

gross. fix this spell
uh oh
Post Reply