Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
lebroba said:Thats good to know. Using rage volley disc I got him down to 96% then i started moving around and got mugged. I'll try it one last time with only rage volley. If it doesnt work...WTB Bard pst.
/declare WarpZ int outer 1
Sub Main
:loopstart
/if (${Spawn.Name}==Umbiki) {
/target umbiki
/varcalc WarpZ ${Target.Z.Int}-200
/warp loc ${Target.Y} ${Target.X} ${WarpZ}
/twist 2 3 4 5
/if (${Target.ID}==FALSE) /twist off
}
/goto :loopstart
/return
lance173 said:Has anyone succesfully used this method to kill Umbiki in Vxed? Whenever I try to kill him he gets aggro and summons me, he is not a static spawn like all the others so I have to wait till he stops for a moment then start twisting quickly. I am able to kill everything else fine. thinking of making a macro to port to him and start twisting instantly on spawn so he doesnt get a chance to move from his spawn point. would that work?
mac something like this, not sure if i have the correct TLO's though:
Rich (BB code):/declare WarpZ int outer 1 Sub Main :loopstart /if (${Spawn.Name}==Umbiki) { /target umbiki /varcalc WarpZ ${Target.Z.Int}-200 /warp loc ${Target.Y} ${Target.X} ${WarpZ} /twist 2 3 4 5 /if (${Target.ID}==FALSE) /twist off } /goto :loopstart /return
hamonry said:I got through Ikky 1 ok doing this, but in ikky2 whenever i go outside the boundaries it lets me warp there for 1-4 seconds and warps me back to succor spot. Anyone have any ideas? i have tried the same spots i used for ikky1 and its poofing me back, also tried outside walls at even levels, and Z +200 and -200 levels.
CharlieMurpheyPHD said:I tried using this last night in rathe mountains hoping to kill one of the captains, but kept ending up on the same z axis as the mob i was trying to kill. Does this not work in certain zones or was I not dropping far enough? I tried to go 200, 250, and 300 below the loc i got off of the MQ2 target loc display with the same result each time. Anyway, please advise one way or the other, thanks
Chuck
CharlieMurpheyPHD said:I tried using this last night in rathe mountains hoping to kill one of the captains, but kept ending up on the same z axis as the mob i was trying to kill. Does this not work in certain zones or was I not dropping far enough? I tried to go 200, 250, and 300 below the loc i got off of the MQ2 target loc display with the same result each time. Anyway, please advise one way or the other, thanks
Chuck
Liezard said:hey jum i believe you have to be done with Tier 1 Tasks/Missions to get abova Amiable I may be wrong though
Spunge16 said:the way i got DDs loc to kill was to
/Target Diab
/nokos on
/warp target
/warp succor
/warp loc <DDs loc (Loc you warped to) , and -900 the last number>
ASSWEASEL said:In the mini Macro above just how exactly did you find out his location?
Following those instructions I would end up at the succor point not knowing anymore than before i left. Because there is no way of getting his loc from that.
This would get you his loc
/nokos on
/warp target
/loc
/warp succor
kait said:No, when you open up the mq2 window the last locs you warped to will be listed. And echo is way easier.
ASSWEASEL said:NOT
MQ2 tells you nothing!!
The warp plugin tells you where it is trying to warp you to. It doesn't mean that is where you are going to end up.
As far as echo, all well and good that is preliminary work to making a jump. Once the jump is made I actually want to know where I have been not where i was trying to go.