BUG HORSE [STRG+H]

10/16/2012 17:37 KillHumans#1
GERMAN: (translated by google)
Das Pferd läuft nicht mounten mit dem STRG + H. Aber ich kann zu zerlegen mit STRG+H.


:(

ENGLISH: (translated by me)
Horse don't mount with CTRL+H, but unmount with CTRL+H I can.
10/16/2012 18:34 lfcmaus#2
klick on the horse and then on the button in the mid topsite
10/16/2012 18:39 KillHumans#3
I can mount via script:
I click at the horse, and at menu i put: Mount!

And horse mount, but with CTRL+H don't work only to mount.

Unmount work with CTRL+H.
10/16/2012 19:05 lfcmaus#4
yes its a setting in root
from sa :D
10/17/2012 00:18 KillHumans#5
from sa?
10/17/2012 10:52 DasKuchen#6
post your game.py

The function to mount is:

PHP Code:
    def    __PressHKey(self):
        if 
app.IsPressed(app.DIK_LCONTROL) or app.IsPressed(app.DIK_RCONTROL):
            
net.SendChatPacket("/user_horse_ride")
        else:
            
self.interface.OpenHelpWindow() 
Look if this function exists :)
10/17/2012 10:54 #SoNiice#7
You just deleted the mount function in client.
10/17/2012 17:57 KillHumans#8