Server Help

Trash Talk - P. Diddy Died! Read This!

Quan Chi2 - Tue Sep 06, 2005 1:11 pm
Post subject: P. Diddy Died! Read This!
Now that I caught someones attention icon_smile.gif

Please tell me how to use this.
Code: Show/Hide

   case EVENT_PlayerWeapon:
      {
         Player *p = (Player*)event.p[0];
         weaponInfo wi;
         wi.n = *(Uint16*)&event.p[1];
      }
      break;


I need a list of commands for weapon usage(example: decoy, thor, repel, burst, portal, brick.. etc..)
I jsut want the bot to sendPublic an arena message and sendPrivate a prize..

Please point me in the right direction.. or tell me what to put.... Thanks.

(ha ha P. diddy didnt die! fooled ya!)[/code]
Solo Ace - Tue Sep 06, 2005 2:43 pm
Post subject:
If you'd like to get help with things like these, give your thread a relevant title, otherwise me and most likely a few others will just start to ignore your requests for help.
newb - Tue Sep 06, 2005 3:04 pm
Post subject:
ignored topic.
Maverick - Tue Sep 06, 2005 3:38 pm
Post subject:
And put it in the correct forum.

Anyway, if you use Visual Studio 6 you get a list when you type "wi."
If that doesn't happen, the union weaponInfo is located in clientprot.h:
Code: Show/Hide
union weaponInfo
{
   struct
   {
      Uint16 type         : 5;   // enum Projectile_Types
      Uint16 level      : 2;   // Only for bombs/bullets
      Uint16 shrapBounce   : 1;   // Bouncing shrapnel?
      Uint16 shrapLevel   : 2;   // Shrapnel level 0..3
      Uint16 shrapCount   : 5;   // 0-31
      Uint16 fireType      : 1;   // Bombs -> Mines, Bullets -> Multifire
   };

   Uint16 n;
};

Cyan~Fire - Tue Sep 06, 2005 3:54 pm
Post subject:
You already have a thread for this.
Quan Chi2 - Tue Sep 06, 2005 5:29 pm
Post subject:
k thanx biggrin.gif
Cerium - Tue Sep 06, 2005 8:15 pm
Post subject:
I hope you set yourself on fire in a lawn mowing accident.
Assassin2684 - Tue Sep 06, 2005 9:04 pm
Post subject:
Cerium wrote:
I hope you set yourself on fire in a lawn mowing accident.


At least you were being nice.
Donkano - Tue Sep 06, 2005 10:01 pm
Post subject:
I was about to jump up and down cheering that he died. icon_sad.gif Jack-ass. You ruined my fun.
wEaViL - Wed Sep 07, 2005 8:06 am
Post subject:
Cerium wrote:
I hope you set yourself on fire in a lawn mowing accident.


lol... im starting to enjoy checking this forum... things haven't been too great for me lately (friend passed away in iraq a week ago) but these cracks and jokes are making me laugh... thanks guys icon_smile.gif
Assassin2684 - Wed Sep 07, 2005 2:57 pm
Post subject:
Sorry for your loss.
newb - Wed Sep 07, 2005 3:03 pm
Post subject:
Yes.
Cyan~Fire - Wed Sep 07, 2005 4:00 pm
Post subject:
Don't say passed away. icon_sad.gif

But yes, I am sorry that he died.
Dr Brain - Wed Sep 07, 2005 5:34 pm
Post subject:
It's like saying "being let go" instead of "fired". It's just more P.C.
wEaViL - Thu Sep 08, 2005 1:46 am
Post subject:
I could always say some loser killed him becuase he wants to live under a dictatorship instead of being free... so to speak.... but thats not "politicaly correct" or I could say he was killed by a roadside bomb as he was escorting a mobile hospital crew to a attack site if you prefer that. Regardless the life of a great friend has been lost....

Sorry if I seem anal or whatever but he was a great friend and he will be missed.... anyways we are off topic now but thank you for the kind words.
Dr Brain - Thu Sep 08, 2005 10:38 am
Post subject:
Nah, you don't seem anal. Don't sweat it man, we all understand what you're going through.
wEaViL - Fri Sep 09, 2005 3:11 am
Post subject:
Just keep up the funny replies... its helping
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group