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!

A question

Initiate Mage
Joined
Jun 4, 2017
Messages
4
Reaction score
0
How can I edit myself like giving weapons, changing my level? Appreciate the help.
 
Last edited:
Junior Spellweaver
Joined
Nov 16, 2013
Messages
102
Reaction score
21
If you want to send yourself items, all you have to do is open debugger and type d_c2scmd 10807 ItemID - example: d_c2scmd 10807 22013 if you want GM Array Ring. You can find IDs in or elements.data if you have custom items.

How to start a client with debugger option:
  • Create new Text file in element folder, open it
  • Type following code
    Code:
    start elementclient.exe game:cpw console:1
    exit
  • Save it as Debugger.bat, open it. CMD will opup and close automatically, game will start.
Now all you have to do is figure out which key combination works for you to open debugger ingame. You could try Shift + Tilde, or try Ctrl + Shifit + Tilde
Tilde Key on Keyboard
noscope - A question - RaGEZONE Forums
For leveling, you can modify Taichi Pill Packs to give you insane amounts of Taichi Pills using Element Editor, and just send yourself edited pack.

If you want to spawn mobs, hold Control and press G, window should popup (if you're a GM, obviously). Look for "Create Creature" option, now, there are 2 Create Creature options, look for SECOND ONE, first one will crash your game. Type in mob ID (same like items, you get them in or elements.data) and that's prettymuch it. I suggest you only spawn maximum 100 mobs at time, you might crash your PC with that.

You can also pimp your GM Console, look for my post in Releases if you wanna see how to.

Hope that's what you were looking for.
 
Upvote 0
Back
Top