• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

where i can find the list of area effects?

Joined
Mar 14, 2020
Messages
139
Solutions
3
Reaction score
11
Like this:
<attribute key="areaEffect" value="greenbubble"/>
or
<attribute key="shootEffect" value="smallice"/>
 
Solution
If you have sources for your server then you can find it in tools.cpp it should be inside a map
like this one: click
and this one: click
If you don't have sources for your server you can search for sources of the same protocol you use and it should be the same.
If you have sources for your server then you can find it in tools.cpp it should be inside a map
like this one: click
and this one: click
If you don't have sources for your server you can search for sources of the same protocol you use and it should be the same.
 
Solution
Back
Top