how can i make an item bigger? (tree, oe an npc)

Experienced Elementalist
Joined
Nov 10, 2007
Messages
260
Reaction score
2
Hi all, well my question is that to how can i make something bigger... for example:


(gennpc (index 1169) (country 0 1 2) (kind 1) (shape 7) (html 600598) (map 0) (xy 267373 242616 19636) (dir 267382 242634))


this is an npc... and i wanna make it bigger. how can i do that?:D
 
hex the gb of the npc make a new macro

use the old npcinfo from the npc

Old:
( npcinfo ( key 1) ( bone 901 ) ( scale 1.0 5) ( motion "AAAAAAAAAA" ) (mspeed 1600 800) )


Copy it

ane make new one with your new gb index


( npcinfo ( key 400) ( bone 901 ) ( scale 1.0 5) ( motion "AAAAAAAAAA" ) (mspeed 1600 800) )

make it bigger XP
 
Upvote 0
Back