Problem Mounts CTRL+J/G

05/17/2014 21:09 drunkwolfs#1
Problem Mounts CTRL+J/G

Hi, when i press ctrl j ou g, if i have mount in inventory, the mount starts and go to slot, if i press again, the player unmount but mount stay in slot, how i can fix that?
05/17/2014 23:26 Ronny™#2
Hi,

do you have the entry in the special item group?
Like this:
Code:
Group	µ¿¹°_»óÀÚ_ij½Ã
{
	Vnum	10030
	1	71115	1	1	
	2	71117	1	1	
	3	71119	1	1	
	4	71121	1	1	
	5	71124	1	1	
	6	71125	1	1	
	7	71126	1	1	
	8	71127	1	1	
	9	71128	1	1	
	10	71131	1	1	
	11	71132	1	1	
	12	71133	1	1	
	13	71134	1	1
	14	71135	1	1
	15	71136	1	1
	16	71137	1	1
	17	71138	1	1
	18	71139	1	1
	19	71140	1	1
	20	71141	1	1
	21	71142	1	1
	22	71161	1	1
	23	71164	1	1
	24	71165	1	1
	25	71166	1	1
	26	71171	1	1
	27	71172	1	1
}
05/19/2014 11:15 drunkwolfs#3
Thanks.
I fix bug in game.py.
05/06/2015 20:26 ruirock#4
could you please tell how you resolved this in game.py please?