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.


Topics - Khameleon

Pages: 1 [2] 3 4 5
16
Off Topic / Tablets
« on: November 18, 2011, 06:10:42 AM »
Im thinking about getting my wife a tablet for x mass, she doesn't need anything to crazy, and I don't want to spend any more than 200 bucks.... Any
 ideas?

17
Cool Links! / Say No to ACTA
« on: October 29, 2011, 09:29:45 PM »
[ Invalid YouTube link ]

18
Off Topic / fantasy football suo style
« on: September 06, 2011, 09:16:56 AM »
last year i tried setting up a league and failed.  my second year should be better since i know a little bit more now
if anyone is interested in being a part of a league on cbs sports please leave a post below with your availability for Wednesday..
this is the last day we can draft before football begins.  please again i would like to have a fully active league the last league we had 3-4 teams inactive.  i actually played against a bye quarterback and wide receiver. 


Thank You     
           Khameleon


19
Signature Hosting / Khams Signature/avatar
« on: September 03, 2011, 08:09:09 AM »
Test

20
Jokes! / 10 formal complaints
« on: September 03, 2011, 03:11:46 AM »
this guy brings genius to the table.
Link

21
Computer Rigs / its broken
« on: April 18, 2011, 02:54:45 AM »
Computer took a crap this weeken. I opened it up to plug a cd roms power back in. After turning it off of course.  Tryed to turn it back on. I get power lights come on cd rom opens closes but thats it. No post. Monitor doesnt respond any ideas?

22
Off Topic / Boobies help you live longer?
« on: March 09, 2011, 04:57:02 PM »
Staring at boobs help you live longer here's the facts
Fox news

23
Off Topic / Snow days In Chicago
« on: February 02, 2011, 01:53:39 AM »
I woke up this morning to.....




24
Scripting Chat / EUO eating up Resources
« on: January 21, 2011, 01:13:36 AM »
some reason when I run Mwinc's Miner a few hours later I come back and my UO has shutdown and errored out saying that I'm low on resources ect.... is there a way to find out exactly why I'm loosing these resources?

25
Programming / Operating Systems / text file scanner
« on: December 31, 2010, 06:10:46 AM »
I'm not really sure how to go about this.. so I'll just tell you guys what I'm looking for and maybe you guys can point me in the right direction.

a little background history... I work on a CNC machine which is coded by a McMaster Cam design program the file format is .nc which can be read in text file format.  what I'm looking for is a program that reads the whole text file and reports each tool # and the Farthest Z Depth. I'm looking for a text file that I can attach to show you what the file looks like...

26
Wii / Golden Eye 007 Wii
« on: November 13, 2010, 03:47:49 PM »
Golden Eye for the Wii... Nintendo has done it once again.... This game came out for the N64 little did they know that they were about to open a whole can of FPSers.  now over 10 years later Golden Eye For the Wii. the First Non railed FPS for the Wii.. they totaly have re done everything.. The story line can't be changed since they are trying to follow the Movie.. They have totally redone the game from the ground up... Controller options.. you can play the game with just about every option available.  Wii-Mote + Nunchuck, Classic Controller, Game Cube Controller, Wii-Zapper.  They Offer Online Battles, which I suck LOL but fun...

If you have a wii and enjoy fps then this is must have.
if you have this game shoot me a PM and we can exchange Wii Codes.




also if you do have this game and you do get stuck.. here is a great Refrence
Video Walkthrough

27
Script Debug / Pumpkin Scanner
« on: November 06, 2010, 01:53:11 AM »
I've seen a few ppl asking for this something I kinda tossed together in a few minutes.. Hopefully its not to late to get your named JackO's

Just add your Characters names to the top 7 slots, add more if needed, and adjust the total names to the um.. well the total number of names you plan on scanning...

28
Television/Movies / Top Gun 2
« on: October 22, 2010, 02:02:24 PM »
I heard this on the news this morning.. I can't wait.. "Made in the 80's" :)

Top Gun 2 In Development.





29
General UO Chat / Spellweaving scrolls?!?!?
« on: September 18, 2010, 08:51:27 PM »
Can Someone please tell me where I can find Spellweaving scrolls? I've been up and down the ML dungeons and I haven't pulled one Scroll....
Missiama, Trasher, Changelings, Swoop... or if your on the Napa valley shard send me a pm...

30
Script Debug / Landscape
« on: September 08, 2010, 01:23:08 AM »
here's a little project I'm trying to get off the ground I need a lot of help with my Logic and pretty much lost myself in my idea.

pretty much the idea is create an 8x8 grid of the land tiles around your character, so far I've only been able to create the first set of tiles.

I kinda hacked up TM's LocateTree sub a little bit to get this to sorta of work for me.

Code: [Select]
GoSub ShowEUOMenu1
Start:
Set %CharposX #CharposX
Set %CharposY #CharposY

Repeat
  GoSub TM_LocateTile - 4 - 4
halt


  Goto Start



sub TM_LocateTile
  namespace push
  namespace local LT
  if !init = N/A
  {
    tile init
    set !init #TRUE
  }
  Set !x #CharPosX %1 %2
  Set !y #CharPosY %3 %4
  For %temp 1 8
  {
  tile cnt !x !y #CURSKIND
      if #TILECNT > 0
      {
        for !i 1 #TILECNT
        {
          tile get !x !y !i #CURSKIND
          if tree in #TILENAME
          {
            menu font bgcolor Green
            menu Button EUOButton . %Temp %ButtonX %ButtonY 25 25
          }
        if Jungle in #TileName || Grass in #TileName
        {
        GoSub ButtonLocation
        Menu Font BGColor Green
        Menu Button EUOButton . %Temp %Buttonx %Buttony 25 25
        Set !x !x - 1
        if %Temp > 4
         {
         Set %1 +
         Set !x #CharPosX %1 %2
         Set !y #CharPosY %3 %4
         }
        }
       }
      }
    }
  namespace pop
return #FALSE

Sub ButtonLocation
if %Temp = 1 2
set %Buttonx 8
set %Buttony 4
if %Temp = 2 2
set %Buttonx 36
set %Buttony 4
if %Temp = 3 2
set %Buttonx 64
set %Buttony 4
if %Temp = 4 2
set %Buttonx 92
set %Buttony 4
if %Temp = 5 2
set %Buttonx 120
set %Buttony 4
if %Temp = 6 2
set %Buttonx 148
set %Buttony 4
if %Temp = 7 2
set %Buttonx 176
set %Buttony 4
if %Temp = 8 2
set %Buttonx 204
set %Buttony 4
Return

;--------- EasyUO Menu Designer Code Begin ---------
sub showEUOMenu1
menu Clear
menu Window Title LandScape
menu Window Color BtnFace
menu Window Size 235 228
menu Font Transparent #true
menu Font Align Right
menu Font Name MS Sans Serif
menu Font Size 8
menu Font Style
menu Font Color WindowText
menu Button EUOButton1 8 4 25 25
menu Button EUOButton2 36 4 25 25
menu Button EUOButton3 64 4 25 25
menu Button EUOButton4 92 4 25 25

menu Button EUOButton5 120 4 25 25
menu Button EUOButton6 148 4 25 25
menu Button EUOButton7 176 4 25 25
menu Button EUOButton8 204 4 25 25

menu Button EUOButton9 8 32 25 25
menu Button EUOButton10 36 32 25 25
menu Button EUOButton11 64 32 25 25
menu Button EUOButton12 92 32 25 25

menu Button EUOButton13 120 32 25 25
menu Button EUOButton14 148 32 25 25
menu Button EUOButton15 176 32 25 25
menu Button EUOButton16 204 32 25 25

menu Button EUOButton17 8 60 25 25
menu Button EUOButton18 36 60 25 25
menu Button EUOButton19 64 60 25 25
menu Button EUOButton20 92 60 25 25

  menu Button EUOButton21 120 60 25 25
menu Button EUOButton22 148 60 25 25
menu Button EUOButton23 176 60 25 25
menu Button EUOButton24 204 60 25 25

  menu Button EUOButton25 8 88 25 25
menu Button EUOButton26 36 88 25 25
menu Button EUOButton27 64 88 25 25
menu Button EUOButton28 92 88 25 25

  menu Button EUOButton29 120 88 25 25
menu Button EUOButton30 148 88 25 25
menu Button EUOButton31 176 88 25 25
menu Button EUOButton32 204 88 25 25

  menu Button EUOButton33 8 116 25 25
menu Button EUOButton34 36 116 25 25
menu Button EUOButton35 64 116 25 25
menu Button EUOButton36 92 116 25 25

  menu Button EUOButton37 120 116 25 25
menu Button EUOButton38 148 116 25 25
menu Button EUOButton39 176 116 25 25
menu Button EUOButton40 204 116 25 25

  menu Button EUOButton41 8 144 25 25
menu Button EUOButton42 36 144 25 25
menu Button EUOButton43 64 144 25 25
menu Button EUOButton44 92 144 25 25

  menu Button EUOButton45 120 144 25 25
menu Button EUOButton46 148 144 25 25
menu Button EUOButton47 176 144 25 25
menu Button EUOButton48 204 144 25 25

  menu Button EUOButton49 8 172 25 25
menu Button EUOButton50 36 172 25 25
menu Button EUOButton51 64 172 25 25
menu Button EUOButton52 92 172 25 25

  menu Button EUOButton53 120 172 25 25
menu Button EUOButton54 148 172 25 25
menu Button EUOButton55 176 172 25 25
menu Button EUOButton56 204 172 25 25

  menu Button EUOButton57 8 200 25 25
menu Button EUOButton58 36 200 25 25
menu Button EUOButton59 64 200 25 25
menu Button EUOButton60 92 200 25 25

  menu Button EUOButton61 120 200 25 25
menu Button EUOButton62 148 200 25 25
menu Button EUOButton63 176 200 25 25
menu Button EUOButton64 204 200 25 25
 menu Show
return
;--------- EasyUO Menu Designer Code End ---------


Pages: 1 [2] 3 4 5