Wesball

Discussion of all aspects of multiplayer development: unit balancing, map development, server development, and so forth.

Moderator: Forum Moderators

Nethalin-TsK-
Posts: 2
Joined: October 24th, 2009, 10:26 am

Re: Wesball

Post by Nethalin-TsK- »

I Have a problem, besides me noone else can see the ball i think this is a bug :(
User avatar
Bellerophon
Posts: 103
Joined: June 10th, 2009, 8:13 pm
Location: In the nearest bar.

Re: Wesball

Post by Bellerophon »

Every player has to have the addon, otherwise they can't see the ball.
CMG
Posts: 16
Joined: January 27th, 2010, 10:21 pm

Re: Wesball

Post by CMG »

Code: Select all

#define WB_TACKLING
[event]
name=attacker_hits
first_time_only=no

[filter_attack]
	range=tackle
[/filter_attack]

[filter_second]
	role=holder
[/filter_second]
works, it filters looking for units with the range being tackle

also you can use the ball image or barrel image in place of the football to make it so people can see the ball. if we are cleaver enough we could have both images so people who have it can see teh football while others would jsut see a ball or barrel.
Post Reply