Savior Posted August 14, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 9 Reputation: 1 Joined: 08/21/12 Last Seen: March 19, 2018 Share 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 Link to comment Share on other sites More sharing options...
1 Emistry Posted August 15, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Thursday at 03:04 PM Share Posted August 15, 2013 OnPCDieEvent: if( isequipped( 5353 ) ){ recovery 0; } end; you can do like this ...... 2 Quote Link to comment Share on other sites More sharing options...
Savior Posted August 19, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 9 Reputation: 1 Joined: 08/21/12 Last Seen: March 19, 2018 Author Share Posted August 19, 2013 Thank you, Emistry, I solved my problem and that's the really path to take, thanks. <3 Quote Link to comment Share on other sites More sharing options...
Question
Savior
Edited by Animus
Link to comment
Share on other sites
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.