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

Pages: [1] 2
1
Off Topic / Vaccum Tubes??
« on: October 21, 2008, 10:20:06 AM »
Yeah so finalizing vacuum tubes on a quantum level with diodes and transistors is fun...( TM come do my Electrical theory HW!) But thermo is fun gogo A huge curve... well just urmm add 30 points to last test. All in all ME >= EE. I might get back to writting scripts in December but till then have fun.

BTW if anyone has used NX 5.0 modeling software. and can tell me a easy way to make hoses in a 3d assemble i would love you to death.

2
Off Topic / Re: Quagy is Loving Thermo!
« on: August 28, 2008, 05:38:15 PM »
Na thermo in different phases is so much fun and Heat Transfer god i love it LOL  :'(  :'(  :'(  :'(  :'(  :'(  :'(  :'(

3
Off Topic / Quagy is Loving Thermo!
« on: August 28, 2008, 12:41:35 PM »
This one is for you TM... 2 Phases or even three phases are oh so fun to deal with....
Btw:
Trivia: State 0th 1st and 2nd laws of thermodynamics!!!

4
Your a noob burgers q me ill fix for you have to allow your your computer super trusted not your whole having you whole network super trusted it stupid.. Just click the advance tab and enter ur specific domain or ip i like domain so i never have to change it.

5
Scripting Chat / Re: pho send?
« on: August 05, 2008, 06:53:34 PM »
well yeah i know that just that i mean do i need to do anything special on the vps like set vars and *bleep* or just create the page that it post to

6
Scripting Chat / Re: pho send?
« on: August 05, 2008, 11:21:27 AM »
yea heres a sample
just the send command from easyuo, just want it to send a string now wondering if i have to like put vars in the php table so it updates
Code: [Select]
sub phpsend
%1 myweb.
%2 /security/test.php
%3 #charname
set #sendheader Content-type: , #spc ,
send httppost %1 %2 textarea= , %3
return


7
Scripting Chat / pho send?
« on: August 05, 2008, 09:28:39 AM »
hey i am trying use us a send command to a php website like a chart so i would send a string and that string goes into a chart. is there anything i need to do to that web page specifically or do i just create the chart and have it refresh it?

8
Script Debug / Re: Bod login
« on: July 30, 2008, 07:57:49 PM »
lol PERIOD WAS IN THE WRONG PLACE!!  Burgers is the man.!!

9
Script Debug / Bod login
« on: July 30, 2008, 02:09:14 PM »
hey guys just trying get get my bod script done all done expect change char:
heres the issue i made menu check boxes for each char slot so i use a for loop to grab the account menu info
and now i have to set say %char ( this is the main character slot var) to the char that hasn't been on yet and make sure the box is true
urgg little rusty on for loops when setting vars maybe i am just forgetting something stupid or just cant code. (lol i hope its the first option) i could do it a long way but i want to use for loops to make it fast and less coding any criticizing will be great! (made notes in code!)
Code: [Select]
;its called by
set %char_checks aco ;== account one
gosub get_checks %char_checks
gosub save_checks %char_checks
;--------------------------------
;    get savechecks => getting char ids that are checkd
;----------------------------------
sub save_checks
  set %done_checks 0
  for %u 1 5
  {
    if %done_checks = 5
    {
      gosub changechar_
      break
    }
    if %tlot , %u = #false
      set %done_checks %done_checks + 1
    if %tlot , %u = #true
    {
      set %char %slot , %u ; now want it to set %char = %slot1
      set %tlot , %u = #false ; now want it to set %tlot1 = false
    }
  }
return

;--------------------------------
;     get Checks
;----------------------------------
sub get_checks
  for %i 1 4
  {
    menu get %1 , %i
    set %charid #menures ; it gets the boxes just fine
    if %charid = #true
    {
      set %slot , %i %i ;heres the issue and %slot1 = %i
      set %tlot , %i #true ; heres the issue = want it to set %tlot1 = true
     
    }
  }
return

return

10
be so nice if we can steal all sever side positioning info. I know UOC use to have a  feature gave u a list of all idocs :)
make our rail writing and scripts godly

11
Scripting Chat / Re: BoDSS!!
« on: July 29, 2008, 10:03:26 AM »
GOD i wish this was VB sometimes just for menus. getting close.

12
Probably embedded in UOAM someone needs to decompile and find the database!! I am an ME NOT EE lol

13
New member introductions / Re: *Hokie Hokie Hokie Hi*
« on: July 29, 2008, 08:27:28 AM »
LOL thermo!! i take that in the fall along with heat transfer!!! URGGGGGG! i have taken industrial electrics and simple circuits and *bleep*, just not processor design

14
Scripting Chat / Re: BoDSS!!
« on: July 29, 2008, 08:22:37 AM »
Ultimate sort of options would be:

- being able to choose what characters u wish to collect on
  ** for example ** : account 1 char 1 2 4 6 , not 3 5
- being able to choose (smith/tailor), or (smith only)/(tailor only) per character chosen to collect
- being able to set it up for different shards, and yes it does take roughly 20 mins for 4 accounts to do 1 shard
- auto log in after server goes down
- loss conn protection
- i definitely wouldnt add in a option to run to the inn, dont even see a reason why you would at luna...

These are things i experienced using C2's Bod Gatherer, and its a kick ass script. I did up to 4 accounts on 4 shards using his script and trial accounts. And if ur wondering the maximum a backpack can hold is 2 bodbooks, 1 filled with 500 bods, and 1 filled with 119 bods ;)

Well my login subs never failed me and it does login after sever down and up uses shard scanner. yeah those char id are going to get fix and i guess ill do the option for tailor or smithing or both. Urmm check boxes for char ids under account name? so 1-7 check boxes maybe?

15
New member introductions / *Hokie Hokie Hokie Hi*
« on: July 29, 2008, 08:13:09 AM »
From my subject you all can guess i am a Hokie (Virginia Tech) ME student ( sorry EEs).
Scripted and coded for a few years now just never posted on any boards or what not until Burgers told me i had to see SUO! It is amazing reminds me of Viso which i like so much. Just hope i can contribute here :) ! and you EEs don't get on my ass.

Pages: [1] 2