Jump to content

Recommended Posts

  • Bot
This is the hidden content, please

Alternative download links →

This is the hidden content, please

This feature lets TAB select the next nearby monster target.
- you can only target monsters
- m_kTargetVIDList keep a list of already targeted monsters so there is a rotation between them

Note: the python calling and the chrmgr module changes are not official. Thy have an entire function handling the pressed key for the KeyChange system. When I finish the KeyChange system I will come back to this.

 .gif

 

  • Metin2 Dev 16
  • Flame 1
  • Love 6

english_banner.gif

Link to comment
https://metin2.dev/topic/34507-getnexttargetvid-reversed/
Share on other sites

  • 4 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

  • Active Member

replace 

        if (pkInstTarget->GetInstanceType() != TYPE_ENEMY)
            continue;

with

        if (pkInstTarget->GetInstanceType() != CActorInstance::TYPE_ENEMY)
            continue;

 

if you get error

 

'TYPE_ENEMY': undeclared identifier

 

Link to comment
https://metin2.dev/topic/34507-getnexttargetvid-reversed/#findComment-175633
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.