Jump to content

ilovegreendays

Inactive Member
  • Posts

    51
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ilovegreendays

  1. 2 hours ago, Kafa said:


    no its not possible, you will need to modify the source structure, its simply not made for changes like that. You know? P2P (core to core communication) something like this exist for npc too.


    Google for npcToNpc communication. You can learn a lot my friend

    i saw some servers with similar system that opens shop from any map. Idk if is the same system or not

     

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

    • Love 1
    • Love 2
  2. I have put this system and I open it with F6 with this function ---------> onPressKeyDict[app.DIK_F6]    = lambda : self.interface.ShowDungeonInfoInterface()

     

    Image of system:

     

    I have put this button on the mini map but I don't know how to make it open the system:

    Image of button:

     

    My uiminimap.py file:

    https://pastebin.com/ZMRetVms

     

    Hope someone can help me :D

    Spoiler

    Spoiler

    • Confused 1
    • Good 1
    • Love 1
    • Love 4
  3. In that post you say that this also fix if you target a player or a NPC, it will not trigger the CreateDropItemVector function

    i followed step by step yout tutorial but i have this problem:

    Spoiler

    • Metin2 Dev 1
    • Good 3
  4. I just implemented decimal target hp and when I click on a mob and then on a character the icon of (?) of the mob target system appears.

    The only thing that appears on sysser:

    SYSERR: Nov 24 16:10:53 :: OnClick: Lycan.OnClickFailure(Suager) - target is PC
    SYSERR: Nov 24 16:10:58 :: OnClick: Suager.OnClickFailure(Lycan) - target is PC
    SYSERR: Nov 24 16:11:47 :: OnClick: Suager.OnClickFailure(Lycan) - target is PC

     

    IMAGE:

     

    Spoiler

    • Metin2 Dev 1
  5. Hi, I have implemented the Target Info System, everything is fine, I have only this annoying visual bug.

    If I open the info with a monster with no drop, it is all okay, but if I open a monster with 5/6 items that has the "scroll down thing" and then i click again on a monster with no drop I have this visual bug. Anyone know how I can fix it? Thank you

     

    https://metin2.download/picture/bEreBjx1h1PzdQBDCJOhJOIz5p5OW2LC/.png

     

    Sysser:

    0827 11:38:19693 ::   File "ui.py", line 1506, in OnMove

    0827 11:38:19693 ::   File "ui.py", line 88, in __call__

    0827 11:38:19693 ::   File "ui.py", line 70, in __call__

    0827 11:38:19693 ::   File "ui.py", line 2495, in OnMove

    0827 11:38:19693 ::   File "ui.py", line 88, in __call__

    0827 11:38:19693 ::   File "ui.py", line 70, in __call__

    0827 11:38:19693 ::   File "ui.py", line 720, in __OnScroll

    0827 11:38:19693 :: ReferenceError
    0827 11:38:19693 :: : 
    0827 11:38:19693 :: weakly-referenced object no longer exists
    0827 11:38:19693 :: 

     

    I compare with another clients with that system and i cant see where is the error at.. please help

     

    Spoiler

    • Good 1
×
×
  • 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.