Author Topic: Bag of sending issues  (Read 2006 times)

0 Members and 1 Guest are viewing this topic.

Offline The ReaperTopic starter

  • Jr. Member
  • **
  • Posts: 42
  • Activity:
    0%
  • Reputation Power: 1
  • The Reaper has no influence.
  • Respect: +14
  • Referrals: 1
    • View Profile
Bag of sending issues
« on: May 07, 2011, 03:22:32 PM »
0
I'm having really big issues with this sub, the bag of sending on the Big Fish seems to refuse to click on the fish. It recognises that the fish is there, it even sets #ltargetID properly, it just refuses to click on the fish. Any help would be much appreciated, I can't seem to find the issue :S

Code: [Select]
sub big_fish
;==========================

;==========================
finditem GQD_FQD_EQD_DQD C_
if #findkind = -1
   {
   return
   }
event property #findID
if A , #spc , Big notin #property
   {
   return
   }
set #ltargetid #findID
set #lobjectID %BoS
wait 5
event macro 17 0
target 3s
wait 5
event macro 22 0
wait 10

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: Bag of sending issues
« Reply #1 on: May 07, 2011, 04:00:59 PM »
0
you have to set the targetkind

set #ltargetkind     ???  <-- ive forgotten if its a 1 or other... look up the command on easyuo and choose the number for object
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline 12TimesOver

  • Another Day, Another Vendetta
  • Global Moderator
  • *
  • *
  • Posts: 3694
  • Activity:
    0%
  • Reputation Power: 41
  • 12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.
  • Gender: Male
  • Respect: +321
  • Referrals: 2
    • View Profile
Re: Bag of sending issues
« Reply #2 on: May 07, 2011, 04:12:27 PM »
0
1 is object.

X
When they come for me I'll be sitting at my desk
     with a gun in my hand wearing a bulletproof vest
My, my, my how the time does fly
     when you know you're gonna die by the end of the night

Offline The ReaperTopic starter

  • Jr. Member
  • **
  • Posts: 42
  • Activity:
    0%
  • Reputation Power: 1
  • The Reaper has no influence.
  • Respect: +14
  • Referrals: 1
    • View Profile
Re: Bag of sending issues
« Reply #3 on: May 07, 2011, 04:36:06 PM »
0
I've just worked it out for myself by reading TM's BoS subs. However thanks for the responses. And yes, it is "1"

I omitted to realise it, as most of my scripts have been skill training, but I've been moving into more and more complex scripts recently.

Unfortunately, you aren't going to be getting a copy of this one, as the earning potential on my shard is absolutely massive. However my Log Chopping script and my auto lumber jacker will be with you in a week or so, still got a lot of testing to do.

:D

Tags: