Top

DarthReven's Halo2 Grabber


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  4.3
Scores Submitted  3
Date Added  Mar 10, 2006
Last Updated  Mar 10, 2006
Tags  bungie  halo2 
  Bookmark and Share

Introduction

this is the halo2 stats grabber by DarthReven
i just added a dialog looks like it could have used one :)

Grab the Code

Comments

  (7)  RSS
Gex
Comments: 94
 
mIRC Snippet:  DarthReven's Halo2 Grabber
Posted on Mar 10, 2006 3:22 pm
Very nice Sean Darthreven should be happy lol
sean
Comments: 108
 
mIRC Snippet:  DarthReven's Halo2 Grabber
Posted on Mar 10, 2006 3:26 pm
lol yep less work for him :P
DarthReven
Comments: 468
 
mIRC Snippet:  DarthReven's Halo2 Grabber
Posted on Mar 10, 2006 5:01 pm
Well i never have been one for Dialogs but looks good
DarthReven
Comments: 468
 
mIRC Snippet:  DarthReven's Halo2 Grabber
Posted on Mar 11, 2006 1:12 am
One sugestion for your dialog actually have the information routed to the dialog itself
DarthReven
Comments: 468
 
mIRC Snippet:  DarthReven's Halo2 Grabber
Posted on Mar 11, 2006 6:33 am
Here is a dialog i wipped up that you could use to route the data into
dialog halo2_stats {
title "Halo 2 Stat Grabber By: DarthReven"
size -1 -1 250 185
option dbu
list 1, 2 5 246 160
check "Gamer Tag" 2, 2 160 40 10
check "Clan Name" 3, 2 170 40 10
check "Overall" 4, 42 160 30 10
check "Games" 5, 42 170 30 10
edit "" 6, 72 160 140 20, autohs
button "GO" 7, 215 160 33 20
}
on *:dialog:halo2_stats:*:*: {
if ($devent == sclick) {
if ($did == 7) {
did -c $dname 1
if ($did(2).state) {
if ($did(4).state) { halo2 -p -o $did(6) | did -u $dname 2 | did -u $dname 4 | did -c $dname 6 }
elseif ($did(5).state) { halo2 -p -g $did(6) | did -u $dname 2 | did -u $dname 5 | did -c $dname 6 }
else { did -a $dname 1 Error: Neither "Overall" or "Game" stats were selected. }
}
elseif ($did(3).state) {
if ($did(4).state) { halo2 -c -o $did(6) | did -u $dname 3 | did -u $dname 4 | did -c $dname 6 }
elseif ($did(5).state) { halo2 -c -g $did(6) | did -u $dname 3 | did -u $dname 5 | did -c $dname 6 }
else { did -a $dname 1 Error: Neither "Overall" or "Game" stats were selected. }
}
}
}
}
sean
Comments: 108
 
mIRC Snippet:  DarthReven's Halo2 Grabber
Posted on Mar 14, 2006 9:46 am
yeh, i thought about doing something like that but i got lazy :P
Zxmbie
Comments: 1
 
mIRC Snippet:  DarthReven's Halo2 Grabber
Posted on Mar 20, 2006 6:46 am
Nice, thats the sex.

Please Register or Login to start posting comments.
Bottom