Blue Jem Posted November 18, 2013 Posted November 18, 2013 how can put the effect if the player is die Quote
Blue Jem Posted November 21, 2013 Author Posted November 21, 2013 - script killeffect -1,{ OnPCDieEvent: atcommand "@effect 18"; end; } solved Quote
Patskie Posted November 18, 2013 Posted November 18, 2013 All effects number are found in doc/effect_list.txt OnPCDieEvent: specialeffect2 <effect number>; end; Quote
karazu Posted November 20, 2013 Posted November 20, 2013 - script killeffect -1,{ OnPCDieEvent: specialeffect 226; end; } Quote
mrlongshen Posted November 20, 2013 Posted November 20, 2013 - script killeffect -1,{ OnPCDieEvent: specialeffect 226; end; } is this working ? Quote
karazu Posted November 21, 2013 Posted November 21, 2013 actually i tried. no error in the map server but it has no effect Quote
Question
Blue Jem
how can put the effect if the player is die
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.