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 - luv2luvlong

Pages: 1 ... 3 4 [5] 6 7 ... 19
62
Hardware Design / Re: Size or speed
« on: February 12, 2011, 09:01:08 PM »
If you remember how much hard drives of that size cost a few years ago, the price really isn't that bad compared to performance.

*looks at change jar*

 ;D

63
Wasn't there a way to take on travesty with a tamer with no offensive capabilities.
Another trick is to go in as sampire with shield equiped wait for travesty to change then change weapons and dump shield.

64
Hardware Design / Re: Size or speed
« on: February 12, 2011, 07:39:52 PM »
dang
I like that one  :D
might have to start rolling change to get the extra I need  :-\

whatever my choice though iI'm pulling the trigger on one of them on monday

65
Hardware Design / Size or speed
« on: February 12, 2011, 06:27:42 PM »
So I decided to go with an SSD drive to boot my OS and a couple of other programs.
my options are
a toshiba 256gig ssd
http://www.datavis.com/cgi-bin/product.cgi?prrfnbr=565628&site=GOGL
decent speed and I can put more stuff on it

or

2 intel 120 gig ssd in a raid configuration
http://www.buy.com/prod/intel-x25-m-120gb-2-5-sata-ii-internal-solid-state-drive-ssd/q/loc/101/217311730.html
Have you ever seen windows boot in 10 to 15 seconds? nuff said


any thoughts would be nice

edit

added 3rd option for mewonuo's suggestion cause I like it and found it under $600

http://www.provantage.com/ocz-technology-oczssdpx-1rvdx0240~7OCZD00R.htm

66
Hardware Design / Re: Why does my display randomly go CRAZY
« on: February 11, 2011, 01:49:43 PM »
If your board is a gigabyte, you may have the heatsink problem i've been reading about. Fix is to pull heat sinks, redo thermal paste, maybe replace heatsink standoffs with shorter one's and replce heatsinks.

Thats on both nor and south bridges.

67
Scripting Chat / Re: The State of the Scripts
« on: February 11, 2011, 01:41:27 PM »
I am one of those that dropped out (for the time being anyways ). I was just getting into writing serious scripts, when he decided to do this change thing (and we all know how change things go  ;D ).

I was waiting for some decent scripts in oeuo to read through to get an idea how to do things.

Now waiting for him to finish it, so I can maybe ( when, not if ) get back into this "skinner box" again.

While it is seriously irratating, I also understand that I don't know what is going on in Cheffe's r/l.

So hopefully this year, maybe.

68
Hardware Design / Re: Dual Booting
« on: February 07, 2011, 01:28:34 PM »
I am curious as to which product you decided upon(vmware or virtualbox). I am about to build a new toy and am gonna have the same issues to deal with.

69
Jokes! / Re: State Trooper Quotes
« on: January 26, 2011, 05:17:44 AM »
GOOD A Bend, Oregon policeman had a perfect spot to watch for speeders, but wasn't getting many. Then he discovered the problem--a 12-year-old boy was standing up the road with a hand painted sign, which read 'RADAR TRAP AHEAD.' The officer also found the boy had an accomplice who was down the road with a sign reading 'TIPS' and a bucket full of money. (And we used to just sell lemonade!)

BETTER A motorist was mailed a picture of his car speeding through an automated radar post in Pendleton, Oregon. A $40 speeding ticket was included. Being cute, he sent the police department a picture of $40. The police responded with another mailed photo of handcuffs.

BEST A young woman was pulled over for speeding. An Oregon State Trooper walked to her car window, flipping open his ticket book. She said, "I bet you are going to sell me a ticket to the State Trooper's Ball." He replied, " Oregon State Troopers don't have balls." There was a moment of silence. He then closed his book, tipped his hat, got back in his patrol car and left.


70
Gold Farming / Re: Auto Honor and Attack
« on: January 02, 2011, 05:53:29 AM »
1. you do not need EN's buff bar scanner running, it is a called script.
2. I threw the gosub eoo in the sub melee, so it looks like this
Code: [Select]
sub melee
  event macro 27 0 ; attack last
  set %target #ltargetID
  set %timer_timeout ( #sCnt + %timeout )
 
    GOSUB ENEMYOFONE
  IF !enemyofone = #false
  {
    REPEAT
      GOSUB ENEMYOFONE
    UNTIL !enemyofone = #TRUE
  }
  REPEAT
    WAIT 10
  repeat
  {
    findItem %target
    if %consecrate = #TRUE && #sCnt > %timer_consecrate && #mana > %mana_consecrate
      gosub consecrate
     
  }
  until #findCnt = 0 || #sCnt > %timer_timeout
  wait 40 ; defeats the corpse honor bug thing
return

71
Jokes! / My Blackberry Is Not Working!
« on: January 01, 2011, 11:00:50 AM »

72
Gold Farming / Re: Auto Honor and Attack
« on: December 12, 2010, 12:33:27 PM »
Okay, been playin w/ this script for a couple of days raising my weapons skill works great. Nice, short, and to the point.

I only added one thing and changed the way claw works
 I added an EOO sub to the mele section
Code: [Select]
   GOSUB ENEMYOFONE
  IF !enemyofone = #false
  {
    REPEAT
      GOSUB ENEMYOFONE
    UNTIL !enemyofone = #TRUE
  }


SUB ENEMYOFONE
  Call ScanBuffBar  ; Presumes file is in same location as euo
  {
    If _EnemyOfOne_ in %BuffBarIconNames
      set !enemyofone #true
    else
      set !enemyofone #false
  }
  IF !enemyofone = #false
    GOSUB CAST_EOO
RETURN

SUB CAST_EOO
  EVENT MACRO 15 206
  WAIT 30
RETURN


and changed the claw to where this script told it when to loot a much better way in my opinion.( but you know what they say about opinions)

Code: [Select]
sub corpse
  GOsub TM_EnableAutoloot
   repeat
    WAIT 1
    namespace copy TM_loot_in_progress from global TM_loot
  until !TM_loot_in_progress <> #TRUE
  WAIT 5
  GOsub TM_DisableAutoloot
  WAIT
 RETURN
It is definately a nce little script to learn from, and not a goto in the whole thing.

thanks again for posting it.

I cannot seem to place this in the right area of the script....can someone guide me please.
What are you trying to do w/it.
And the corpse sub requires TM's Claw to be running as a looter.

73
Off Topic / Re: I'm going to need some help later, maybe tonight
« on: November 30, 2010, 06:32:29 AM »
If the main local router
96.34.54.36
is out, even your modem won't respond correctlly, was the way it was explained to me.

People outside your local network probably won't be able to trace to the main router, which is why you need a neighbor with same service to ping it.

Where you really need to ping is the area's in the network around your actual static ip address.

my example shows 5 thru 8 as local main router w/ 7 as my static ip.



74
Off Topic / Re: I'm going to need some help later, maybe tonight
« on: November 30, 2010, 06:08:55 AM »
What time of day does it happen most?

Have you seen any Charter trucks in your neighborhood? They might be working on the lines.

I have honestly never gotten any help for those types of probs till I make to 3rd tier support (engineering, the people that really know whats going on).

If the probs continue your really going to want/need the logs from your trace routes.

You also want someone (preferably in your vicinity, with the same service) to trace the next set of routers past your first set.
example
1. 192.blah home
2. 70.blah modem conection
3. 70.blah
4. 70. blah
5. 12.81.32.52 (next one to check)
6. 12.81.32.43
7. 74. blah (is start of my actual ip)
8. 12.122.148.145 ( where i actually hit att nashville's fiber router)
16.159.153.225.226  (start of ea's router)

Main reason I got into crafting, was 3 months of crappy service. And fighting w/ isp to get prob fixed.

I used to be able to tell when it was raining 30 miles from my house.

75
Off Topic / Re: I'm going to need some help later, maybe tonight
« on: November 30, 2010, 03:48:34 AM »
I had exact same problem earlier this year with dsl modem.
modem was bad.

Question
Are you using pingplotters  free version or standard.
Standard gives much more info than free does plus even after the 30 days free trial it will still work, just has an annoying splash screen for the registration that pops up a COUPLE of times before it starts tracing. I really like the timeline at the bottom that can be expanded from 60 secs to 48 hrs showing when it was up and down as well as having a nice logging feature to send the data to ISP to be able to show what's happening.


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