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

NPC Send Effects tfs 0.3.7

armyman

Member
Joined
Feb 15, 2014
Messages
318
Reaction score
14
I need help to add effects... well my npc's spells, when i buy a new spell i want a blue magic effect in player



Modules? or Npc script.lua

someone help me?
 
Solution
X
LUA:
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_MAGIC_BLUE)
No idea where or what function it'll need to go into, but it'll work 100%, as long as cid is defined somewhere in the function.
LUA:
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_MAGIC_BLUE)
No idea where or what function it'll need to go into, but it'll work 100%, as long as cid is defined somewhere in the function.
 
Solution
Back
Top