Jump to content

ALmutiri

Inactive Member
  • Posts

    41
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ALmutiri

  1. Hi guys I installed map zodiac but there is a problem with Property
    Also, the map does not appear correctly



    https://metin2.download/picture/3SVBhMfGgrO84R7H3j7fdr58vz2C4dtT/.gif
    and
    https://metin2.download/picture/5ULB5ZWFDTGuDcT8uIA5046ZDSep9x4Y/.gif


    syseer 
    0627 04:47:57118 ::  CArea::LoadObject Property(3189549636) Load ERROR
    0627 04:47:57118 ::  CArea::LoadObject Property(3499218645) Load ERROR
    0627 04:47:57118 ::  CArea::LoadObject Property(3357601997) Load ERROR
    0627 04:47:57118 ::  CArea::LoadObject Property(1242135181) Load ERROR
    0627 04:47:57118 ::  CArea::LoadObject Property(886974643) Load ERROR
    0627 04:47:57118 ::  CArea::LoadObject Property(362144600) Load ERROR
    0627 04:47:57118 ::  CArea::LoadObject Property(43207719) Load ERROR
    0627 04:47:57084 ::  CArea::LoadObject Property(4240024103) Load ERROR


    I want a solution to a problem Property + zone  please :)

     

  2. Hi guys I have two problems I have not found a solution in effect
    Your Ninja Dagger
    Your dagger is a wolf man

    Ninja :
    https://metin2.download/picture/307SaXQgZE7KTq7BS1h5Y4r6EW4Tilsc/.gif

    wolf man :
    https://metin2.download/picture/6kQKkMEvfFcyZbf4vVuHT7xxv46RCQ2X/.gif



    root / playersettingmodule.py
       chrmgr.RegisterEffect(chrmgr.EFFECT_REFINED+24, "PART_WEAPON", "D:/ymir work/pc/common/effect/sword/sword_7th.mse")
        chrmgr.RegisterEffect(chrmgr.EFFECT_REFINED+25, "PART_WEAPON", "D:/ymir work/pc/common/effect/sword/sword_7th_f.mse")
        chrmgr.RegisterEffect(chrmgr.EFFECT_REFINED+26, "PART_WEAPON", "D:/ymir work/pc/common/effect/sword/sword_7th_s.mse")
        chrmgr.RegisterEffect(chrmgr.EFFECT_REFINED+27, "PART_WEAPON_LEFT", "D:/ymir work/pc/common/effect/sword/sword_7th_b.mse")
        chrmgr.RegisterEffect(chrmgr.EFFECT_REFINED+28, "PART_WEAPON", "D:/ymir work/pc/common/effect/sword/sword_7th_w.mse")
        chrmgr.RegisterEffect(chrmgr.EFFECT_REFINED+29, "PART_WEAPON_LEFT", "D:/ymir work/pc/common/effect/sword/sword_7th_w.mse")
        chrmgr.RegisterEffect(chrmgr.EFFECT_REFINED+30, "PART_WEAPON_LEFT", "D:/ymir work/pc/common/effect/sword/sword_7th_s.mse")

    Is there a solution please?
     

  3. 2 hours ago, Syreldar said:

    As far as I can see, the effect is on one hand and it is the right one since it goes both forward and backward and the only weapon that has such an effect is the Bow.

    The problem is that it's just attached to the wrong hand.

    So check your playersettingmodule.py and change the skeleton part (hand) to which the effect is attached to!

    thank you brother
    I have another question please
    Ninja Wayne is the path of the shaman bell
    https://metin2.download/picture/828nu1kG5BcX4mrK57W3ztq9mfKDe1k1/.png

  4. 18 hours ago, VegaS™ said:

    Already app.GetGlobalTimeStamp() (#1 #2) doing that, returns the server timestamp (sent by TPacketGCTime to client) on each enter in game, you just need to convert the timestamp with a proper method.

    
    cur_time_stamp = app.GetGlobalTimeStamp()
    seconds = cur_time_stamp % 60
    minutes = (cur_time_stamp / 60) % 60
    hours = (cur_time_stamp / 60) / 60 % 24
    
    self.textLine.SetText("%02i:%02i:%02i" % (hours, minutes, seconds))

    1- i did the same tut and it worked but i got different time than the server time ( i didn't got convert timestamp part ) https://metin2.download/picture/oXfWUB5C9wevlT25N5JmykeBeTL0Ba6I/.png
    2- how to make the time format 12 h with am and pm

    @VegaS™

  5. Hi guys
    I'm having a problem with the size of the combo after installing the system mob_scale


    EterGrnLib\ThingInstance.cpp

    m_matAbsoluteTrans

    to me

    m_TransformMatrix


    The system works without problems
    Because the size of Comrade Comrade system is not working properly
    Is there any solution ?

    This paper is my own before modification

    https://paste2.org/YC5XpWVw

     

    These are after modification

    https://paste2.org/tvEkUga2

     

    Combo does not work properly after system installation mob_scale

    https://metin2.download/picture/vyrF4lsj16sA74aW20706wKMyNn23FRM/.gif

     

    Is there a solution please

     

  6. 0727 15:46:02092 :: Traceback (most recent call last):

    0727 15:46:02093 ::   File "introLogo.py", line 60, in OnUpdate

    0727 15:46:02094 ::   File "networkModule.py", line 177, in SetLoginPhase

    0727 15:46:02094 ::   File "system.py", line 188, in __hybrid_import

    0727 15:46:02094 ::   File "system.py", line 153, in _process_result

    0727 15:46:02095 ::   File "introLogin.py", line 14, in <module>

    0727 15:46:02095 ::   File "system.py", line 188, in __hybrid_import

    0727 15:46:02095 ::   File "
    0727 15:46:02095 :: uiCommon.py
    0727 15:46:02095 :: ", line 
    0727 15:46:02095 :: 677
    0727 15:46:02095 :: 

    0727 15:46:02095 ::     
    0727 15:46:02095 :: self.endTime = 0

    0727 15:46:02095 ::     
    0727 15:46:02096 ::  
    0727 15:46:02096 ::  
    0727 15:46:02096 ::  
    0727 15:46:02096 ::  
    0727 15:46:02096 ::  
    0727 15:46:02096 ::  
    0727 15:46:02096 ::  
    0727 15:46:02096 ::  
    0727 15:46:02096 ::  
    0727 15:46:02096 ::  
    0727 15:46:02096 ::  
    0727 15:46:02096 ::  
    0727 15:46:02096 ::  
    0727 15:46:02096 :: ^

    0727 15:46:02096 :: SyntaxError
    0727 15:46:02096 :: : 
    0727 15:46:02096 :: invalid syntax
    0727 15:46:02096 :: 

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.