![]() |
tag.override.movedelay - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere X (/Forum-Sphere-X) +--- Forum: Script Submissions (/Forum-Script-Submissions--61) +--- Thread: tag.override.movedelay (/Thread-tag-override-movedelay) |
tag.override.movedelay - ISOcol - 08-28-2022 07:54 AM // Gathered from Discord // tag.override.movedelay (1=is too fast) (300=sprint) (1000=slow) // tag.override.movedelay needs ot be put at the bottom of @CREATE // PUT in @CREATE of everything you want to move faster than snail. // if its above other stats in @CREATE it will act weirdly and sometimes turn the CHAR into a gold coin. [CHARDEF c_ettinsprint] ID=c_ettin NAME=RUNFAST SOUND=367 ICON=i_pet_ettin CAN=mt_walk|mt_usehands DAM=7,17 ARMOR=38 HEIGHT=32 CATEGORY=111 SUBSECTION=Giants DESCRIPTION=Ettin ON=@Create NPC=brain_monster FAME=3000 KARMA=-3000 STR={136, 165} DEX={56, 75} INT={31, 55} MAXHITS={82, 99} RESPHYSICAL={35, 40} RESFIRE={15, 25} RESCOLD={40, 50} RESPOISON={15, 25} RESENERGY={15, 25} MAGICRESISTANCE={40.1, 55.0} TACTICS={50.1, 70.0} WRESTLING={50.1, 60.0} tag.override.movedelay 300 // always at bottom of @CREATE |