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

Pages: 1 [2] 3 4 ... 6
16
Off Topic / New Harddrive, looking for opinions
« on: October 03, 2010, 05:52:18 AM »
Hey all,

Looking for peoples opinions. I just got another harddrive and I'm wondering what fun I can have with it. This is my current setup:

C:\Local disk (Operating System) 218GB - Internal
E:\Programs (Programs, Apps...) 150GB - Internal
*G:\ New Hard Drive WDC WD74 Raptor 10k 74 GB* - External USB
H:\Backup 250GB - External USB
I:\Pagefile (from C:\) 9.75GB - Internal
J:\VMDisk (VM's) 150GB - External USB

Now, I'm considering moving my current OS (WinXP Pro SP3 Black Ed.) to the Raptor, and throwing the VM's on what is currently C:\, then with the then empty 150GB (J:\) putting Win7 on it.

Thoughts?

17
Script Debug / SuperSlayer's Balm & Lotion Chugger
« on: September 26, 2010, 09:06:38 PM »
Hey all, been a while since I tossed up a script for testing and whatnot (excluding the Elite scripts) but here's one I think can be useful when you're doing a champ spawn.

This script will, at your command, use a balm/lotion!  How simple! The fun part is, you can use this script by hitting the buttons associated with the balm/lotion, or set them to a hotkey!

This is probably the sloppiest script I've ever written and posted, but it's quite early in it's development, so if you were to look through the code, you'd see lots of area's not yet implemented or used.

There is a menu for the user to interact with either by setting the hotkeys, or simply pressing the button when you want to use a lotion. To set a hotkey, enter the key in the fieldbox under the balm name, and press the 'set' button below that.  If you make a mistake i.e., wrong key, please stop the script and start over. The Edit feature isn't ready yet. When you're ready to go to the fight, press the 'GO' button and the script will be ready for your input. Press the 'Stop' button as desired.  So go ahead and take a crack at it!

Code: [Select]
; Script Name: SuperSlayer's Balm & Lotion Chugger
; Author: SuperSlayer
; Version: 1.0 Beta
; Client Tested with: 7.0.8.2 (Patch 95)
; EUO version tested with: 1.5 v176
; Razor Version tested with : 1.0.12.8
; Shard: OSI
; Beta Release: 9-26-10
; Purpose: Use potion/balm/lotion

; Find me at ScriptUO.com !
; =========================================

; information about the balms and lotions: http://www.uoguide.com/Monster_Stealables

; Accepted hotkeys:
; A_B_C_D_E_F_G_H_I_J_K_L_M_N_O_P_Q_R_S_T_U_V_W_X_Y_Z_0_1_2_3_4_5_6_7_8_9_
; F1_F2_F3_F4_F5_F6_F7_F8_F9_F10_F11_F12_
; ESC_BACK_TAB_ENTER_PAUSE_CAPSLOCK_SPACE_PGDN_PGUP_END_HOME_LEFT_RIGHT_UP_DOWN_PRNSCR_INSERT_DELETE_NUMLOCK_SCROLLLOCK

set %Lspc #spc , #spc , #spc , #spc , #spc
set %Sspc #spc , #spc , #spc
set %index 0

menu Clear
;menu Font Size 8
menu Window Title SS's Beta 1.0 Balm & Lotion for #charname
menu Window Size 450 130
menu Font Name MS Sans Serif
menu text Row1 10 10 Seed #spc #spc Mana %Sspc Balm of %Sspc  Balm of %Sspc #spc Life #spc Balm of #spc Stone #spc Balm of
menu text Row2 8 27 of Life #spc Draught #spc Strength #spc  Wisdom #spc Lotion #spc Swift %Lspc Skin %Sspc Protect
menu Button U_NWI 10 45 30 30 Sol
menu Button U_HZF 58 45 30 30 MDr
menu Button U_LPF 115 45 30 30 BoS
menu Button U_RCJ 175 45 30 30 BoW
menu Button U_GPF 225 45 30 30 LsL
menu Button U_CDJ 270 45 30 30 BSw
menu Button U_FPF 315 45 30 30 SSL
menu Button U_OTK 365 45 30 30 BoP
menu Edit NWI 12 80 25
menu Edit HZF 58 80 25
menu Edit LPF 115 80 25
menu Edit RCJ 175 80 25
menu Edit GPF 225 80 25
menu Edit CDJ 270 80 25
menu Edit FPF 315 80 25
menu Edit OTK 365 80 25
menu Button S_NWI 10 110 30 15 Set
menu Button S_HZF 58 110 30 15 Set
menu Button S_LPF 115 110 30 15 Set
menu Button S_RCJ 175 110 30 15 Set
menu Button S_GPF 225 110 30 15 Set
menu Button S_CDJ 270 110 30 15 Set
menu Button S_FPF 315 110 30 15 Set
menu Button S_OTK 365 110 30 15 Set
menu Button Go 415 50 30 30 Go
menu show 250 250

set #menubutton N/A
repeat
  if #menubutton <> N/A && S_ in #menubutton
  {   ; use lotion with hotkey
    set %index %index + 1
    set %cnt %index
    str del #menubutton 1 2
    menu get #strres
    set %bindkey . %index #menures , _ , #strres
    ;  menu set S_ , #strres Edit
    set #menubutton N/A
  }
until #menubutton = Go
menu set Go Stop
set #menubutton N/A

set #lpc 100
while #clilogged = 1
{
  if %index > 0
  {
    for %index 1 %cnt
    {         ; using lotions/balms with hotkey
      str pos %bindkey . %index _
      str del %bindkey . %index #strres 10
      onhotkey #strres
      {
        str pos %bindkey . %index _
        str del %bindkey . %index 1 #strres
        finditem #strres C_ , #backpackid
        if #findcnt = 0
          gosub something
        else
        {
          set #lobjectid #findid
          event macro 17 0
          wait 10
         ; gosub check_replace_gump
        }
      }
    }
  }
  if #menubutton <> N/A && S_ notin #menubutton
  {  ; when use lotion button is pressed
    finditem #menubutton C_ , #backpackid
    if #findcnt = 0
      gosub something
    else
    {
      set #lobjectid #findid
      event macro 17 0
      set #menubutton N/A
      wait 10
     ; gosub check_replace_gump
    }
  }
  if #menubutton = GO
    stop
}

sub something

Return


sub check_replace_gump
  if #contsize = 291_99
  {
    gosub OffsetClick 20 85 ; cancel
    gosub OffsetClick 230 84 ; OK
  }
Return


Sub OffsetClick
  set %tempx %1 + #CONTPOSX
  set %tempy %2 + #CONTPOSY
  click %tempx %tempy %3 %4 %5 %6
Return

18
Scripting Chat / Back to some basics
« on: August 16, 2010, 09:50:35 PM »
Believe it or not, I've never written a fully automated mining script.  I've only used others' and gave feedback about them, usually a compliment, thank you and possibly thoughts/suggestions.

Below is a snippet of what my question concerns, so here it goes.

Is it possible to dig the tile my char is standing on?  I've hit a few roadblocks with using the tile command and setting ltargetx/y, ltargettile.  I've been searching here and there for the past several hours and haven't come to an answer.

Code: [Select]
Sub MainLoop
  GoSub TM_RailInit

  set %dest 2
  While #clilogged = 1
  {
    ;pause
    set #lobjectid %CurrentShovel
    event macro 17 0
    set #LTargetKind 2
    click %xcoord %ycoord f ;d ;       #charposx #charposY  ;click
    wait 1s
    GoSub TM_AdvJournalScan mine VALID_ADVANCE You_destroyed full
    if #result = #true ; shovel broke or backpack full
      GoSub CheckResources
    if #weight > ( #maxweight - 5 )
      GoSub Smelt
    GoSub TM_AdvJournalScan mine VALID_ADVANCE no_metal can't_mine cannot_see
    if #result = #true
    {
      call %railsubs TM_DetermineCurrentWaypointIndex
      set #result #result + 1
      Call %railsubs TM_RunRail Private_Cave #result %dest FW
      wait 1s
      set %dest #result + 1
      if #result = 113
      {
        set %dest 2
        Call %railsubs TM_RunRail Private_Cave Present %dest FW
      }
    }
    GoSub TM_AdvJournalSync mine 100
  }
  GoSub Mount on
Return

19
Off Topic / Star Wars Lost Scene from "Return of the Jedi"
« on: August 16, 2010, 01:58:24 PM »
I'm a huge Star Wars fan, but only of the first 3 released movies, episodes 4, 5 and 6. Episodes 1, 2 and 3 can eat my butt.  This is legit, real and not some prank. I hope you enjoy it the way I do.


20
Feedback / Drag and Drop
« on: August 14, 2010, 06:00:28 PM »
Thought this would be a neat feature. Single selection drag n drop .txt/.euo file, multiple file selection drag n drop openings through tabs.

21
Programming / Operating Systems / Fedora 10
« on: April 06, 2010, 02:13:26 AM »
Very interesting.  I installed it via VMWare workstation 7, and was first amazed by the quick install.  Seriously, under 10 minutes and I was cruising around the file structure.  So how versatile and easy to operate is this?  Is this like a flavor of Linux? 

23
Off Topic / Great collection of Vent stuff
« on: March 19, 2010, 08:44:54 PM »
A co-worker of mine showed me this site, it's gawd-aweful funny!  If you have vent, and like to make video's or screw w/people while in vent, you'll love this site!

I definitnely recomend Mr.T

http://www.google.com/search?q=ventertainment&hl=en&rls=com.microsoft:en-us&tbs=vid:1&tbo=u&ei=RFCkS8LBLYaBlAfxkIT1Ag&sa=X&oi=video_result_group&ct=title&resnum=1&ved=0CBEQqwQwAA

24
Off Topic / Toys I use at my new job
« on: March 19, 2010, 02:14:41 PM »
While I'm getting settled at my new 3rd shift job, here are a few utilities we use that I thought I share with everyone.  They're relatively cheap, and are extraordinarily powerful.

FastStone Capture www.FastStone.org
This is the best screen shot image capture app I've ever used, it has awesome functionality, options and controls that even work perfectly with my dual monitor setup!

Password Safe www.pwsafe.org
This is great since I constantly forget/loose my pw's for many places and things. I can store the pw file on a cd or remotely and it's encrypted!

25
Off Topic / Error 0xc000007b
« on: March 10, 2010, 03:34:58 PM »
After several days of frustration, I think I have come to a conclusion. Micro$oft $ucks.  For starters, if you search the net for the error code, you'll come across lots of reports detailing the virus Worm.Klez.e amongst a few others.  After an extensive search through my system and registry looking for said files, registry entries, alterations and deletions, I'm 100% positive I have no such infestation. Therefore, it can't be anything having to do with any NAV or SEP application. So you can filter the net search with those two exclusions.

Next, my computer is a home built atrocity. It's a standard ATX case, Gigabyte MB (GA-7n400-L1), AMD proc (Duron) OC'd, 3 gig's of Crucial, 250G WD, ATI Raedon 9250 with a pair of 22" LCD's cruising with WinXP Pro SP3.  With that, we can eliminate the hits that include many Dell Laptops and the "Wave" Software, along with all the Vista and non XP results.

That filtering alone now greatly limits possibilities.  This issue does not seem to be picky on what software is running, and is certainly not specific to what it does effect. I don't have Anti-Virus software running, this is the second full re-format of my HD and install of XP, so anything that relies on .NET is only updated to version 2.0.  These programs include Razor, SUO, HtmlPad, VS2008 EE and several others, so the install of .NET is mandatory.

I'm also not developing any software, so there's no compression or de-compression algorithms being added.

That said, here are some of my findings:

  • An application is accessing the executable as soon as the 'Welcome' screen appears.
  • This program writes over the executable
  • Encrypting the executable (and parent folder) alone does not stop the re-write
  • The file size difference is generally about 8kb's

To sum it up, my programs are being re-written after they are installed and the machine re-boots. I can re-install the programs and re-overwrite what this annoyance is doing, only to result in yet another re-write of SUO.exe, Razor and the other programs that depend on .NET. 

A temporary patch, r-click the executable file that produces the error, check Read Only, then go to advanced and select to encrypt the file, then remove the checks for archive and compression.

26
Character skill advancement / SS's Test Center Character Starter v1.1
« on: February 23, 2010, 04:44:29 PM »
 

Updated to version 1.1
Allowed for fishing to have a 120 cap
Removed shard check

How To:
Simply place/remove a check in the skill you want/don't on your character, enter a skill amount, repeat
  until you're satisfied. When you're ready to apply the selected skills, press GO!
  To remove a skill, simply un-check the skill in the menu and press GO!

 Adjust your Strength, Intelligence, and Dexterity by entering an amount, and pressing the associated button.

 To load a preset template from the script, press the 'Quick Temp' button, and select from the drop down list.
   These can be altered while in the skill list window just as you would creating one from scratch. Press GO! when ready.

 To load a template from your computer, press the 'Load Temp' button, enter the path to the file in the provided
   field excluding the "C:\" pre-cursor, then enter the template name in the field provided excluding the ".txt" .
   The template will be loaded, and skill amounts counted automatically. Should the skill amount result in excess of 700
   (TC cap), the last added skill from the file will be pruned. Press GO! when ready.

 To make a saved template on your computer, simply follow this template:

Code: [Select]
gosub %1  ;<-- first line in file
exit

sub My_Template    ;<-- This sub name can be anything you want, but will be what is used when loading
set #result Evaluating , #spc , Intelligence_120@Spirit , #spc , Speak_120@
return #result

The skill names that need to be used when creating your own template are available a few lines below as arguments for the
  'GoSub TCMenu' and must be exactly as typed including the ", #spc ,"'s.
  A saved file template skill string MUST be formatted in this way:  " SkillName_SkillAmount@ " , the underscore MUST separate
  the name from the amount, and a '@' MUST follow the skill amount.

If you want to save a custom made template to file, select the skills, apply the skills (by pressing GO!), and make a
  variable in the 'Manage VarList' window called : %SkillLibrary. Following the format above for making a saved template,
  paste this string in the sub you create for it, and set #Result to it.

Download the "Example.txt" file to see how the saved template looks when laid out.

27
Off Topic / My Intro,...suplemental
« on: February 19, 2010, 07:49:44 PM »
At the risk of resurrecting my old intro post to add some things, I figure I share here something else I enjoy doing.

This is done in 3DMax 9, post production with a glass material, architectural luminosity and a few planes.



28
Script Debug / SuperSlayer's Test Center Character Starter Updated 2-19
« on: February 14, 2010, 02:53:11 PM »
OK, here's an updated version. I believe most everything works as should.  Unfortunately the 'Quick Template' is still not yet available.

How to use:

1. Place a check in the skill you want to add
2. Input the skill value in the edit box, do not use decimals. 100 = GM
2a. Choose to lock the skill or not
3. Press the 'Set Skill' button to add the skill to the list box
4. When you're happy with your selections, press the 'GO!' button at the bottom.
Easy as that

If your Test Center character has skills to begin with, this script will display them in the list box, their value, and the appropriate check box.

To remove skills already present on a char, simply uncheck the skill in the menu and press 'GO!'.

If you want to change skills in the list, just uncheck the skill, and re-check it to change it.

Reset All: Clears the menu -(prob a little buggy, maybe)
Clr Char: Removes any and all skills currently active in the logged in character

Give: Arties, Resources, Tokens, Armor, Crystals & Air.

Seemingly, TC has a 700 skill cap for all characters regardless of age, so never mind what the menu 'Max:' says under the Skills List box, that'll be taken care of later. The script 'should' display correct amounts of skill should the amount roll over the 700 limit.

This script uses the 'Whisper' event macro for all speech.


29
Off Topic / Just got hired !
« on: February 05, 2010, 10:33:22 AM »
After 2 months of unemployment, an interested company contacted me through www.Monster.com, had 2 interviews in the last 2 weeks, and got the offer this afternoon over the phone!  This is the company: www.tpayment.com/home.html . If you go to the employment link in the bottom of the page, I got the Computer Operator position. I start in about 10 days after all the paperwork is done and such.

The position is third shift and my nights off are sunday and monday.  This will be good for server maintenance script testing heh  ;D

Thank you ScriptUO & Monster.com !

Edit: Changes avatar in honor of new job.  Appropriate no? Muhahah

30
Off Topic / Burning
« on: January 20, 2010, 09:41:35 PM »
No, not that kind of burning...hehe :o

I just bought a new internal DVD burner (http://www.newegg.com/Product/Product.aspx?Item=N82E16827135077) because my old one crapped out on me. It was an ASUS external DVD burner with DL burning capabilities.  I now have an LG burner with DL burning capabilities(http://www.newegg.com/Product/Product.aspx?item=N82E16827136144). I have not really had great success with Nero, so I've switched over to Ashampoo 9 version 9.20.  I prefer to burn with Verbatim, Sony is 2nd in my list, followed by ...NO ONE!  I really hate using anything besides these two, I rarely ever have any success burning with anything else.  TDK, Magnavox, Dynex, HP, and Memorex aren't in my list to ever use.  

I've had Lite-On drives that had worked well for their life, an external IOMEGA that was sheer crap (literaly threw it across the room  :D ) and a few Sony's that did ok for their purposes.

So I ask, what does everyone else have/use to burn with?

Pages: 1 [2] 3 4 ... 6