Special effect on all players at map

Timokha

New member
Messages
48
Points
0
Emulator
Hello all!

Can you please advise, is there a solution to apply special effect on all characters located on specific map via script (ex. in Prontera)?

 
using OnPCLoadMapEvent and then do you script to give special effect

dont forget to give mapflag Loadevent on map do you want to show the effect

 
But OnPCLoadMapEvent triggers when the character loads on specific map with label. I need to apply actions (specialeffect, getitem, etc) to all characters already located on map (already loaded).

 
But OnPCLoadMapEvent triggers when the character loads on specific map with label. I need to apply actions (specialeffect, getitem, etc) to all characters already located on map (already loaded).
when you want to give all effect when someone getitem from npc
just use getunits to get all char ID on map do you want
and then give all them specialeffect
See on Script_command.txt and search function getunits

 
Back
Top