Vampire item's - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Vampire item's (/Thread-Vampire-item-s) |
Vampire item's - an0n!m0use - 08-04-2013 02:07 AM Hi, guys ! Can you help me ... I wanna make some special items for a vampire race ... 1) Vampire Knight Claw && Vampire Claw Effect: Every third hit is a critical (DMG + Flames Strike) When a Vampire Knight Claw is charged then change a color (0a4c) and when you click an item - Vampire Knight Claw (charged) Code: [ITEMDEF i_vampire_knight_claw] 2) Sting of Pain Effect for [EVENTS e_bleeding_effect]: Hit you an {13-18} hits ... and next your magic spell with chance (50%) - fizzles .... Code: [ITEMDEF i_sting_of_pain] RE: Vampire item's - an0n!m0use - 08-07-2013 01:07 AM Guys ? RE: Vampire item's - darksun84 - 08-07-2013 02:07 AM Try this PHP Code: [EVENTS e_bleeding_effect] Pay attention to not have overlapping @Spellcast trigger for avoiding conflicts RE: Vampire item's - Alaric - 08-07-2013 03:25 AM first one Code: [ITEMDEF i_vampire_knight_claw] RE: Vampire item's - an0n!m0use - 08-07-2013 08:46 PM (08-07-2013 02:07 AM)darksun84 Wrote: Try thisIt's not working. Can you tell me more about this ... how it's working ? (08-07-2013 03:25 AM)Alaric Wrote: first oneThx You saved my life RE: Vampire item's - Coruja - 08-09-2013 03:53 PM try using this, it's a bit more performance optimized Code: [ITEMDEF i_vampire_knight_claw] Code: [ITEMDEF i_sting_of_pain] |