• 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!

Distance Effects?

cesar10

Active Member
Joined
Aug 4, 2009
Messages
427
Reaction score
37
:peace: Hello My Friends :p Anyone Can Give Me List Of Names Of Distance Effects

I Really Need Them For Creating Diferent Things I Know The Numbers But Need Names
Like MM

smallearth = 48

you tell me the name of the distance effect and tell me what numeber is it
ill rep ++

Yourz:
Cesar10 :peace:
 
Last edited:
I Need Names I Know The Numbers But I Need Names :/

Cuz Im Doing Wands and I Need to edit items.xlm And I Cant Use NUmbers There :/
 
If you're looking distance effect, check it then...

Lua:
CONST_ANI_SPEAR = 0
CONST_ANI_BOLT = 1
CONST_ANI_ARROW = 2
CONST_ANI_FIRE = 3
CONST_ANI_ENERGY = 4
CONST_ANI_POISONARROW = 5
CONST_ANI_BURSTARROW = 6
CONST_ANI_THROWINGSTAR = 7
CONST_ANI_THROWINGKNIFE = 8
CONST_ANI_SMALLSTONE = 9
CONST_ANI_DEATH = 10
CONST_ANI_LARGEROCK = 11
CONST_ANI_SNOWBALL = 12
CONST_ANI_POWERBOLT = 13
CONST_ANI_POISON = 14
CONST_ANI_INFERNALBOLT = 15
CONST_ANI_HUNTINGSPEAR = 16
CONST_ANI_ENCHANTEDSPEAR = 17
CONST_ANI_REDSTAR = 18
CONST_ANI_GREENSTAR = 19
CONST_ANI_ROYALSPEAR = 20
CONST_ANI_SNIPERARROW = 21
CONST_ANI_ONYXARROW = 22
CONST_ANI_PIERCINGBOLT = 23
CONST_ANI_WHIRLWINDSWORD = 24
CONST_ANI_WHIRLWINDAXE = 25
CONST_ANI_WHIRLWINDCLUB = 26
CONST_ANI_ETHEREALSPEAR = 27
CONST_ANI_ICE = 28
CONST_ANI_EARTH = 29
CONST_ANI_HOLY = 30
CONST_ANI_SUDDENDEATH = 31
CONST_ANI_FLASHARROW = 32
CONST_ANI_FLAMMINGARROW = 33
CONST_ANI_SHIVERARROW = 34
CONST_ANI_ENERGYBALL = 35
CONST_ANI_SMALLICE = 36
CONST_ANI_SMALLHOLY = 37
CONST_ANI_SMALLEARTH = 38
CONST_ANI_EARTHARROW = 39
CONST_ANI_EXPLOSION = 40
CONST_ANI_CAKE = 41
 
Hello, take this list:

<shots>
<shot value="0" name="spear"/>
<shot value="1" name="bolt"/>
<shot value="2" name="arrow"/>
<shot value="3" name="fire"/>
<shot value="4" name="energy"/>
<shot value="5" name="poisonarrow"/>
<shot value="6" name="burstarrow"/>
<shot value="7" name="throwingstar"/>
<shot value="8" name="throwingknife"/>
<shot value="9" name="smallstone"/>
<shot value="10" name="death"/>
<shot value="11" name="largerock"/>
<shot value="12" name="snowball"/>
<shot value="13" name="powerbolt"/>
<shot value="14" name="poison"/>
<shot value="15" name="infernalbolt"/>
<shot value="16" name="huntingspear"/>
<shot value="17" name="enchantedspear"/>
<shot value="18" name="redstar"/>
<shot value="19" name="greenstar"/>
<shot value="20" name="royalspear"/>
<shot value="21" name="sniperarrow"/>
<shot value="22" name="onyxarrow"/>
<shot value="23" name="piercingbolt"/>
<shot value="24" name="whirlwindsword"/>
<shot value="25" name="whirlwindaxe"/>
<shot value="26" name="whirlwindclub"/>
<shot value="27" name="etherealspear"/>
<shot value="28" name="ice"/>
<shot value="29" name="earth"/>
<shot value="30" name="holy"/>
<shot value="31" name="suddendeath"/>
<shot value="32" name="flasharrow"/>
<shot value="33" name="flammingarrow"/>
<shot value="34" name="shiverarrow"/>
<shot value="35" name="energyball"/>
<shot value="36" name="smallice"/>
<shot value="37" name="smallholy"/>
<shot value="38" name="smallearth"/>
<shot value="39" name="eartharrow"/>
<shot value="40" name="explosion"/>
<shot value="41" name="cake"/>
</shots>


:)
 
Back
Top