Hey, I sorta want a certain projectile spell, fired from a spawner, to give all the champions the normal XP from a monster kill, but I don't see any easy way to do this. Particularly, there is no listing of "ProjectileSpell" on the Asset Definition reference page.
I can look at an original spell definition from the asset pack, and there is nothing there directly about champion XP awarded or anything like that (such as what you can do with damageTile), but maybe there is a method? I see an entry for "tags" which only has "spell" listed, maybe there are other possible tags to add?
"ProjectileSpell" class asset definitions? want to credit XP
"ProjectileSpell" class asset definitions? want to credit XP
Finished Dungeons - complete mods to play
Re: "ProjectileSpell" class asset definitions? want to credi
I may misunderstand, but I would clone the monsters with an onDie hook to grant the XP. Oh wait, then if the party killed said monster, they would get double XP. Unless maybe you put a hook in the party for that specific monster?
Currently conspiring with many modders on the "Legends of the Northern Realms"project.
"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
Re: "ProjectileSpell" class asset definitions? want to credi
IMHO this situation isnt normal for distribute Xp. So modmaker may fix this situation by some hooks.
But you may to make more hooks ,properties and functions on all objects. For example I miss position of projectile in real number(or %) of actual position (for detection in center of position etc.).
But you may to make more hooks ,properties and functions on all objects. For example I miss position of projectile in real number(or %) of actual position (for detection in center of position etc.).
My LOG2 projects: virtual money, Forge recipes, liquid potions and
MultiAlcoveManager, Toolbox, Graphic text,
MultiAlcoveManager, Toolbox, Graphic text,
