Jump to content

Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
  • Premium
On 21.08.2016 at 9:30 PM, VegaS said:

You can make that very simple in pc_destroy_guild & RequestDisband.

Can you make a little tutorial please ? I think it can be useful for many peoples. Thank you !

Link to comment
https://metin2.dev/topic/13071-requestc-guild-log/#findComment-75660
Share on other sites

  • Premium
1 hour ago, FlorinMarian said:

You do not have idea what i really want :)

ach sorry, i read logo.. :/ :D

 

So then:

find:

void CGuild::RequestDisband(DWORD pid)

and insert

DBManager::instance().DirectQuery("INSERT INTO guild_delete(date, guild_id, leader) VALUES(NOW(), %u, %u)", GetID(), pid);

make sure that this query is under:

if (m_data.master_pid != pid)
        return;

maybe like this.. ;)

Link to comment
https://metin2.dev/topic/13071-requestc-guild-log/#findComment-75667
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.