SphereServer BugTracker - SphereServer
View Issue Details
0002272SphereServerexecutable - genericpublic27-01-14 20:3301-03-14 19:24
jconapogostick 
XuN 
normalminoralways
resolvedfixed 
16-06-2013, 0.56b Prerelease 
 
Not Available
None
None
0002272: not being able to prevent transferring/friending pets
i want to prevent players from transferring/friending player vendors from one player to another.

using the speech of spk_pet works, but with a bug.

ON=FRIEND
if (<obody>==c_vendor_player)
return 1
else
return 0
endif

this works and the player gets no target with the command all friend when the vendor is next to the player. but if there's another pet (mount in this case) around the player as well, the player gets the target and when he clicks another player, both the vendor and the mount is friended to the target.

there's no way to prevent this, i tried the itemequip and itemequiptest to check for memory items, but those triggers don't fire as well.
No tags attached.
Issue History
27-01-14 20:33jconapogostickNew Issue
30-01-14 17:14XuNAssigned To => XuN
30-01-14 17:14XuNStatusnew => assigned
31-01-14 05:13jconapogostickNote Added: 0001936
01-03-14 19:24XuNNote Added: 0001983
01-03-14 19:24XuNStatusassigned => resolved
01-03-14 19:24XuNResolutionopen => fixed

Notes
(0001936)
jconapogostick   
31-01-14 05:13   
i'm also guessing all the speeches uses the same built-in stuff, so other speech commands would suffer from other bugs as well (attack etc)
(0001983)
XuN   
01-03-14 19:24   
Fixed