Jump to content

Recommended Posts

Hi!

I got the Power-Mount system like official server and got two problems:

1. If i press Strg+G to go on the Mount, the symbol doesnt go into the mount Slot. How to fix that?
Video:giphy.gif

2. If im riding the Mount and want to descend, it doesnt work if i use right click on item. (Maybe because of first bug?)

I only click one time & the Character climb on the mount again
Video:giphy.gif

Please help!

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/10067-power-mount-bug/
Share on other sites

  • Replies 9
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

ithink you have to add seals on special item group 

like this

*on the Vnum you can put what primary number you want

Spoiler

Group    Mounts
{
    Vnum    10030
    1    71115    1    1    
    2    71117    1    1    
    3    71119    1    1    
    4    71121    1    1    
    5    71124    1    1    
    6    71125    1    1    
    7    71126    1    1    
    8    71127    1    1    
    9    71128    1    1    
    10    71131    1    1    
    11    71132    1    1    
    12    71133    1    1    
    13    71134    1    1
    14    71135    1    1
    15    71136    1    1
    16    71137    1    1
    17    71138    1    1
    18    71139    1    1
    19    71140    1    1
    20    71141    1    1
    21    71142    1    1
    22    71161    1    1
    23    71164    1    1
    24    71165    1    1
    25    71166    1    1
    26    71171    1    1
    27    71172    1    1
}

 

Link to comment
https://metin2.dev/topic/10067-power-mount-bug/#findComment-59861
Share on other sites

In cmd_general.cpp: ACMD(do_unmount)

Spoiler

at the beginning

Check two conditions on pointers to two items LPITEM: is valid item && IsRideItem() for items: ch->GetWear(WEAR_UNIQUE1) and ch->GetWear(WEAR_UNIQUE2)

if yes ch->UnequipItem(pointertoitem)

Exactly the same code in char_battle.cpp for CHARACTER::Dead (due to prevent some bugs)

Spoiler

else if (GetMountVnum()) {at the beginning but inside this condition}

 

Link to comment
https://metin2.dev/topic/10067-power-mount-bug/#findComment-59867
Share on other sites

1 hour ago, metin2team said:

from type ITEM_QUEST -> ITEM_UNIQUE in numbers (18 -> 16)

check the type of this item 71124 and subtype and wearflag and you'll get what I mean.

I did. Now i got 2 Problems:
1. Mount go in wrong Slot
2. If i press Strg+g the  char go down for mount, but the seal is still in the slot.
 

Link to comment
https://metin2.dev/topic/10067-power-mount-bug/#findComment-59877
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.