Vengeance

Vengeance

Joined
Nov 02, 2006
Location
irc.scrollrack.com
Interests
To many to list

Activity Stream

Vengeance commented on a Page, Skin Engine v1.0  -  Sep 26, 2009

it's a skin script and it work's enough said :)

 Respond  
Vengeance commented on a Page, DKRT  -  Aug 13, 2009

Very nice :)

 Respond  
Vengeance commented on a Page, My own friend code script.  -  Mar 20, 2008

Well It does what you made it do...

Nothing special unfortunately
would like to see you try something a little more complicated next time :)

 Respond  
Vengeance commented on a Page, Deck Recordings Ftw. :o  -  Jan 12, 2008

Darkkeeper I know your not telling people to \"script Better\" i Seen a monkey with better etiquette than you

And before you tell someone to \"script Better\" don\'t you think you should at least learn basic tokens

And when not to use / at the beginning of every command

 Respond  
Vengeance commented on a Page, RGB viewer  -  Dec 29, 2007

But i suggest you add a text box for hex as well

 Respond  
Vengeance commented on a Page, RGB viewer  -  Dec 29, 2007

nice i made one of these as my first VB app

 Respond  
Vengeance commented on a Page, Skin Script  -  Dec 13, 2007

Any comment\'s on fixing the 1 problem it has is greatly appreciated

 Respond  
Vengeance created a Page  -  Dec 13, 2007
531 

Okay this thing has 1 problem i can't figure out

Vengeance commented on a Page, $scramble/x  -  Dec 05, 2007

way better than one i made

alias Scramble {
remini scramble.ini scramble_game
var %x 1
writeini scramble.ini Scramble_Game Word $1
while (%x <= $len($1)) {
writeini scramble.ini Scramble_game %letter $+ %x $mid($1,%x,1)
inc %x
}
}

alias Unscramble {
var %x 1
set %word $readini(scramble.ini,scramble_game,word)
set %len $len($readini(scramble.ini,scramble_game,word))
while (%x <= %len) {
set %removing $rand(1,$len(%word))
set %unscrambled %unscrambled $+ $mid(%word,%removing,1)
set %word $remove(%word,$mid(%word,%removing,1))
inc %x
}

 Respond  
Vengeance commented on a Page, Custom aliases I use  -  Oct 25, 2007

mountaindew your right :(

\"Wouldn\'t $remove($1-,etc) do the same thing as $truedeltok? Also, you are lacking much error checking here\"

Meh don\'t want to risk messing with tokens with remove I often use to many spaces which would mess it up
and wild cards are sketchy

 Respond  
Vengeance created a Page  -  Oct 25, 2007
370 

These are two of my most used aliases I made

Vengeance created a Page  -  Oct 02, 2007
231 

1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890

Vengeance commented on a Page, Deck Keeper 2.0  -  Sep 25, 2007

Save Problem fixed

thanks for the $qt() suggestion on the forums XDaemon

 Respond  
Vengeance created a Page  -  Sep 25, 2007
230 

(Major Update) what it does is pretty obvious a place to store/view stats on a deck

Vengeance commented on a Page, mIRC Hex Editor  -  Sep 19, 2007

other than that very very nice
keep up the good work

 Respond  
Vengeance commented on a Page, mIRC Hex Editor  -  Sep 19, 2007

Suggestion\'s

  1. some thing ultra simple have the filename of the file your messing with is the @window title bar

  2. Is there anyway you could add compare file\'s ( for snapshot\'s to make finding the changing data a little easier? )
    By that I mean just checking for the differences

  3. It seems to be adding lines... ( the one I use cygnus stops at
    2030
    but your\'s seems to skip lines

2024 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
203A 00 00 00 00 00 00

 Respond  
Vengeance commented on a Page, Welcome Back Script ( Ini)  -  Jul 30, 2007

Work\'s now

 Respond  
Vengeance created a Page  -  Jul 30, 2007
4,221 

Just a Script that checks a ini for when someone join's and returns there greet

Vengeance commented on a Page, ¯Theme¯  -  Jul 27, 2007

Awesome Job Flamez

Only thing i can suggest is use some variables for the colors Like
set %L 1,4>>

so it would be a lot easier for people to use there own color shemes

 Respond  
Vengeance created a Page  -  Jul 26, 2007
1,067 

Just a Simple Avoice made a tad bit better with use of tokens

Vengeance commented on a Page, Adventure Quest Calculator  -  Jul 24, 2007

Sry about that and slow reply

And about x-guardian when you\'re one you get a 10% exp boost wich would affect somethings

Never got around to making that part on this one was there for a just incase :)

And level goes up to 130 and stats go up by 5 points at once

 Respond  
Vengeance commented on a Page, Adventure Quest Calculator  -  Jul 24, 2007

Any comment\'s at all would be nice...

 Respond  
Vengeance created a Page  -  Jul 22, 2007
1,217 

Okay so Aqstats.com does it 10x better :(

Vengeance commented on a Page, Shutup Ban  -  May 25, 2007

Chevy could you please give some example\'s
Or anyone else

Your comment is a little vague

 Respond  
Vengeance created a Page  -  May 25, 2007
1,067 

This is what happens when people annoy "scriptwriter's"

Vengeance commented on a Page, Away Manager...  -  Mar 27, 2007

isin string v1 is in string v2

i prefer that on not

iswm wildcard string v1 matches string v2

 Respond  
Vengeance commented on a Page, Away Manager...  -  Mar 26, 2007

Oh an ignore the %break its just %break ||

 Respond  
Vengeance commented on a Page, Away Manager...  -  Mar 26, 2007

on :TEXT::#: {
If ( %awaynick isin $1 ) {
notice $nick Im sorry but i seem to be away
notice $nick :Stat\'s: %break Away Reason: %away.reason %break Left at: %time %break Time Away: $duration($awaytime) %break
}

Added that should fix your sugestion :)

 Respond  
Vengeance commented on a Page, Away Manager...  -  Mar 26, 2007

Okay ty meliorite ill try that :)

i love the sugestions you people come up with

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.