Jump to content

Recommended Posts

  • Premium

Hi devs !

Today I wanna ask you few things:

1.How to disable syserr client ? [please don't ask me why]

2.How to set quest flag with a Python function ?

Edited by FlorinMarian
Link to comment
https://metin2.dev/topic/7954-howtodisable-syserr-client/
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Active+ Member

for syserr;

EterBase/Debug.cpp

This function: void TraceError(const char* c_szFormat, ...)

Comment or remove all codes in this function

 

for flag;

Is easily possible with cmd

ACMD(do_quest_flag_test){
	ch->SetQuestFlag("questname.flag", value);
}

ACMD (do_quest_flag_test);

{ "quest_flag_test", do_quest_flag_test,	0,		POS_DEAD,	GM_PLAYER	},

like this

and call in python part 

net.SendChatPacket("/quest_flag_test")

 

Edited by Koray
Link to comment
https://metin2.dev/topic/7954-howtodisable-syserr-client/#findComment-49686
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.