Author Topic: Bone and gold farmer  (Read 9656 times)

0 Members and 1 Guest are viewing this topic.

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: Bone farmer
« Reply #15 on: May 03, 2011, 09:24:37 PM »
0
instead of
Code: [Select]
if HB in #charStatus || CH in #charstatus || CBH in #charstatus || HCB in #charstatus  || HBC in #charstatus
  {
   
  }
  else
  {
    event macro 1 1 all guard
    event macro 15 43
    target 5s
    event macro 23
  }

you could do

Code: [Select]
if H notin #charStatus && C notin #charstatus && B notin #charstatus
  {
    event macro 1 1 all guard
    event macro 15 43
    target 5s
    event macro 23
  }

ps you know b=female right maybe you meant D=lethal strike
http://wiki.easyuo.com/index.php?title=CharStatus
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 camotbikTopic starter

  • Sr. Member
  • *
  • Posts: 349
  • Activity:
    0%
  • Reputation Power: 3
  • camotbik has no influence.
  • Gender: Male
  • Hello! I'm a UO addict.
  • Respect: +38
  • Referrals: 0
    • View Profile
Re: Bone farmer
« Reply #16 on: August 04, 2011, 02:34:59 PM »
0
instead of
[...]
you could do [...]

ps you know b=female right maybe you meant D=lethal strike
http://wiki.easyuo.com/index.php?title=CharStatus

I think I had an issue with EUO at the time. Anyway thank you for the tip,  will give a try in few days.
What you witness -- is whatver..
uogamers hybrid.

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: Bone farmer
« Reply #17 on: August 08, 2011, 04:02:43 AM »
0
We always like to keep all versions of the script in the very first post.

When you scatter versions throughout the postings it makes it difficult for users to find the latest version.

Whenever you make a revision the best method is to update the first post with the latest version, keep one version back if the latest isn't fully tested, modify the first post to include information about the latest version and post a reply with the new versions information.

I took care of moving the script to the first post for you.
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.

Offline camotbikTopic starter

  • Sr. Member
  • *
  • Posts: 349
  • Activity:
    0%
  • Reputation Power: 3
  • camotbik has no influence.
  • Gender: Male
  • Hello! I'm a UO addict.
  • Respect: +38
  • Referrals: 0
    • View Profile
Re: Bone farmer
« Reply #18 on: August 08, 2011, 04:29:13 AM »
0
We always like to keep all versions of the script in the very first post.

When you scatter versions throughout the postings it makes it difficult for users to find the latest version.

Whenever you make a revision the best method is to update the first post with the latest version, keep one version back if the latest isn't fully tested, modify the first post to include information about the latest version and post a reply with the new versions information.

I took care of moving the script to the first post for you.

Ok, thank you.
What you witness -- is whatver..
uogamers hybrid.

Tags: