Saturday, April 28, 2012

Hex Post 5 (Neko-Sentai) - Pet Call/Dismiss

Modding pets. Specifically Automatons.

Very complex compared to others due them calling skeleton files as opposed to each being their own whole NPC.

Anyways pulling out skeletons and putting them on their own files isnt too bad, but the thing I had trouble with was the appear/disappear schedules.

For depop schedules one /can/ skip the following, however to time things out correctly you will need to add the following in.

For pop schedule it should be noted that along with the other effect calls this HEX

Code:
0000 0000 2904 0000 0200 3200 8080 8080
represents spawning the pet. If this is neglected but there is still an effect schedule, the monster will not spawn (it will just be invisible with a name)

I have not tested depop (tested, ineed it is true!) however one can assume this HEX

Code:
0000 0000 2904 0000 0E00 2000 8080 8000
will cause the mob to depop from sight.

The red indicates the placeholder for the 4 letter call name

No comments:

Post a Comment