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

Pages: [1]
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 / 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!!!

3
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?

4
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

5
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.

6
Beer / Brewers!!!
« on: July 29, 2008, 07:21:08 AM »
Brewers! Aight i have a hobby of making my own. Thinking on what to make this week. I have a full kegging system set up for ales. Just made a nut brown ale and a German pilser. Now looking for something new, with a lot of body ( a amber color ) not to bitter though and suggestions?
---
Lagers take to long to make lol i am thirsty now.

7
Scripting Chat / BoDSS!!
« on: July 29, 2008, 06:46:48 AM »
Yeah, so after all these scripts about bods and login problems people have been asking me to write one. i finally decide to re do mine.
Heres what i got so far.
Every char with .1 smith and tailoring so be able to get 1 bod every hour. Set up for 4 accounts with 5 chars each and only one shard.
logs in each char at a time gets bod from smith and tailor. Then moves them to tailor or smith book. logs out waits. till timer reaches 1 hour for the first char login. Doing it this way say you get 400 bods smith and tailor a day on a 20 hour day. Thats 2800 shitty bods a week. So fill shitty and turn them in you get 2800 godly bods a week. takes 20 min to complete 1 cycle. Now this keeps you hidden on top of luna so gotta wait 5 after you do each char slot. As you guys know moving to bod book reduces item count by 5. so 56 total items a week so can run roughly 2.5 weeks straight without filling shitty bods.
Heres where what i am thinking:
Should i put a number of chars menu option?
Should i put a second shard option? ( could add up to 3 shards cus 1 cycle is 20 min per shard meaning 1 hour total cycle time)
Should i add a pathfinding option to inn? (think be a little to conspicuous.)
Pros:
Loginsub doesn't *bleep* up lol => CROSS fingers  ;D
Cons as of right now:
UO window has to be on top do to login subs.
;----------
Another note:I will make a bod filler and a database exporter of new bods ( one that works efficiently) Hopefully i can get it set up having 4 accounts getting 1 filling and 1 getting god bods in one huge cycle. Ultimate Goal :)


8
Misc. Scripts / Scroll/Reg Buyer
« on: July 25, 2008, 07:36:35 AM »
keeps track of regs and scrolls. can choose either scrolls or regs or both. Buys form mages in luna just stand in the inn on 2nd floor and be in rang of bank. It hides you and makes sure you char doesn't come on hidden or that you bank is closed. Only thing is that you have to have GOLD in you bank not checks. Just one of my simple tools hope you enjoy  ;D !

Sorry guys posted wrong version i fixed it now

Pages: [1]