Project 1999

Project 1999 (/forums/index.php)
-   Blue Server Chat (/forums/forumdisplay.php?f=17)
-   -   1400+ online and no OT porters! (/forums/showthread.php?t=193878)

trinkets 05-17-2015 09:03 PM

1400+ online and no OT porters!
 
Someone come make some donation money!

Baler 05-17-2015 09:32 PM

Thrown together,.. Somethings are missing/incorrect, but you should get the idea.
Code:

private bool lfp; //looking for port
private bool pf; //port found
private bool npf; //no port found

bool lfp = true;

If (lfp)
{
Console.Write("/who all druid 30 40")
for( int i = 1; i <= 10; i++)
{
Console.Writeline("/tell druidname can I get a port?");
if (pf)
{
return;
}
}
}
else if (!npf)
{
Console.Write("/who all druid 40 50")
for( int i = 1; i <= 10; i++)
{
Console.Writeline("/tell druidname can I get a port?");
if (pf)
{
return;
}
}
}
else if (!npf)
{
Console.Write("/who all druid 50 60")
for( int i = 1; i <= 10; i++)
{
Console.Writeline("/tell druidname can I get a port?");
if (pf)
{
return;
}
}
}
else
{
Console.Writeling("/camp");
}



All times are GMT -4. The time now is 07:29 AM.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.