Jump to content

Recommended Posts

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?

Link to comment
https://metin2.dev/topic/12753-metin2-problem-cmd/
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?

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
https://metin2.dev/topic/12753-metin2-problem-cmd/#findComment-73316
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
https://metin2.dev/topic/12753-metin2-problem-cmd/#findComment-73318
Share on other sites

3 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

 

 

 

omg-really.png

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 5
Link to comment
https://metin2.dev/topic/12753-metin2-problem-cmd/#findComment-73322
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
https://metin2.dev/topic/12753-metin2-problem-cmd/#findComment-73350
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.