d2jsp
Log InRegister
d2jsp Forums > d2jsp > Ladder Slasher > LS Guild Chat > Syndicàte And Friends Ladder Slasher Discussion I
Prev1146147148149150234Next
Add Reply New Topic
Member
Posts: 2,067
Joined: Jan 5 2008
Gold: 59.00
Nov 12 2008 06:00pm
Well my Rainbow Orb Fund is still empty with a balance of 0fg laugh.gif
Member
Posts: 33,307
Joined: Jun 4 2006
Gold: Locked
Nov 12 2008 08:55pm
64 lvl barb now smile.gif
im going for my first GP smile.gif
Member
Posts: 11,499
Joined: Oct 26 2007
Gold: 105.12
Nov 12 2008 11:22pm
lvl. 4 fighter looking for cata...lmk plz. biggrin.gif

This post was edited by sigma89 on Nov 12 2008 11:25pm
Member
Posts: 33,307
Joined: Jun 4 2006
Gold: Locked
Nov 13 2008 11:51am
Quote (Fiukture @ Thu, Nov 13 2008, 04:55am)
64 lvl barb now smile.gif
im going for my first GP smile.gif


71 lvl smile.gif

banana.gif
Member
Posts: 33,307
Joined: Jun 4 2006
Gold: Locked
Nov 13 2008 12:43pm
Quote (Fiukture @ Thu, Nov 13 2008, 07:51pm)
71 lvl smile.gif

banana.gif


damn it!

failed... so +1 gp from me, and i want samurai so much ^^
Member
Posts: 33,307
Joined: Jun 4 2006
Gold: Locked
Nov 13 2008 01:54pm


I made little movie with my fail rofl.gif
Member
Posts: 3,710
Joined: May 5 2008
Gold: 165.52
Nov 13 2008 01:57pm
Quote (Fiukture @ Thu, 13 Nov 2008, 19:54)

http://www.youtube.com/watch?v=KX8K6XaXD_I

I made little movie with my fail rofl.gif


Lol, tongue.gif goodluck next time.
hand.gif Syndicate
Member
Posts: 2,067
Joined: Jan 5 2008
Gold: 59.00
Nov 13 2008 03:43pm
Dam guys, my rainbow orb fund is still empty laugh.gif
Member
Posts: 34,820
Joined: Oct 21 2005
Gold: 1,637.76
Nov 14 2008 03:07pm
int face;
face = 1 + (int) ( Math.random( ) * 6 );
switch(face)
{
case 1: JOptionPane.showMessageDialog(null, "BSG");break;
case 2: JOptionPane.showMessageDialog(null, "BGS");break;
case 3: JOptionPane.showMessageDialog(null, "SBG");break;
case 4: JOptionPane.showMessageDialog(null, "SGB");break;
case 5: JOptionPane.showMessageDialog(null, "GBS");break;
case 6: JOptionPane.showMessageDialog(null, "GSB");break;
}
System.exit(0);

Might help me with my master quests! laugh.gif cuz im currently 4/55 sleep.gif
Member
Posts: 34,820
Joined: Oct 21 2005
Gold: 1,637.76
Nov 14 2008 04:06pm
Edited my program so Wederk, which is a monk could use it too laugh.gif

String strquestion;

int threedoors,fourdoors,iquestion;

for(int ctr=0; ctr<=9999; ctr++)
{

strquestion=JOptionPane.showInputDialog("1-3 Doors\n2-4 Doors\n3-Exit");
iquestion=Integer.parseInt(strquestion);

switch(iquestion)
{
case 1:
{
threedoors = 1 + (int) ( Math.random( ) * 6 );
switch(threedoors)
{
case 1: JOptionPane.showMessageDialog(null, "BSG");break;
case 2: JOptionPane.showMessageDialog(null, "BGS");break;
case 3: JOptionPane.showMessageDialog(null, "SBG");break;
case 4: JOptionPane.showMessageDialog(null, "SGB");break;
case 5: JOptionPane.showMessageDialog(null, "GBS");break;
case 6: JOptionPane.showMessageDialog(null, "GSB");break;
}
break;
}
case 2:
{
fourdoors = 1 + (int) ( Math.random( ) * 24 );
switch(fourdoors)
{
case 1: JOptionPane.showMessageDialog(null, "Gold Silver Copper Steel"); break;
case 2: JOptionPane.showMessageDialog(null, "Gold Silver Steel Copper"); break;
case 3: JOptionPane.showMessageDialog(null, "Gold Copper Silver Steel"); break;
case 4: JOptionPane.showMessageDialog(null, "Gold Copper Steel Silver"); break;
case 5: JOptionPane.showMessageDialog(null, "Gold Steel Copper Silver"); break;
case 6: JOptionPane.showMessageDialog(null, "Gold Steel Silver Copper"); break;
case 7: JOptionPane.showMessageDialog(null, "Silver Gold Copper Steel"); break;
case 8: JOptionPane.showMessageDialog(null, "Silver Gold Steel Copper"); break;
case 9: JOptionPane.showMessageDialog(null, "Silver Copper Gold Steel"); break;
case 10: JOptionPane.showMessageDialog(null, "Silver Copper Steel Gold"); break;
case 11: JOptionPane.showMessageDialog(null, "Silver Steel Gold Copper"); break;
case 12: JOptionPane.showMessageDialog(null, "Silver Steel Copper Gold"); break;
case 13: JOptionPane.showMessageDialog(null, "Copper Gold Silver Steel"); break;
case 14: JOptionPane.showMessageDialog(null, "Copper Gold Steel Silver"); break;
case 15: JOptionPane.showMessageDialog(null, "Copper Silver Gold Steel"); break;
case 16: JOptionPane.showMessageDialog(null, "Copper Silver Steel Gold"); break;
case 17: JOptionPane.showMessageDialog(null, "Copper Steel Gold Silver"); break;
case 18: JOptionPane.showMessageDialog(null, "Copper Steel Gold Silver"); break;
case 19: JOptionPane.showMessageDialog(null, "Steel Gold Silver Copper"); break;
case 20: JOptionPane.showMessageDialog(null, "Steel Gold Copper Silver"); break;
case 21: JOptionPane.showMessageDialog(null, "Steel Silver Gold Copper"); break;
case 22: JOptionPane.showMessageDialog(null, "Steel Silver Copper Gold"); break;
case 23: JOptionPane.showMessageDialog(null, "Steel Copper Gold Silver"); break;
case 24: JOptionPane.showMessageDialog(null, "Steel Copper Silver Gold"); break;
}
break;
}
case 3: System.exit(0); break;
}

}

}


}

This post was edited by NeWbLt123 on Nov 14 2008 04:06pm
Go Back To LS Guild Chat Topic List
Prev1146147148149150234Next
Add Reply New Topic