Bug in Summon Spells and LOCAL.CREATEOBJECT1 - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Bug in Summon Spells and LOCAL.CREATEOBJECT1 (/Thread-Bug-in-Summon-Spells-and-LOCAL-CREATEOBJECT1) |
Bug in Summon Spells and LOCAL.CREATEOBJECT1 - admin phoenix - 05-09-2012 04:32 PM In this script, when I summon my creature, the creature is naked. he has only hairs and a beard. When I add them with the ingame command .addnpc bla everythink is fine. He is wearing his clothing and weapons. check this out. Code: [SPELL 615] RE: Bug in Summon Spells and LOCAL.CREATEOBJECT1 - Shaklaban - 05-09-2012 04:38 PM maybe npcrestock is not fired when creature is summoned, you can try to move items to @create trigger. RE: Bug in Summon Spells and LOCAL.CREATEOBJECT1 - admin phoenix - 05-09-2012 06:33 PM ah, good idea. will test it when I am back at home. thanks. RE: Bug in Summon Spells and LOCAL.CREATEOBJECT1 - Anarch Cassius - 05-10-2012 04:11 AM Not a bug so much as a feature. If summons did have their stuff then summoning and robbing the creature blind would happen a lot even if they disappear on death. I'm also thinking @create should work as their should be an easy way to bypass this when nessicary. RE: Bug in Summon Spells and LOCAL.CREATEOBJECT1 - admin phoenix - 05-10-2012 06:08 AM jup, it works test it now. bug fixed ...hehe RE: Bug in Summon Spells and LOCAL.CREATEOBJECT1 - admin phoenix - 05-14-2012 11:59 PM btw the loot canĀ“t appear because the flag is summoned and so the loot will disappear |