Jump to content

TerminalVelocity

Members
  • Posts

    1
  • Joined

  • Last visited

TerminalVelocity's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hello, I am trying to create a simple script for EVE Online that would automatically move cargo based on how much is in your inventory. There is a status bar that is blue, then as you get more and more cargo it begins turning red from the left. I am trying to make a script that watches a point you select and then moves the cargo, but I ran into tons of weird problems. A script that logs rgb values of a black pixel in the game screen returns this: color: 49 61 64 color: 0 0 0 color: 0 0 0 color: 49 61 64 color: 0 0 0 color: 0 0 0 color: 49 61 64 color: 0 0 0 color: 0 0 0 color: 43 52 57 And decimal this: color: 2964278 color: 0 color: 0 color: 4083790 color: 0 color: 0 color: 2964278 color: 0 color: 0 color: 4149583 color: 0 color: 0 color: 2964278 There is no change in the appearance of the pixel on the screen. This has happened on other computers, and in other games. (It does not happen in windowed mode though) Does anybody know whats causing this? -Terminal
×
×
  • Create New...