Blind effect - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Blind effect (/Thread-Blind-effect) Pages: 1 2 |
RE: Blind effect - Kapa - 11-01-2014 07:26 AM guys attacker still geting black screen RE: Blind effect - azmanomer - 11-01-2014 08:16 AM it about your scripts check target events and your events clear them just put e_dust and try again RE: Blind effect - Feeh - 11-01-2014 09:47 AM (11-01-2014 07:22 AM)Kapa Wrote: thank you, one more thing how to make that effect to last longer? Unfortunatelly the effect that was provided to you can not last longer. You can either: -Send a big black gump to your player but they can close it with macros -Send bursts of this flash effect (don't know if it will work) -Set the update range for your players to zero (C8 packet) then reset it RE: Blind effect - Kapa - 11-01-2014 04:59 PM How do i clear all events? I have created totally new char and same problem, attacker gets black screen ass well as the target. RE: Blind effect - darksun84 - 11-02-2014 01:38 AM probably both the defender and attacker have the event installed RE: Blind effect - Kapa - 11-02-2014 02:26 AM Well he gets this event as he equips sword [ITEMDEF i_Dusty_sword] DEFNAME=i_Dusty_sword ID=i_sword_viking NAME=Dusty Sword DAM=35,45 WEIGHT=5 REQSTR=150 SPEED=50 SKILL=Swordsmanship TWOHANDS=N ON=@Create //EVENTS +e_weapon HITPOINTS={200 210} COLOR=0492 ON=@EQUIP SRC.SAY Dune is my home ! SRC.EVENTS=+e_dust ON=@UNEQUIP SRC.SAY You feel dust storm is over SRC.EVENTS=-e_dust |