-
Content Count
101 -
Joined
-
Last visited
-
Days Won
16
.ZeNu last won the day on December 9 2019
.ZeNu had the most liked content!
Community Reputation
212 FriendlyAbout .ZeNu

-
Rank
Friendly
Informations
-
Gender
Male
-
Location
Romania
Social Networks
-
Skype
devil.devil997
Recent Profile Visitors
3956 profile views
-
JozefGloncak started following .ZeNu
-
d1s0rd3rx123 started following .ZeNu
-
.ZeNu started following Remove Fog
-
https://github.com/ZeNu-Elijah/Metin2/tree/master/Fog Fix - Gameforge 16.2
-
.ZeNu started following Metin2 | Mount System Renewal
-
File: length.h You don't have in enum EWearPositions this: WEAR_COSTUME_MOUNT
-
.ZeNu started following Remove fog
-
Hey, https://github.com/ZeNu-Elijah/Metin2/tree/master/Fog Fix - Gameforge 16.2
-
Metin2 | Cool Notify Friends | Python
.ZeNu replied to .ZeNu's topic in Programming & Scripts / Systems
class ImageBox(Window): def __init__(self, layer = "UI"): Window.__init__(self, layer) self.eventDict={} self.eventFunc = { "MOUSE_LEFT_BUTTON_UP" : None, "MOUSE_LEFT_BUTTON_DOWN" : None, "MOUSE_RIGHT_BUTTON_UP" : None, "MOUSE_RIGHT_BUTTON_DOWN" : None, "MOUSE_OVER_IN" : None, "MOUSE_OVER_OUT" : None } self.eventArgs = { "MOUSE_LEFT_BUTTON_UP" : None, "MOUSE_LEFT_BUTTON_DOWN" : None, "MOUSE_RIGHT_BUTTON_UP" : None, "MOUSE_RIGHT_BUTTON_DOWN" : None, "MOUSE_OVER_IN" : None, "MOUSE_OVER_OUT" : None } def __del__(self): Window.__del_ -
Just add if(dam > 0) in condition from char_battle.cpp
-
Metin2 | Cool Notify Friends | Python
.ZeNu replied to .ZeNu's topic in Programming & Scripts / Systems
No, just once per session. -
Metin2 | Cool Notify Friends | Python
.ZeNu replied to .ZeNu's topic in Programming & Scripts / Systems
Anyone can make a Config Option for this feature, there is many examples in binary .. about that ... This notification can be improved a lot, first thing is to delete OnUpdate .. from code. -
Metin2 | Cool Notify Friends | Python
.ZeNu replied to .ZeNu's topic in Programming & Scripts / Systems
Attention on tabs or and space. -
M2 Download Center Download Here ( Internal ) ### 0.1 Root / uiMessenger.py: # 1. Search: def OnLogin(self, groupIndex ... # 1. After: member.Online() self.OnRefreshList() # 1. Add: if not name in constInfo.ALREADY_NOTIFY_LIST: self.onlinePopup = uiCommon.OnlinePopup() self.onlinePopup.SetUserName(name) self.onlinePopup.SetEvent(ui.__mem_func__(self.OpenWhisper), "MOUSE_LEFT_BUTTON_UP", name) self.onlinePopup.SlideIn() constInfo.ALREADY_NOTIFY_LIST.append(name) # 1.1 After: def OnLogin(... Add: def OpenWhisper(self, even
- 31 replies
-
- 17
-
-
You probably refer to: Binary/UserInterface/PythonPlayer.cpp: In function ::SendClickItemPacket : you have this condition: if (!IsPartyMemberByName(c_szOwnerName) ... And source server: In file: Char_item.cpp , Function ::PickupItem. else if (!IS_SET(item->GetAntiFlag(), ITEM_ANTIFLAG_GIVE | ITEM_ANTIFLAG_DROP) You have a condition for Party Group and antiflags object.
-
Metin2 | Auto Refine Option | Just Python Mod
.ZeNu replied to .ZeNu's topic in Programming & Scripts / Systems
https://mega.nz/#!jgRwHQIL!qb6jQvpYjN5D-Dn-QLFo89VQ7-3ibrqO0m1tpds73v8