ISOcol
Apprentice
Posts: 16
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Aug 2022
Reputation: 0
|
tag.override.movedelay
// 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
(This post was last modified: 08-28-2022 07:55 AM by ISOcol.)
|
|
08-28-2022 07:54 AM |
|
|