Tukaram
Member
I am making a quest and want to spawn some helpers for a fight. I see how to add hireables but apparently you can only hire one at a time. Is there a way of spawning some blue characters that will fight against some critters with me? Probably not guards.
Maybe using summons or familiars? Is there already an existing NPC I can use? ...or easily modify?
Part of the quest is gathering an army... and I cannot gather ha ha
~EDIT~
And another question... I made a ring that when you double click you are teleported to a dungeon, and the rings deletes itself. Can I put in a location check to make the ring only usable at a certain place?
Currently I have this, but no love. (says range takes 3 arguments)
if (IsChildOf(from.Backpack) && from.InRange (new Point3D(498, 2012, 2), Map.Trammel, 2))
Maybe using summons or familiars? Is there already an existing NPC I can use? ...or easily modify?
Part of the quest is gathering an army... and I cannot gather ha ha
~EDIT~
And another question... I made a ring that when you double click you are teleported to a dungeon, and the rings deletes itself. Can I put in a location check to make the ring only usable at a certain place?
Currently I have this, but no love. (says range takes 3 arguments)
if (IsChildOf(from.Backpack) && from.InRange (new Point3D(498, 2012, 2), Map.Trammel, 2))
Last edited: