Author Topic: problem with last target  (Read 3679 times)

0 Members and 1 Guest are viewing this topic.

Offline satoreyTopic starter

  • Jr. Member
  • **
  • Posts: 11
  • Activity:
    0%
  • Reputation Power: 1
  • satorey has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
problem with last target
« on: March 04, 2012, 12:53:04 PM »
0
im trying to make a macro that steals an item from a certain container when it spawns. problem is im trying to steal the item when it spawns, and i get it to the point where i try and use event macro 22 last target it doesnt target the item and then it doesnt let me use skills after that to saying im busy. here is my noob code for that section, pretty sure im doing alot wrong lol.


Code: [Select]
sub steal
    set #lobjectid JAACOMD ;id of container spawn is in
    event macro 17
    wait 20
    finditem EGG C_JAACOMD ; item ids c_spawning container id
    if #findkind -1
        { event macro 17
          finditem EGG C_JAACOMD  ; item ids c_spawning container id
        }
    set #ltargetid #findid
    event macro 13 33
    target
    event macro 22 0
    wait 10
    set #ltargetid MEFQYMD ;recall rune set here
    event macro 15 31
    target
    event macro 22 0
    wait 10
    event macro 4 4 BANK
    finditem EGG C_KNFHLMD ;item ids c_backpackid
    gosub moveitem #findid KNFHLMD EPIPUMD ; call sub (itemid) (fromcontainredID) (tocontainerID)
    halt
    return


any help would be greatly appreciated

Offline Khameleon

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: problem with last target
« Reply #1 on: March 04, 2012, 01:43:14 PM »
0
It looks like you need to set your #Ltargetkind to 1
#LTargetKind

Offline satoreyTopic starter

  • Jr. Member
  • **
  • Posts: 11
  • Activity:
    0%
  • Reputation Power: 1
  • satorey has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: problem with last target
« Reply #2 on: March 04, 2012, 05:20:48 PM »
0
Khameleon you are a lifesaver!  :D

Offline Khameleon

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: problem with last target
« Reply #3 on: March 08, 2012, 12:46:22 PM »
0
No... This is a Life Saver.


There are 1 attachment(s) in this post. You must register and post an acceptable introduction to download
Life Saver.jpg

Offline dxrom

  • Master of the milestones!
  • Elite
  • *
  • *
  • Posts: 1080
  • Activity:
    0%
  • Reputation Power: 15
  • dxrom is working their way up.dxrom is working their way up.dxrom is working their way up.
  • KEYBOARD COWBOY, GREAT SAMURAI OF THE INTERNET.
  • Respect: +100
  • Referrals: 1
    • View Profile
Re: problem with last target
« Reply #4 on: March 08, 2012, 01:45:41 PM »
0
No... This is a Life Saver.


...you realize what I will have to get when I goto the store today now, right?



 ​_██​_
(ಠ​_ృ)
I do say, ol' Chap! Come play EVE Online! Why here is a 21 Day Free Trial!

Offline Khameleon

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: problem with last target
« Reply #5 on: March 08, 2012, 02:18:59 PM »
0
LOL I can't remember the last time I bought the old style Hard Candy "Life Savers"

Offline Cstalker

  • Google Slut
  • ScriptUO Beta Tester
  • ***
  • *
  • Posts: 179
  • Activity:
    0%
  • Reputation Power: 0
  • Cstalker has no influence.
  • Gender: Male
  • Respect: +9
  • Referrals: 0
    • View Profile
Re: problem with last target
« Reply #6 on: March 08, 2012, 08:44:11 PM »
0
They have funky flavors now, Seems hard to find the clasic flavors. I LOVE the GREen

Offline Khameleon

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: problem with last target
« Reply #7 on: March 10, 2012, 11:31:25 AM »
0
"Green" is a good color :)

Tags: