Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server > Metin2 PServer Guides & Strategies
You last visited: Today at 18:14

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[How-To]Complete CMD-System (grade PLAYER fix)

Discussion on [How-To]Complete CMD-System (grade PLAYER fix) within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old   #1
 
lollo_9_1's Avatar
 
elite*gold: 100
Join Date: Jun 2009
Posts: 168
Received Thanks: 711
Arrow [How-To]Complete CMD-System (PLAYER grade added)

Hi guys, I'm Italian and I don't speak perfectly English. (sorry for my bad english)

System-CMD, what is it?
It's a invented name by me that runs around the CMD file (read by CONFIG, upper cases!) and corresponds to a series of edits that can speed up the use of the CMD and to do a simply symlinked CMD in all 'subgames' folders.

CMD file, what the hell?
The CMD is a file that is used to set the grades to commands (alternative -> hex-editing into game)
By default you cannot assign a grade "PLAYER" but fortunately I have bypassed this "easy" setting.

How to insert/edit the CMD file?
It's simple, put in the same folder where is the file CONFIG a file called CMD (uppercase!) and use the following syntax within it: (example)
Code:
shutdown DISABLE
item IMPLEMENTOR
How can I enable the grade 'PLAYER' into CMD?
  • First of all you will need a
  • Now the .dif file to apply into 'game' (../game/channel/share_data/game)
    Code:
    This difference file has been created by IDA Pro
    
    game_r2019
    00093CF0: 01 00
    002FE980: 4C 50
    002FE981: 4F 4C
    002FE982: 57 41
    002FE983: 5F 59
    002FE984: 57 45
    002FE985: 49 52
    002FE986: 5A 4D
    002FE987: 41 4F
    002FE988: 52 44
    002FE989: 44 45
    Code:
    This difference file has been created by IDA Pro
    
    game_r2089M
    00093CE0: 01 00
    002FE9F9: 4C 50
    002FE9FA: 4F 4C
    002FE9FB: 57 41
    002FE9FC: 5F 59
    002FE9FD: 57 45
    002FE9FE: 49 52
    002FE9FF: 5A 4D
    002FEA00: 41 4F
    002FEA01: 52 44
    002FEA02: 44 45
    Code:
    This difference file has been created by IDA Pro
    
    game_r34083
    0009FF3B: 01 00
    00421EAA: 4C 50
    00421EAB: 4F 4C
    00421EAC: 57 41
    00421EAD: 5F 59
    00421EAE: 57 45
    00421EAF: 49 52
    00421EB0: 5A 4D
    00421EB1: 41 4F
    00421EB2: 52 44
    00421EB3: 44 45
    Code:
    This difference file has been created by IDA Pro
    
    game_r40250
    000A37AB: 01 00
    00451D7F: 4C 50
    00451D80: 4F 4C
    00451D81: 57 41
    00451D82: 5F 59
    00451D83: 57 45
    00451D84: 49 52
    00451D85: 5A 4D
    00451D86: 41 4F
    00451D87: 52 44
    00451D88: 44 45
    Code:
    This difference file has been created by IDA Pro
    
    game_r40267
    000A305B: 01 00
    0043241F: 4C 50
    00432420: 4F 4C
    00432421: 57 41
    00432422: 5F 59
    00432423: 57 45
    00432424: 49 52
    00432425: 5A 4D
    00432426: 41 4F
    00432427: 52 44
    00432428: 44 45
    Code:
    This difference file has been created by IDA Pro
    
    game_r40424
    000A3A0B: 01 00
    00451DFF: 4C 50
    00451E00: 4F 4C
    00451E01: 57 41
    00451E02: 5F 59
    00451E03: 57 45
    00451E04: 49 52
    00451E05: 5A 4D
    00451E06: 41 4F
    00451E07: 52 44
    00451E08: 44 45
    Save it and call it 'file.dif' (example)
  • Now open the DifPatcher and select 'file.dif' files and 'game' and patch them!
    (now reupload yours 'game' and set the classic privileges 'chmod 755 game')
WARNING: I CALLED THE GRADE 'PLAYER' -> 'PLAYERMODE'.

CMD-Creator Script
First of all:
-Download the .sh script () and call it 'cmdmaker.sh'.
-Place it on the root (/root) and set the permissions (chmod 755 cmdmaker.sh)
Now run it: './cmdmaker.sh'.

Other Resources
r2089 Command List(, )

CMD Grades: (with patched game)
Code:
PLAYERMODE=0
WIZARD=2
HIGH_WIZARD=3
GOD=4
IMPLEMENTOR=5
DISABLE=6
The End!

All material in this guide has been created, tested and studied by me so if you have no respect for this I'll transform you into sausages!


Edit: Added attachment with these files! (if they are removed)
Attached Files
File Type: rar cmdsystem_files.rar (2.2 KB, 573 views)
lollo_9_1 is offline  
Thanks
31 Users
Old 01/26/2012, 03:19   #2
 
FuBaum :3's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 665
Received Thanks: 496
Nice !
FuBaum :3 is offline  
Old 01/26/2012, 09:23   #3
 
elite*gold: 0
Join Date: Apr 2010
Posts: 136
Received Thanks: 41
thanks a lot.

thanks given.

QUESTION:
how to activate a command to both grades and deactivating it to others for example:

item IMPLEMENTOR, HIGH_WIZARD << ACTIVE
item ***, PLAYERMODE,WIZARD << DEACTIVATED

do I have to add it in separate lines?

item IMPLEMENTOR
item HIGH_WIZARD

kind regards.
almobd3 is offline  
Old 01/26/2012, 10:57   #4
 
.Aza''s Avatar
 
elite*gold: 0
The Black Market: 110/0/3
Join Date: Jan 2012
Posts: 7,868
Received Thanks: 7,712
Very nice, thank you.
.Aza' is offline  
Old 01/26/2012, 11:09   #5
 
.Rebel's Avatar
 
elite*gold: 60
Join Date: May 2010
Posts: 766
Received Thanks: 1,025
Quote:
Originally Posted by almobd3 View Post
thanks a lot.

thanks given.

QUESTION:
how to activate a command to both grades and deactivating it to others for example:

item IMPLEMENTOR, HIGH_WIZARD << ACTIVE
item GOD, PLAYERMODE,WIZARD << DEACTIVATED

do I have to add it in separate lines?

item IMPLEMENTOR
item HIGH_WIZARD

kind regards.
if you make

item HIGH_WIZARD

that means GOD and IMPLEMENTOR will have that also because you say on the CMD that comand item will be for lvl min of 3 of the grid GOD and IMPLEMENTOR are lvl 4 and lvl 5

sample just to explain:

PHP Code:
if gm_grade_level >= 3 then
do_comand
else
return 
PHP Code:
PLAYERMODE=0
WIZARD
=2
HIGH_WIZARD
=3
GOD
=4
IMPLEMENTOR
=5
DISABLE
=null 
lol tanks for the fix player grid
.Rebel is offline  
Thanks
2 Users
Old 01/26/2012, 13:41   #6
 
elite*gold: 0
Join Date: Nov 2011
Posts: 478
Received Thanks: 790
Gibs bereits von Infinity...
nix besonderes
Zymos is offline  
Thanks
1 User
Old 01/26/2012, 14:40   #7
 
lollo_9_1's Avatar
 
elite*gold: 100
Join Date: Jun 2009
Posts: 168
Received Thanks: 711
Quote:
Originally Posted by almobd3 View Post
QUESTION:
how to activate a command to both grades and deactivating it to others for example:

item IMPLEMENTOR, HIGH_WIZARD << ACTIVE
item ***, PLAYERMODE,WIZARD << DEACTIVATED
item HIGH_WIZARD

kind regards.
If you set "item WIZARD" automatically all higher grades will be activated! (HIGH_WIZARD, ***, IMPLEMENTOR) (and disable all lower grades: only PLAYERMODE in this case)
Quote:
Originally Posted by Zymos View Post
Gibs bereits von Infinity...
My fix has never been published until now. He has only explained what is . They are two different things.
lollo_9_1 is offline  
Thanks
3 Users
Old 01/26/2012, 15:07   #8
 
-TÜRK-'s Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 328
Received Thanks: 435
OMG NICE!!!

THX YOU VERY MUCH
-TÜRK- is offline  
Old 01/26/2012, 15:50   #9


 
elite*gold: 0
Join Date: Feb 2010
Posts: 7,221
Received Thanks: 6,758
That isn't a fix, it's just an addon.
#SoNiice is offline  
Thanks
2 Users
Old 01/26/2012, 15:52   #10
 
elite*gold: 0
Join Date: Apr 2010
Posts: 136
Received Thanks: 41
thanks given

Quote:
if gm_grade_level >= 3 then
do_comand
else
return
understood

thanks again

Quote:
Gibs bereits von Infinity...
nix besonderes
you can ignore that ...

Looking forward to your next release.
almobd3 is offline  
Old 01/26/2012, 16:18   #11
 
kaynbock's Avatar
 
elite*gold: 20
Join Date: Jan 2012
Posts: 76
Received Thanks: 8
Quote:
Originally Posted by lollo_9_1 View Post
All material in this guide has been created, tested and studied by me so if you have no respect for this I'll transform you into sausages!
Great guy!!

Thanks for your release, this is one of the options!

Greats,

kaynbock
kaynbock is offline  
Old 12/01/2012, 10:45   #12
 
LovecKrys's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 210
Received Thanks: 199
Hello
After i put the CMD file to the channel1, my game suddenly shuting down..
LovecKrys is offline  
Old 12/01/2012, 20:29   #13
 
wzy26022's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 64
Received Thanks: 14
Very good
wzy26022 is offline  
Old 05/23/2014, 22:42   #14
 
elite*gold: 0
Join Date: Jul 2010
Posts: 35
Received Thanks: 2
On 34083 don't work ...
In putty screen:


Can I remove the emblem GM for grade LOW_WIZARD or ***?
ady sun is offline  
Old 05/24/2014, 05:22   #15
 
elite*gold: 0
Join Date: Mar 2011
Posts: 72
Received Thanks: 8
c++ pls
meca4h4 is offline  
Reply

Tags
lollo_9_1, metin2


Similar Threads Similar Threads
Become Admin Server :) Complete tutorial + Complete Video = 100% Working !
10/18/2011 - Lineage 2 - 2 Replies
Become Admin Server :) Complete tutorial + Complete Video = 100% Working ! Some body See that post?.. cya...
Tbot The charge system for Tbot player
03/05/2010 - Silkroad Online - 1 Replies
who can help me for Tbot KtzStudio i pay you for help 5$
[WinGM] wieder grade down grade vor 1 min
08/26/2009 - Metin2 Private Server - 127 Replies
also ich glaub alle p-server sind oft down wegen ich weis es net genau aba vllt. ist heute in china ein besonderr tag xDDD...naja mich juckt es gar net so weil ich mir jetz wieder meine one piece folgen anschaue xD...könnte doch sein oda das ein feiertag dort ist^^
Release Working system.mrs hack | 16 player factory, no sunlight, useless quest items
10/04/2008 - GunZ - 1 Replies
Just extract the system.mrs file into ur gunz folder and replace the old one. http://rapidshare.com/files/149906855/system.rar. html



All times are GMT +2. The time now is 18:14.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.