metin2.es was updated, mod doesnt work anymore, plesase update the mod again. Dont forgive add Party warp ===> "Ability to teleport a party member at the point where we are --- for this feature, you must have the 'driving skills and be at least M1 parent. The function will find the WARP directly between the bonuses that you can assign to a group member." Here the code
Code:
## Warp
if skillLevel >= 0:
if self.stateButtonDict.has_key(self.MEMBER_BUTTON_WARP):
button = self.stateButtonDict[self.MEMBER_BUTTON_WARP]
button.SetPosition(xPos, y)
button.Show()
xPos += 23