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

Solved Spells

elipse

New Member
Joined
Oct 11, 2012
Messages
62
Reaction score
0
I cant seem to find a list of different CONST_ME effects.
Can anyone give me a link? for 9.6-9.61
 
Code:
const_me_drawblood = 0
const_me_loseenergy = 1
const_me_poff = 2
const_me_blockhit = 3
const_me_explosionarea = 4
const_me_explosionhit = 5
const_me_firearea = 6
const_me_yellow_rings = 7
const_me_green_rings = 8
const_me_hitarea = 9
const_me_teleport = 10
const_me_energyhit = 11
const_me_magic_blue = 12
const_me_magic_red = 13
const_me_magic_green = 14
const_me_hitbyfire = 15
const_me_hitbypoison = 16
const_me_mortarea = 17
const_me_sound_green = 18
const_me_sound_red = 19
const_me_poisonarea = 20
const_me_sound_yellow = 21
const_me_sound_purple = 22
const_me_sound_blue = 23
const_me_sound_white = 24
const_me_bubbles = 25
const_me_craps = 26
const_me_gift_wraps = 27
const_me_firework_yellow = 28
const_me_firework_red = 29
const_me_firework_blue = 30
const_me_stun = 31
const_me_sleep = 32
const_me_watercreature = 33
const_me_groundshaker = 34
const_me_hearts = 35
const_me_fireattack = 36
const_me_energyarea = 37
const_me_smallclouds = 38
const_me_holydamage = 39
const_me_bigclouds = 40
const_me_icearea = 41
const_me_icetornado = 42
const_me_iceattack = 43
const_me_stones = 44
const_me_smallplants = 45
const_me_carniphila = 46
const_me_purpleenergy = 47
const_me_yellowenergy = 48
const_me_holyarea = 49
const_me_bigplants = 50
const_me_cake = 51
const_me_giantice = 52
const_me_watersplash = 53
const_me_plantattack = 54
const_me_tutorialarrow = 55
const_me_tutorialsquare = 56
const_me_mirrorhorizontal = 57
const_me_mirrorvertical = 58
const_me_skullhorizontal = 59
const_me_skullvertical = 60
const_me_assassin = 61
const_me_stepshorizontal = 62
const_me_bloodysteps = 63
const_me_stepsvertical = 64
const_me_yalaharighost = 65
const_me_bats = 66
const_me_smoke = 67
const_me_insects = 68
const_me_dragonhead = 69
const_me_orcshaman = 70
const_me_orcshaman_fire = 71
const_me_thunder = 72
const_me_ferumbras = 73
const_me_confetti_horizontal = 74
const_me_confetti_vertical = 75
const_me_none = 255
 
Back
Top