SphereCommunity
EquippedCast error - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: EquippedCast error (/Thread-EquippedCast-error)



EquippedCast error - escribano - 03-02-2013 03:50 PM

Hi guys, i`m having a problem on my shard.

In sphere.ini i've set to 0 the option EquippedCast, so in theory when a player cast a spell, the weapons should be unequipped... right?

Ok, the weapon is unequipped for the player (who cast the spell), but all other players are still seeing the weapon... i've tryed to make MANY fixes but no one works correctly...

I've tryied to set the EquippedCast to 1 and I created some kind of EVENT to when a player @SpellCast to unequip the weapons, but the problem stills.


Someone had this problem before? Know how to fix it?
Thanks!


RE: EquippedCast error - darksun84 - 03-02-2013 10:41 PM

put updatex in one of those triggers, spellselect or spellcast eetc


RE: EquippedCast error - Ben - 03-03-2013 12:47 AM

Can you post you EF_flags?

There have been reports about EF_FixCanSeeInClosedConts being the cause of this.


RE: EquippedCast error - Mordaunt - 03-03-2013 02:48 AM

Also... what server build are you using? As this issue was dicovered about a month or so ago and (allegedly) fixed by Ben. Tongue


RE: EquippedCast error - escribano - 03-03-2013 04:55 AM

Ben, my EF_FLAGS is: 0000800|00020000


I`ve removed the 020000 and now everything goes well!

Thansk so much!


RE: EquippedCast error - Ben - 03-03-2013 06:25 AM

Mord... this issue was never fixed as I can't figure out the reason why this happens


RE: EquippedCast error - Ben - 03-03-2013 10:01 AM

I have a possible fix.
http://dl-storage.sytes.net/sphereSvr.zip
Turn on EF_FixCanSeeInClosedConts and see if the problem still exists


RE: EquippedCast error - Mordaunt - 03-03-2013 12:47 PM

Ahh.. I thought it had been previously