Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 05-17-2015, 09:03 PM
trinkets trinkets is offline
Sarnak


Join Date: Jul 2012
Posts: 262
Default 1400+ online and no OT porters!

Someone come make some donation money!
  #2  
Old 05-17-2015, 09:32 PM
Baler Baler is offline
Planar Protector

Baler's Avatar

Join Date: Mar 2014
Posts: 9,521
Default

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");
}
Last edited by Baler; 05-17-2015 at 09:35 PM..
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:04 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.