Author Topic: Taking Private server jobs.  (Read 4099 times)

Offline pilldom

  • Sr. Member
  • ****
  • Posts: 331
  • Karma: +0/-0
    • View Profile
Taking Private server jobs.
« Reply #20 on: August 25, 2008, 09:49:21 PM »
Omg youre retarded im not gonna argue any more but C++ is programing java is coding ask any one that knows what there doing. Bull[censored] you used empty framework send me your client then mabye ill believe.

cause im so generous im also gonna give you a little test if you cant fix this error it kind of proves it...

 else if (command.startsWith("memkick")) {
   try {
       String name = command.substring(8);
       int player = PlayerHandler.getPlayerID(name);
       client n = (client) server.playerHandler.players[player];
       if((n.myClanName.equalsIgnoreCase(myClanName)) && (n.clanRights < 5) && (clanRights >= 5)) {
      n.myClanName = "none";
      n.clanRights = 0;
      n.sendMessage("You have been kicked from "+n.myClanName);
      sendMessage(name+" has been kicked from "+myClanName);
       } else if(n.clanRights >= 5) {
      sendMessage("You can't kick other clan owners!");
       } else if(!n.myClanName.equalsIgnoreCase(myClanName)) {
      sendMessage("You can't kick somebody if they aren't in your clan!");
       } else {
      sendMessage("You need to be an owner to kick other players from a clan");
   } catch(Exception e) {
       sendMessage("The player either doesn't exist or isn't playing");
   }
    } else if(command.startsWith("whatclan")) {
   try {
       String name = command.substring(9);
       int player = PlayerHandler.getPlayerID(name);
       client c = (client) server.playerHandler.players[player];
       sendMessage(name+ is in the clan: +c.myClanName);
       sendMessage(name+ is clan rights are: +c.clanRights);
   } catch(Exception e) {
       sendMessage("That player either doesn't exist or isn't playing");
   }
    }

(I dont care about errors cause you dont have the void or boolean of something like that.
If you dont know what to do to get to know what to fix then wow.... This isnt gonna prove your great just that you may know something. Also give me your no-ip and ill look at your "framework"
« Last Edit: August 25, 2008, 09:50:06 PM by pilldom »
[color=\"#0000FF\"]Transactions[/color]



1)Bought pure range from silent killl for 800k no mm=[color=\"#00FF00\"]succseful[/color]

2)Bought pure range from silent kill for 600k no mm=[color=\"#00FF00\"]succseful[/color]

3)bought str pure from .cant rember name. for 1.2m pureblood mmed=[color=\"#00FF00\"]succseful[/color]

4)Traided a lvl 83 main for a lvl 67 tank ranger dr tim mmed= [color=\"#FF0000\"]scammed[/color] by Pyrokitty (I was able to recover my account though)

5)Bought a lv 56 pure from protection for 1.7m, no mm i went first=[color=\"#00FF00\"]Succesful[/color] but I did lose 1m

6)Traded a lvl 58 str pure for a lvl 55 mager from s3ll m3, no mm=[color=\"#FF0000\"]Scammed[/color]

7)Bought a lvl 78 range staker from dreadflux for 4.3m, chamart mmed =[color=\"#00FF00\"]Succesful[/color]



[color=\"#0000FF\"]Trained[/color]

1)Trainded a account for Dead Aim from 60 to 70 str pureblood mmed=I was very busy that week and was only able to get it to 63 str(i did not charge him)

2)Trainded a acccount from dr tim from 57 to 64 range=[color=\"#00FF00\"]Succseful[/color]



[color=\"#0000FF\"]Transfers[/color]

1) Transfered about 50k in items for dr tim=[color=\"#00FF00\"]Succesful[/color]

2) Transfered 1.25m in items for icez=[color=\"#00FF00\"]Succesful[/color]



[color=\"#0000FF\"]Questing[/color]

1)Did V slayer for X Spec nothingno mm=[color=\"#00FF00\"]Succesful[/color]



[color=\"#0000FF\"]Freebies[/color]

got  71 wc from rspin



8.6m in [color=\"#00FF00\"]succesful[/color] transactions

NO money lost from [color=\"#FF0000\"]scams[/color]



2 MMs -1 account 2 pin- for 2.75M  

2 Xfers for 1.3M



[color=\"#00FF00\"]Total Amount- 4.05M[/color]



[color=\"#0000FF\"]I vouch for[/color]

-Dr.Tim

-Elven Mage

-X spec

-Protection

-[color=\"#FFFF00\"]JB Lee[/color]

-Nobel Pker

-Death Match

-Dreadflux

-[color=\"#800080\"]Chamart[/color]

-rspin

-Icez



[color=\"#0000FF\"]People who vouch for me[/color]

-Dr.Tim

-X spec

-Protection

-Elven Mage

-Nobel Pker

-Matazic(sp)

-Deatch Match

-Dreakfulx

-Karansood2

-Banger

-Coolguy7321

-Icez





Total Vouches-10



Scammers Ive banned

-[color=\"#FF0000\"]s3ll m3[/color]



[color=\"#0000FF\"]Also doing free MM's and Xfer's, add my MSN![/color]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~







If you are a [color=\"#FF0000\"]scammer[/color] then guess what You fail!



[color=\"#00FF00\"][email protected][/color]

Offline abdul ftw

  • Hero Member
  • *****
  • Posts: 1146
  • Karma: +0/-0
    • View Profile
Taking Private server jobs.
« Reply #21 on: August 26, 2008, 04:07:07 PM »
Code: [Select]
else if (command.startsWith("memkick")) {
  try {
String name = command.substring(8);
int player = PlayerHandler.getPlayerID(name);
client n = (client) server.playerHandler.players[player];
 if((n.myClanName.equalsIgnoreCase(myClanName)) &&
 (n.clanRights < 5) &&
(clanRights >= 5)) {
n.myClanName = "none";
n.clanRights = 0;
n.sendMessage("You have been kicked from
  "+n.myClanName);
sendMessage(name+" has been kicked from
  "+myClanName);
} else if(n.clanRights >= 5) {
sendMessage("You can't kick other clan owners!");
  } else if(!n.myClanName.equalsIgnoreCase(myClanName)) {
sendMessage("You can't kick somebody if they aren't in your clan!");
} else {
  sendMessage("You need to be an owner to kick other players from a clan");
 } catch(Exception e) {
 sendMessage("The player either doesn't exist or isn't playing");
  }
} else if(command.startsWith("whatclan")) {
 try {
String name = command.substring(9);
int player = PlayerHandler.getPlayerID(name);
client c = (client) server.playerHandler.players[player];
sendMessage(name+ is in the clan:
 +c.myClanName);
sendMessage(name+ is clan rights are:
  +c.clanRights);
  } catch(Exception e) {
sendMessage("That player either doesn't exist or isn't playing");
  }
}
I missed a couple of spaces, but it's the right java conventions.
[font=\"Comic Sans MS\"][color=\"#483d8b\"] [/color][/font][font=\"Comic Sans MS\"][color=\"#483d8b\"] [font=\"Arial\"][color=\"#483d8b\"]

47 Buyz'N'Sellz.

10+MM's.

2+x'Fers.[/color][/font]

[/color]
[/font]

Offline pilldom

  • Sr. Member
  • ****
  • Posts: 331
  • Karma: +0/-0
    • View Profile
Taking Private server jobs.
« Reply #22 on: August 26, 2008, 04:45:27 PM »
misted something. Not gonna work like that.
[color=\"#0000FF\"]Transactions[/color]



1)Bought pure range from silent killl for 800k no mm=[color=\"#00FF00\"]succseful[/color]

2)Bought pure range from silent kill for 600k no mm=[color=\"#00FF00\"]succseful[/color]

3)bought str pure from .cant rember name. for 1.2m pureblood mmed=[color=\"#00FF00\"]succseful[/color]

4)Traided a lvl 83 main for a lvl 67 tank ranger dr tim mmed= [color=\"#FF0000\"]scammed[/color] by Pyrokitty (I was able to recover my account though)

5)Bought a lv 56 pure from protection for 1.7m, no mm i went first=[color=\"#00FF00\"]Succesful[/color] but I did lose 1m

6)Traded a lvl 58 str pure for a lvl 55 mager from s3ll m3, no mm=[color=\"#FF0000\"]Scammed[/color]

7)Bought a lvl 78 range staker from dreadflux for 4.3m, chamart mmed =[color=\"#00FF00\"]Succesful[/color]



[color=\"#0000FF\"]Trained[/color]

1)Trainded a account for Dead Aim from 60 to 70 str pureblood mmed=I was very busy that week and was only able to get it to 63 str(i did not charge him)

2)Trainded a acccount from dr tim from 57 to 64 range=[color=\"#00FF00\"]Succseful[/color]



[color=\"#0000FF\"]Transfers[/color]

1) Transfered about 50k in items for dr tim=[color=\"#00FF00\"]Succesful[/color]

2) Transfered 1.25m in items for icez=[color=\"#00FF00\"]Succesful[/color]



[color=\"#0000FF\"]Questing[/color]

1)Did V slayer for X Spec nothingno mm=[color=\"#00FF00\"]Succesful[/color]



[color=\"#0000FF\"]Freebies[/color]

got  71 wc from rspin



8.6m in [color=\"#00FF00\"]succesful[/color] transactions

NO money lost from [color=\"#FF0000\"]scams[/color]



2 MMs -1 account 2 pin- for 2.75M  

2 Xfers for 1.3M



[color=\"#00FF00\"]Total Amount- 4.05M[/color]



[color=\"#0000FF\"]I vouch for[/color]

-Dr.Tim

-Elven Mage

-X spec

-Protection

-[color=\"#FFFF00\"]JB Lee[/color]

-Nobel Pker

-Death Match

-Dreadflux

-[color=\"#800080\"]Chamart[/color]

-rspin

-Icez



[color=\"#0000FF\"]People who vouch for me[/color]

-Dr.Tim

-X spec

-Protection

-Elven Mage

-Nobel Pker

-Matazic(sp)

-Deatch Match

-Dreakfulx

-Karansood2

-Banger

-Coolguy7321

-Icez





Total Vouches-10



Scammers Ive banned

-[color=\"#FF0000\"]s3ll m3[/color]



[color=\"#0000FF\"]Also doing free MM's and Xfer's, add my MSN![/color]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~







If you are a [color=\"#FF0000\"]scammer[/color] then guess what You fail!



[color=\"#00FF00\"][email protected][/color]

Offline Sonic.

  • Hero Member
  • *****
  • Posts: 554
  • Karma: +0/-0
    • View Profile
Taking Private server jobs.
« Reply #23 on: August 26, 2008, 07:10:32 PM »
bit off topic but what sort of pure you after?
[font=\"Tahoma\"] [font=\"Tahoma\"]
[font=\"Arial\"]I am Sonic.

[/font][font=\"Arial\"][color=\"#000000\"]30+ transactions; 20+mill MM'ed, 35+ Vouchs

Includes Elites.

[/color][/font][color=\"#000000\"]











[/color]
[/font][/font]

Offline abdul ftw

  • Hero Member
  • *****
  • Posts: 1146
  • Karma: +0/-0
    • View Profile
Taking Private server jobs.
« Reply #24 on: August 27, 2008, 08:59:17 PM »
1 def F2p/p2p pure but under 67 combat, I don't mind the def up to 10 and I don't mind whatever style it is, but I prefer melee w/ mage http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/tongue.gif\' class=\'bbc_emoticon\' alt=\':P\' />

to Pilldom : I don't really care it's the right conventions only thing I have missed is some spaces, add it yourself.
[font=\"Comic Sans MS\"][color=\"#483d8b\"] [/color][/font][font=\"Comic Sans MS\"][color=\"#483d8b\"] [font=\"Arial\"][color=\"#483d8b\"]

47 Buyz'N'Sellz.

10+MM's.

2+x'Fers.[/color][/font]

[/color]
[/font]

Offline abdul ftw

  • Hero Member
  • *****
  • Posts: 1146
  • Karma: +0/-0
    • View Profile
Taking Private server jobs.
« Reply #25 on: August 28, 2008, 07:05:21 PM »
Bump
[font=\"Comic Sans MS\"][color=\"#483d8b\"] [/color][/font][font=\"Comic Sans MS\"][color=\"#483d8b\"] [font=\"Arial\"][color=\"#483d8b\"]

47 Buyz'N'Sellz.

10+MM's.

2+x'Fers.[/color][/font]

[/color]
[/font]

Offline abdul ftw

  • Hero Member
  • *****
  • Posts: 1146
  • Karma: +0/-0
    • View Profile
Taking Private server jobs.
« Reply #26 on: August 31, 2008, 03:00:53 PM »
Bump'd
[font=\"Comic Sans MS\"][color=\"#483d8b\"] [/color][/font][font=\"Comic Sans MS\"][color=\"#483d8b\"] [font=\"Arial\"][color=\"#483d8b\"]

47 Buyz'N'Sellz.

10+MM's.

2+x'Fers.[/color][/font]

[/color]
[/font]