k0rd / Custom-Monsters-Plugin--Tshock-

Server Side Custom Monsters for Terraria
3 stars 1 forks source link

Blitzdata type being ignored? #14

Open saybrook opened 12 years ago

saybrook commented 12 years ago

http://tshock.co/xf/index.php?threads/v1-9-custom-monsters-plugin.381/page-2 vharon talks about blitz type here.

for some reason though if i specify: blitzdata:30:1:20

it fires like 9 chaos orbs. it seems to be ignoring the type (second parameter)

Pychnight commented 12 years ago

some blizdata types do work but i have noticed they do like spawning on point 9 most often.

Pychnight commented 12 years ago

Small update, i found out today that there actually is a timing bug with blizdata and abnormal massive spawns when the Enemy spawns. but yeah other then that Blitzdata styles can be checked in the code to make sure there functioning correctly as it seems most of the time they always spawn on point 9.

Pychnight commented 12 years ago

name:Bliztest basetype:35 life:100 boss:true blitzdata:33:1:25

Olink commented 12 years ago

New spawning code is necessary to get these and cblitzdata working.

saybrook commented 11 years ago

FYI- confirmed this happens anytime I am specifying a blitzdata spawn.

saybrook commented 11 years ago

This would be the first priority for this plugin based on the list i am seeing.