SphereCommunity
Should I update Sphere? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Should I update Sphere? (/Thread-Should-I-update-Sphere)

Pages: 1 2


Should I update Sphere? - Lazarus - 09-15-2012 04:27 PM

Should I update sphere? Because my server never stops to get so many main thread errors...

Im in the 02-07-2012 nightly, without the new changes of shiryux in the spells.

Should I update this? ... I will take a try...

Lazarus.


RE: Should I update Sphere? - Mordaunt - 09-16-2012 04:39 AM

If there have been changes YES...
I would imagine there have been since that nightly


RE: Should I update Sphere? - WRWR - 09-16-2012 05:42 AM

Wait Ben's update with fixed @DESTROY on summoned creatures and update your sphere


RE: Should I update Sphere? - Ben - 09-17-2012 02:03 AM

That update is comming tonight Smile build 1534 should have that fix Wink


RE: Should I update Sphere? - WRWR - 09-17-2012 04:14 AM

I almost love you my hero Wink


RE: Should I update Sphere? - Lazarus - 09-17-2012 07:45 AM

(09-17-2012 04:14 AM)WRWR Wrote:  I almost love you my hero Wink


In my sphere the destroy works fine. Why is that?
I just use it for a take out tag when the summoned creature get dispelled.

Why all say that destroy works bad?
[im using previous build]

I will wait that fix Smile


RE: Should I update Sphere? - Ben - 09-17-2012 08:02 AM

@Destroy only fires twice if the creature dies before the spell runs out. That's where the bug is.
In every other instances, it works just fine Smile


RE: Should I update Sphere? - Lazarus - 09-17-2012 08:27 AM

(09-17-2012 08:02 AM)Ben Wrote:  @Destroy only fires twice if the creature dies before the spell runs out. That's where the bug is.
In every other instances, it works just fine Smile

You can use On=@Death for that Shock


You can add others ifs? like:
Im using this:

Code:
ON=@DESTROY
MEMORYFINDTYPE.memory_ipet.LINK.tag.CASTEANDOELEMENTAL =

ON=@DEATH
MEMORYFINDTYPE.memory_ipet.LINK.tag.CASTEANDOELEMENTAL =

ON=@PETDESERT
MEMORYFINDTYPE.memory_ipet.LINK.tag.CASTEANDOELEMENTAL =

and in the sphere_speech

ON=RELEASE
if (<src.tag0.casteandoelemental>)
if (<src.uid>==<owner.uid>)
SRC.tag.casteandoelemental=
src.sysmessage @038 Si tu elemental te escucho, lo has abandonado!
endif
endif



RE: Should I update Sphere? - WRWR - 09-18-2012 02:11 AM

If you use CURFOLLOWER system
so each time when trigger fired player CURFOLLOWER -1, if you summon vortex you get +1, if you lost it get -2 ))))
hope now it's work fine, trying to make new FOLLOWER system


RE: Should I update Sphere? - Lazarus - 09-18-2012 02:06 PM

Should I update only the windows version, rly? the scripts are no necessary if the changes don't modify it...