how its written in C# ?

09/29/2011 05:20 shadowman123#1
i want sm1 to tell me how its written in C#....when player attack me or even monster the effect appear..(ignore effect part i know how make it works)
09/29/2011 05:38 Lateralus#2
Code:
OtherPlayer.AttackPlayer(me);

SomeMonster.DisplaySpawnEffect();

lolololol
09/29/2011 06:04 shadowman123#3
Rofl :S
09/29/2011 06:16 killersub#4
Quote:
Originally Posted by shadowman123 View Post
i want sm1 to tell me how its written in C#....when player attack me or even monster the effect appear..(ignore effect part i know how make it works)
can you explain this a little better to me?
09/29/2011 06:26 shadowman123#5
Quote:
Originally Posted by killersub View Post
can you explain this a little better to me?
well iam adding bless effect so i want make case that when i getting attacked by either player or monster it appears but i dont know how to do that in C#
09/29/2011 07:37 BaussHacker#6
You make it in C# like you do in other programming languages.
09/29/2011 19:37 F i n c h i#7
You have to call that effect in the void where you receive attack.
09/30/2011 03:19 shadowman123#8
i've done This but Got Screen Error ..Effects Works Well.. i've tried This but i made new void to be recalled at receiving attacks but idk where to add or there might be smthing wrong in screens