huet.o at free.fr wrote: > Hello everybody, > > > I try to play with a player worshiping Ruggili, and I when I tried "call holly > servant", or sometimes "summon cult monster", a wyvern appear. > > > With that "large" creature, I had a lot of display refresh problems (gtk client) > : it's quite like the wyvern don't "visualy" move, but it apear like it really > move on the server. (but changes on the pixmap seems to work well : wyvern > sometimes look on the right, and sometimes on the left). > > > And another problem (but it's perhaps a normal behavior) : with "one square > summoned creature", it's possible to go "throught" : you can walk even if a pet > is on your way : it automaticaly go behind you. With Wyvern, it don't work : it > can sometimes block the way. > > > My versions : > gtk client : 1.3.0 > server : 1.3.0 with only one cvs update : the patch of the diseases I post few > week ago. Haven't looked into it, but my guess is that the pet monster code isn't multi space monster capabable. So when you try to move into the tail, it sees you can't do so, but doesn't look at the head of the monster to see that it is friendly. Similarly, I bet some of the pet move code is only moving the head piece, which leaves the tail behind or in odd states. Easiest fix would just to change ruggili's summoning list to not include wyvern - I know that in the past, avatars and others have been shrunken to one space because they are just much more useful (in this case, for example, a wide space wide corrider that runs north/south results in the wyvern being useless, since it can't fit in it).