Jump to content

[HowTo]Disable Syserr client


Recommended Posts

  • 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
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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