damage player doable?
is it possible to damage the first player that hits a npc but only the first player.
like if you hit this npc it does 1000 damage to the first player that hits it also it it possible to kill the first player also? |
i would set a variable X
as soon as combat starts (mob agroes) it will check if X=0. If it is so, it will deal 1k dmg, and set X to 1 after that any time mosb checks for X it will no longer be 0 so the triger will never fire off in order to kill a player- you can simply hit him with like 50k dmg one thing i don't remeber however the quest command to cause dmg to a player =) |
ya i checked the quest lexicon and did not see a command to do damage thats y i was asking.. anyone know the command?
|
i don't know of a specific command for damage, but you could just cast a spell that does 1000 like this:
Code:
$myvar = 0; |
You could try this. You can switch things up for environmental damage and whatnot as well.
Code:
$myvar = 0; Code:
$myvar = undef; |
All times are GMT -4. The time now is 01:33 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.