Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Cerveza

Pages: 1 ... 3 4 [5] 6 7 ... 237
61
Off Topic / BioWare Revives Ultima?
« on: August 23, 2012, 11:21:25 AM »

62
General UO Chat / Re: Favorite Script...
« on: August 22, 2012, 11:37:13 AM »
You spelled the name wrong vldimer.

63
Off Topic / Re: Best/Cheapest place to print 100's/1000's of photos...
« on: August 16, 2012, 08:56:02 AM »
Sorry, just bought an all-in-one printer though :P

They make a continuous inking system that you can easily refill, or replacement cartridges with a fill plug and self resetting chip (resets the "ink low" message).

With edge to edge printing on 4x6 it might be worth checking price stuff. Mine holds like 150 4x6 glossy paper. I suppose I could modify that for more.... printing a few hundred at a time would be as easy as selecting and hitting print.

$50 per 1000 is what your shooting for... depending on how many you are going to print it might be worth pricing a low end AIO or a mid range photo printer.


64
Off Topic / Re: Best/Cheapest place to print 100's/1000's of photos...
« on: August 16, 2012, 08:06:54 AM »
Cheaper to just buy a decent photo printer and do it at home?

65
Yeah, my rev will reveal ya ;)

And don't try for the exit, those efields will be up for a while.

Sometimes I'll just invis and laugh as my rev + spawn destroys em :)

66
One of my favorite hunting spots. Of course I generally go after a different type of snake, ROFL.

I've killed so many faction wannabees in the Blighted Grove. But please, do come down and farm silver....

67
I saw an ad for an app that was going to do something similar. It was kind of like a torrent, where data would be spread across 3g/4g and wifi. Packet splitting and assembly stuff.

Looks like republicwireless is doing the same thing with voice. Interesting.

68
Cell Phones and Tablets / Must Have Apps
« on: August 15, 2012, 06:17:39 AM »
Not ones that are cute or fuzzy, but applications that you seamlessly use all the time, almost to the point of the app seeming like part of the phones stock features.

Mint.com comes to mind. I bring it up all the time like it's a natural part of my phone .I only use about 25% of it's features and it's amazing. Tracks three different bank accounts for me which consist of 6 different checking/savings and two insurance. All that and like I said - I only use about 25% of what it can do.

*Now that I posted that I'm looking on the website and see I can do some stuff online that I wanted done. Pretty amazing. I may be up to 30% use now :)

69
Cell Phones and Tablets / Re: Hi, I'm Cerveza
« on: August 14, 2012, 07:15:33 AM »
This is a terrible intro. Please refer to the examples of proper intros http://www.scriptuo.com/index.php?topic=2430.0 and also read up on what you should know before posting an intro. http://www.scriptuo.com/index.php?topic=1683.0

Restricted status in place.

Worst. Sponsor. Ever.

70
Cell Phones and Tablets / Android Power Saver
« on: August 14, 2012, 06:56:22 AM »
I started off with some power savers, but none of them really gave me the super saving that I was looking for.

I did get Juice Defender (paid) and it worked AWESOME... until ICS. I started looking at what battery % my apps were using and Juice Defender was MUCH more demanding then I thought it should be. There's a lot of talk about it with ICS, most are saying that JD has to be fixed.

The settings > battery saving in ICS is pretty decent. I ran it for a while and was getting more time out of my battery. I was still looking for something better though....

Right now I'm using Green Power and I'd say it's just about perfect for my use.

Green Power can shut down the data ports (3G/4G/WiFi) when the screen is off, then turn them back on when the screen is on. This works pretty awesome. It can also be setup to periodically activate WiFi or Data every XX hours and remain on for XX time. This is good for syncing up accounts and such. And of course it can be set to NOT turn off if data is being transferred. That way it won't shut off after 30 seconds in the middle of updates.

Of all the different power saving apps I've run for my phone, my current is Green Power and I'm pretty happy with it. Maybe in a few weeks it'll be something else LOL, but for now it's GP for me.

71
Cell Phones and Tablets / Hi, I'm Cerveza
« on: August 14, 2012, 06:49:24 AM »
And I'm an Appaholic.

I've had my Android phone for several months now, and have probably been through a thousand apps.

Anyways, new forum to abuse. Phones, Apps, etc... Have fun with it.

72
Scripting Chat / Re: Script Request
« on: August 14, 2012, 05:10:40 AM »
Duel Clienting would be fighting one client with the other.

Dual Clienting would be running two clients at the same time. :P

Variables are persistent in each tab of EUO. So, if you have a variable set to whatever you are hitting - %TARGET - then you were to use "uoxl swap" to change clients, that %TARGET is still whatever it was set to originally.

set %monsters AAA_BBB_CCC_DDD_EEE_

findItem %monsters G_15
if #findCnt > 1
  gosub KillItWithFire

sub KillItWithFire
set %TARGET #findId
event macro 27 ; I think that's attack?
uoxl swap ; change to other client
event macro 27 ; Again, just attack last target
uoxl swap ; change back to primary client
return

Hope that helps

73
Cool Links! / SPOOOOOOOOOONNNNN
« on: August 10, 2012, 08:05:22 AM »

74
I usually use whatever group there is. Count wise, I'd just go until you feel the line is long enough LOL.

I break down mobs by the threat they pose, in Mwinc style.

Weak, no worry mobs
Weak Melee
Weak Magic
Strong Melee ; ogre lords as an example
Strong Magic ; para or mana vamp casters

That way if I need to prioritize targets, I can use those. Or if I just want to attack all, I can have a "master list".

set %weak aaa_bbb_ccc_
set %melee_weak ddd_eee_fff_
set %magic_weak ggg_hhh_iii_
set %melee_strong jjj_kkk_lll_
set %magic_strong mmm_nnn_ooo_
set %boss ppp_qqq_rrr_

set %ALL_MOBS %weak , %melee_weak , %magic_weak , %melee_strong , %magic_strong , %boss

You could do that for each spawn:

set %baracoon_weak sss_ttt_uuu_
set %baracoon_melee_weak vvv_www_xxx_

However you want to group mobs. If you just want a "super list" without any type of groups just break the long list up and join it:

set %mobs_01 111_222_333_
set %mobs_02 444_555_666_

I once studied the order of things found. So if you were to find a monster from a list, which would be found first. That was many beers ago and those brain cells just didn't make it to the elimination round. Seems like it was from right to left, so a list like:

set %which_one_first aaa_bbb_ccc_ddd_eee_fff_ggg_hhh_iii_

would find the mobs in the order of iii then hhh then ggg etc.... I'm pretty sure that's how it works with items put into a container. The last item put in will be the first one found. Not that important, but worth looking at if someone was bored.

75
Wow, that's some kind of long line right there.

I never liked those in scripting. I don't actually care for the + lines either. Easy to run into probs with those.

Here's a thought for ya. Join lines together.

set %list1 AAA_BBB_CCC_DDD_
set %list2 ZZZ_XXX_WWW_VVV_

set %combo_list %list1 , %list2

msg %combo_list ; returns AAA BBB CCC DDD ZZZ XXX WWW VVV

Works best if you remember the _ at the end of each set, if you don't then you have to add it in the combo.

set %combo_list %list1 , _ , %list2

Pages: 1 ... 3 4 [5] 6 7 ... 237