SphereCommunity
TAG.OVERRIDE.MOVERATE - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: TAG.OVERRIDE.MOVERATE (/Thread-TAG-OVERRIDE-MOVERATE)



TAG.OVERRIDE.MOVERATE - Khizag - 07-28-2012 11:12 PM

Hi all
I have a sort of spell that morphs a pg into a bat and I would like to make the pg move very fast in that form.

I'm using TAG.OVERRIDE.MOVERATE over pg... like:

SRC.SAY DEBUG <SRC.TAG.OVERRIDE.MOVERATE>
SRC.TAG.OVERRIDE.MOVERATE=50
SRC.SAY DEBUG <SRC.TAG.OVERRIDE.MOVERATE>

But the speed remains the same... can someone help me?


RE: TAG.OVERRIDE.MOVERATE - darksun84 - 07-28-2012 11:37 PM

tag.override.moverate works only on npc

Players have speedmode but it's only useful if they are without an horse
SPEEDMODE
Gets or sets the speed that the player moves at. (0=Normal, 1=Double Speed on Foot, 2=Always walk, 3=Always Run on Foot/Always Walk on Mount, 4=Can not Walk or Run)


RE: TAG.OVERRIDE.MOVERATE - Khizag - 07-29-2012 12:04 AM

Ok, thanks!
But... I can't get it work...

Is this right?

SRC.SAY DEBUG <SRC.SPEEDMODE>
SRC.SPEEDMODE=1
SRC.SAY DEBUG <SRC.SPEEDMODE>

My pg say:
DEBUG 0
DEBUG 1
but his speed remains the same...


RE: TAG.OVERRIDE.MOVERATE - darksun84 - 07-29-2012 12:57 AM

hmm if you are using an old client speedmode doesn't work, i don't know from which version Shock