Author Topic: Throw Bola and Teleport towards target  (Read 6581 times)

0 Members and 1 Guest are viewing this topic.

Offline manwinc

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: Throw Bola and Teleport towards target
« Reply #15 on: February 03, 2010, 01:36:49 PM »
0
Nubs, All nubs. All you have to do is look for : in your journal and that tells you a player said it and it wasn't an actual bola.
Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Scrripty

  • Guest
Re: Throw Bola and Teleport towards target
« Reply #16 on: February 03, 2010, 01:42:44 PM »
0
Nubs, All nubs. All you have to do is look for : in your journal and that tells you a player said it and it wasn't an actual bola.

Yea, especially if you're doing it line by line... you can just say if : in #journal && menacingly in #journal then SKIP THAT.  :)

Offline OMGBurgers

  • Hero Member
  • *
  • Posts: 800
  • Activity:
    0%
  • Reputation Power: 7
  • OMGBurgers has no influence.
  • Respect: +44
  • Referrals: 0
    • View Profile
Re: Throw Bola and Teleport towards target
« Reply #17 on: February 03, 2010, 01:47:38 PM »
0
I laugh at the people who have terrible trapped box scripts too :P

Scrripty

  • Guest
Re: Throw Bola and Teleport towards target
« Reply #18 on: February 03, 2010, 01:50:47 PM »
0
I laugh at the people who have terrible trapped box scripts too :P

I have to post the pictures I just recently put up here... I watched the guy go afk, and I stealthed up to him and had him to myself for a full 30 seconds, and he drank pots and healed through it.  Then he comes back, and I ripped him to shreds, and said, "Pot/bandaid scripts are no substitute for real skill bud." hehe  If you know how to script AND pvp, you're SO much better for it. haha

Offline Cerveza

  • Hacksimus Maximus
  • Scripthack
  • *
  • Posts: 5857
  • Activity:
    0%
  • Reputation Power: 80
  • Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!
  • Gender: Male
  • So... Hows that Hopey-Changey thing working out?
  • Respect: +403
  • Referrals: 11
    • View Profile
Re: Throw Bola and Teleport towards target
« Reply #19 on: February 06, 2010, 05:23:56 AM »
0
Code: [Select]
Saw this over at EUO, it's Roadkills

[code];=========================
SUB TeleToSpot
;ver 1.0 13 May 03 by Roadkill
;purpose: check distance within teleport range <=11 tiles, teleport to a passed in spot
;%1 = X tile coord
;%2 = Y tile coord
;%3 = Z tile coord, optional
   IF %0 < 3 || %3 = N/A
     SET %3 #CHARPOSZ
   SET %_xDist #CHARPOSX - %1 abs
  SET %_yDist #CHARPOSY - %2 abs
  IF %_xdist > 11 || %_ydist > 11
    RETURN
  event Macro 15 21
  SET #LTARGETX %1
  SET #LTARGETY %2
  SET #LTARGETZ %3
  SET #LTARGETKIND 2
  target
  event macro 22
  WAIT 30
RETURN

LINK donno what it's from, it was posted in a reply about move vs event pathfind.[/code]
« Last Edit: February 06, 2010, 05:25:34 AM by Cerveza »
XXXXXXXXXX________________________________________] 20%
I've forgotten more about this game then most people will ever know.
Thank you for controlling your children. Their manners reflect your love for them.
Give a man a fish and you feed him for a day. Don't teach a man to fish, and you feed yourself. He's a grown man. Fishing's not that hard.

Tags: