Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

GM Commands (official docs)

Skilled Illusionist
Joined
Mar 13, 2010
Messages
332
Reaction score
337
Full Documentation here >>>>

i think in server activate same as PW, in ptemplate or like file

debug_command_mode=active


Code:
1. Create a destop shortcut to the game.exe file. This file is in the Update folder. 
2. Right-click the shortcut and select Properties.
3. In the Target box window, add the following text: 
game:pw console:1 sepfile

Super GM Codes

Level Up:
d_c2scmd 2000

GM Weapon:
d_c2scmd 10807 782

GM Armor:
d_c2scmd 10807 5769

GM Pants:
d_c2scmd 10807 15329

GM Shoes:
d_c2scmd 10807 4524 

GM Ring:
d_c2scmd 10807 8851

GM item to warp to instance area:
d_c2scmd 10807 23467

Normal Weapon Codes:
Lv20:31135-31142
Lv30:31143-31150
Lv40:31151-31158
Lv50:31159-31166
Lv60:28323-28326, 28351-28354
Lv70:28331-28334, 28359-28362

Warp to Map Location:
d_c2scmd 2008 <map number> <x> <y>

Gold:
d_c2scmd 1988 10000000000 [amount]

Soul Coins:
d_c2scmd 1989 [amount]

Spawn Item Onto Ground (Use this code to spawn "stacks" of items):
d_c2scmd 10800 <ID> <Amount desired>

Spawn a single Item Into Bag (Use this code when you need to spawn a Pet Egg):
d_c2scmd 10807 <ID>

Spawn a monster:
d_c2scmd 10802 <MonsterID> <Num> 0 0

Expand bag:
d_c2scmd 2016 96


See Server Date/Time
d_getservertime

Change Z axis
d_c2scmd 2012 740404 xxxx

Fly
d_c2scmd 10803 66

Level Pet
d_c2scmd 5003

Talent Reset Item
d_c2scmd 10807 13227

Job EXP
d_c2scmd 1999 XX - Where XX = a number 1-34 
(32=Socialite, 33=Adventurer, 34=Merchant)

Reputation Points
d_c2scmd 10807 4494

Job Points
d_c2scmd 10807 4495

Advance Server Era:
d_delcmd 1988 5000000

Guild Bid
Start: d_delcmd 2010 1
Finish: d_delcmd 2011 1

Guild Base Funds: d_c2scmd 9001 Amount     e.g. d_c2scmd 9001 100000
d_c2scmd 9001 -100000

Guild Zeal: d_c2scmd 9002 Amount

Guild Base Resource Value: d_c2scmd 9002 Type# Amount     (Type# 1~4)
e.g. d_c2scmd 9002 2 50000

Guild Construction Quest Amount: d_c2scmd 9003 Amount

Individual Contribution and Guild Contribution: d_c2scmd 9004 Amount 

Economy = d_c2scmd 9000 1 50000

Magic = d_c2scmd 9000 2 50000

Amor = d_c2scmd 9000 3 50000

Civilization = d_c2scmd 9000 4 50000

Faith: = d_c2scmd 9000 5 50000

The Command for completing construction: d_c2scmd 9003 200

Leaf of World Tree
d_c2scmd 2014
 
Newbie Spellweaver
Joined
Mar 29, 2011
Messages
67
Reaction score
3
will have to try these in a few and give back results... thanx for the release :)
 
Junior Spellweaver
Joined
Jan 16, 2013
Messages
126
Reaction score
14
this did not work for me, i went to ptemplate.conf in gamed and set debug_command_mode=1 and then i tried these with client shortcut.....


game:pw console:1 sepfile
game:pw console:1
game:fw console:1

with all of them i tried shift+~ and shift+@ but couldnt get the console open

any advice?
 
Skilled Illusionist
Joined
Nov 25, 2010
Messages
341
Reaction score
32
On the psth on shortcut its supposed to be c p w? Ok will try thst when get home

2
 
Junior Spellweaver
Joined
Jan 16, 2013
Messages
126
Reaction score
14
CPW, not PW

nope still doesnt work

this is my shortcut "C:\Forsaken World 331 client\Perfect World Entertainment\Forsaken World\update\game.exe" game:cpw console:1 sepfile and set debug_command_mode=1 in gamed.

pressed shift + ~ ingame but nothing happens
 
Newbie Spellweaver
Joined
Sep 9, 2013
Messages
13
Reaction score
0
Hmm i did every thing in the tutorial in the ptemplate file is there like a line of code you have too put in for the command console bring up sequence? or maybe it would be CFW instead of CPW since this is forsaken world.
 
Back
Top