Savior Posted August 14, 2013 Posted August 14, 2013 (edited) Hey, guys... Ziegfried gives you a new option to ress when you are dead, ok? Ok. I know this item don't have a script and his effect is in src. Ok. So, I want to know how I make an item custom with this effect? To be clear: I have a wing on my server and I want that item to ress (automatically) the player who is equipped with it. Any ideas? Thanks. @Edit: I was wondering right now: Can a custom item use "itemskill" (like revive on ygg) automatically? Edited August 14, 2013 by Animus Quote
1 Emistry Posted August 15, 2013 Posted August 15, 2013 OnPCDieEvent: if( isequipped( 5353 ) ){ recovery 0; } end; you can do like this ...... 2 Quote
Savior Posted August 19, 2013 Author Posted August 19, 2013 Thank you, Emistry, I solved my problem and that's the really path to take, thanks. <3 Quote
Question
Savior
Edited by Animus
2 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.