Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
P. Diddy Died! Read This!

 
Post new topic   Reply to topic Printable version
 View previous topic  Happy BDay ME Post :: Post What what what?  View next topic  
Author Message
Quan Chi2
Member of "Sexy Teenagers that Code" Group
Member of


Age:33
Gender:Gender:Male
Joined: Mar 25 2005
Posts: 860
Location: NYC
Offline

PostPosted: Tue Sep 06, 2005 1:11 pm   Post maybe stupid    Post subject: P. Diddy Died! Read This! Reply to topic Reply with quote

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]
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address Yahoo Messenger MSN Messenger
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:36
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Tue Sep 06, 2005 2:43 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

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.
Back to top
View users profile Send private message Add User to Ignore List
newb
Turds are yummy
Turds are yummy


Age:32
Gender:Gender:Male
Joined: Mar 15 2005
Posts: 1267
Location: England
Offline

PostPosted: Tue Sep 06, 2005 3:04 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

ignored topic.
_________________
Haha SpecShip
Back to top
View users profile Send private message Add User to Ignore List Send email MSN Messenger
Maverick
broken record


Age:39
Gender:Gender:Male
Joined: Feb 26 2005
Posts: 1521
Location: The Netherlands
Offline

PostPosted: Tue Sep 06, 2005 3:38 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

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;
};

_________________
Nickname: Maverick (I changed my name!)
TWCore developer | Subspace statistics
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Cyan~Fire
I'll count you!
I'll count you!


Age:36
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Tue Sep 06, 2005 3:54 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

You already have a thread for this.
_________________
This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Quan Chi2
Member of "Sexy Teenagers that Code" Group
Member of


Age:33
Gender:Gender:Male
Joined: Mar 25 2005
Posts: 860
Location: NYC
Offline

PostPosted: Tue Sep 06, 2005 5:29 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

k thanx biggrin.gif
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address Yahoo Messenger MSN Messenger
Cerium
Server Help Squatter


Age:41
Gender:Gender:Male
Joined: Mar 05 2005
Posts: 807
Location: I will stab you.
Offline

PostPosted: Tue Sep 06, 2005 8:15 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I hope you set yourself on fire in a lawn mowing accident.
_________________
There are 7 user(s) ignoring me right now.
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Assassin2684
Server Help Squatter


Age:33
Gender:Not sure
Joined: Jul 27 2004
Posts: 990
Location: Florida
Offline

PostPosted: Tue Sep 06, 2005 9:04 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Cerium wrote:
I hope you set yourself on fire in a lawn mowing accident.


At least you were being nice.
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Donkano
Server Help Squatter


Gender:Gender:Male
Joined: Jul 02 2003
Posts: 763
Offline

PostPosted: Tue Sep 06, 2005 10:01 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I was about to jump up and down cheering that he died. icon_sad.gif Jack-ass. You ruined my fun.
Back to top
View users profile Send private message Add User to Ignore List
wEaViL
Don't make me turn this forum around!


Age:44
Gender:Gender:Male
Joined: Feb 17 2003
Posts: 829
Location: nc usa
Offline

PostPosted: Wed Sep 07, 2005 8:06 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

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
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger MSN Messenger
Assassin2684
Server Help Squatter


Age:33
Gender:Not sure
Joined: Jul 27 2004
Posts: 990
Location: Florida
Offline

PostPosted: Wed Sep 07, 2005 2:57 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Sorry for your loss.
Back to top
View users profile Send private message Add User to Ignore List AIM Address
newb
Turds are yummy
Turds are yummy


Age:32
Gender:Gender:Male
Joined: Mar 15 2005
Posts: 1267
Location: England
Offline

PostPosted: Wed Sep 07, 2005 3:03 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Yes.
Back to top
View users profile Send private message Add User to Ignore List Send email MSN Messenger
Cyan~Fire
I'll count you!
I'll count you!


Age:36
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Wed Sep 07, 2005 4:00 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Don't say passed away. icon_sad.gif

But yes, I am sorry that he died.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Dr Brain
Flip-flopping like a wind surfer


Age:38
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Wed Sep 07, 2005 5:34 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

It's like saying "being let go" instead of "fired". It's just more P.C.
_________________
Hyperspace Owner

Smong> so long as 99% deaths feel lame it will always be hyperspace to me
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
wEaViL
Don't make me turn this forum around!


Age:44
Gender:Gender:Male
Joined: Feb 17 2003
Posts: 829
Location: nc usa
Offline

PostPosted: Thu Sep 08, 2005 1:46 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

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.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger MSN Messenger
Dr Brain
Flip-flopping like a wind surfer


Age:38
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Thu Sep 08, 2005 10:38 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Nah, you don't seem anal. Don't sweat it man, we all understand what you're going through.
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
wEaViL
Don't make me turn this forum around!


Age:44
Gender:Gender:Male
Joined: Feb 17 2003
Posts: 829
Location: nc usa
Offline

PostPosted: Fri Sep 09, 2005 3:11 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Just keep up the funny replies... its helping
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Trash Talk All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 645 page(s) served in previous 5 minutes.

phpBB Created this page in 0.717017 seconds : 42 queries executed (82.7%): GZIP compression disabled