after you will have to parse 7010 packet which is gm command packet
this enum would help you
it doesn't have the all commands but that what i have parsed, you can parse more if you need just use any packet analyzer, send command , check what byte you received
after you will have to parse 7010 packet which is gm command packet
this enum would help you
it doesn't have the all commands but that what i have parsed, you can parse more if you need just use any packet analyzer, send command , check what byte you received
after you will have to parse 7010 packet which is gm command packet
this enum would help you
it doesn't have the all commands but that what i have parsed, you can parse more if you need just use any packet analyzer, send command , check what byte you received
byte action = pck.ReadUInt8();
GameCommands commandsEnum = (GameCommands)action;
string commandName = commandsEnum.ToString();
//exceute your sqlfunction with parsed paramters and charname
hello best, thats save only command name i want to save command who is typed like if he type (/makeitem item_scroll_01) thats save in table (charname,item_scroll_01,date). thanks in advance.
WTS New PS4 Console 500GB..$400..Xbox One Console...$400 10/21/2021 - Consoles Trading - 1 Replies Shipping
We ship using USPS or UPS
We ship within 3 business day from receipt of payment.
We do not change your shipping address by email. Please make sure your address is correct before checking out and making payment.on our website
We do ship to APO, FPO, Post Office box addresses.
We do ship to worldwide its free
Support
With any question regarding our items please do not hesitate to message us and we will be happy to answer and assist you.
Wie stellt man die Console ein oder für was ist die console genau? 02/10/2013 - Rappelz Private Server - 3 Replies Hallo
und zwar wollte ich fragen was die Console Genau ist,
und wie man diese dann Richtig einstellen tut.
Wäre sehr nett wen ihr mir dabei Helfen könnt.
Google und suche hier bei epvp haben bis jetzt nicht´s
gefunden.
Falls es euch hilft ich habe 7.3 Files
Auth, Ubload, und Gameserver Funktionieren Einwandfrei.
[RELEASE] Console Commands for Lame Console Look 12/07/2011 - CO2 PServer Guides & Releases - 12 Replies Well, to avoid any further useless posts on this subject... here are a ton of console based commands that will control the game from the server console. I will not explain what each does, it should be pretty easy to figure out, and I don't intend to answer stupid questions. If its a good question, I will answer it.
public static void DoStuff()
{
bool flag = true;
Console.Clear();
Console.ForegroundColor = ConsoleColor.Red;
...