Unshrink - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Unshrink (/Thread-Unshrink) Pages: 1 2 |
Unshrink - Kapa - 10-19-2014 01:29 AM Hi, I have this problem when player tamed a horse shrunk him and after unshrinking him the horse is attacking him. Can i change that? RE: Unshrink - azmanomer - 10-19-2014 02:00 AM This is not happening to me maybe player unshrink the horse while he is in warmode? RE: Unshrink - Kapa - 10-19-2014 02:19 AM horse is evil - karma, warmode doesnt make any difference. Seems like animal remembers that he was atacking you and after unshrinking he is still atacking you RE: Unshrink - XuN - 10-19-2014 02:35 AM I asume you have default shrinks, right? If so try this: Code: [typedef t_figurine] RE: Unshrink - Kapa - 10-19-2014 03:01 AM from witch scp did you get this as i cant find this anywhere on my scripts RE: Unshrink - XuN - 10-19-2014 04:31 PM From none, [typedef ] is used to create new types or to override the existing ones, just place anywhere on your scripts and you are done. RE: Unshrink - Kapa - 10-19-2014 05:21 PM Hi, i did that but the same problem exists. I have noticed that if that shrinked animal is being given to another player, after unshrinking it doesnt attack. Maybe problem is with taming script? I am using original taming system RE: Unshrink - XuN - 10-19-2014 05:52 PM The problem itself is that taming doesn't remove the war memories, which is not a problem IMO, but you can adapt it to remove them with externals, remove the last code and apply this to your taming skill: Code: ON=@Success Easier and cleaner than the typedef fix. RE: Unshrink - Kapa - 10-19-2014 11:51 PM Still having the same problem. Seems like after taming an animal player can even hit him and he stays loyal but still attacks him. And only after getting killed by the animal the animal stops attacking player. It dont matter if you shrink animal after taming or just mount after unmounting he still attacks you After using peace making the animal stops attacking RE: Unshrink - Skul - 10-21-2014 06:54 AM This problem relates to any 'red' evil pet that any player has, you need a small event for your pets. Code: [events e_npc_evil] |