Search found 6 matches
- Tue Jul 16, 2013 10:20 pm
- Forum: Coding talk
- Topic: Need advice with auto attacking script
- Replies: 8
- Views: 5139
Re: Need advice with auto attacking script
My apologies, I will not bother any more. Asking a player to perform intentionally slow tasks is a creative punishment, but when it would require two complete days and nights of effort is unrealistic.. I do wish I could stay but that's just too extreme for any casual player, especially for a first ...
- Tue Jul 16, 2013 9:56 pm
- Forum: Coding talk
- Topic: Need advice with auto attacking script
- Replies: 8
- Views: 5139
Re: Need advice with auto attacking script
What? This script is 100% within the rules, and I removed the questionable section in effort to keep it that way. This has nothing to do with what happened, I simply enjoy helping out when I can. Filtering out specific mob types is possible, but I do not have a compiled list of those, nor do I know ...
- Tue Jul 16, 2013 9:56 pm
- Forum: Coding talk
- Topic: Need advice with auto attacking script
- Replies: 8
- Views: 5139
Re: Need advice with auto attacking script
What? This script is 100% within the rules, and I removed the questionable section in effort to keep it that way. This has nothing to do with what happened, I simply enjoy helping out when I can. Filtering out specific mob types is possible, but I do not have a compiled list of those, nor do I know ...
- Tue Jul 16, 2013 7:54 pm
- Forum: Coding talk
- Topic: Need advice with auto attacking script
- Replies: 8
- Views: 5139
Re: Need advice with auto attacking script
i am not going to include the recall function since that would be easily abused afk, but the script does scan for blue players, and a quick change will allow it to stop or call something else if so:
function scan()
local item = {}
for i=0, UO.ScanItems(true)-1,1 do
local nid,typ,kind,contid,xu ...
function scan()
local item = {}
for i=0, UO.ScanItems(true)-1,1 do
local nid,typ,kind,contid,xu ...
- Tue Jul 16, 2013 4:30 pm
- Forum: General discussion
- Topic: PSA: Vendors with non-default prices are illegal to use.
- Replies: 10
- Views: 3447
Re: PSA: Vendors with non-default prices are illegal to use.
The conversation about the bees being nerfed only indicated that the price would be reduced soon, not that it was somehow illegal. It was a very common vendor with no indication that it was not intended to be sold to. I am sorry, but 48 hours of click rocks while not afk is outrageous, especially ...
- Tue Jul 16, 2013 1:41 pm
- Forum: General discussion
- Topic: PSA: Vendors with non-default prices are illegal to use.
- Replies: 10
- Views: 3447
Re: PSA: Vendors with non-default prices are illegal to use.
The problem that I had was that there are several vendors around that sell at different prices, are commonly used by many players, and have been around for as long as I have been here. Since the vendor is in a public, conspicuous, and highly trafficked location I assumes that this was a benefit of ...