|
|
Hi guys.
I recently opened the server files and found the GM commands but they actually don't work.
Click here to see full text
@createitem -> WORKS
@equipupgrade
@setmoney
@addexp
@learnskillall
@createitemall
@setlevel
@setspeed -> WORKS
@setoffence
@setdefence
@learnskill %d
void CMrPoPoHandler::OnSuperMode()
{
WCHAR wBuf[128] = {0,};
swprintf_s(wBuf, L"@setoffence 99999999");
GetDboGlobal()->GetGamePacketGenerator()->SendServerCommand(wBuf);
swprintf_s(wBuf, L"@setdefence 99999999");
GetDboGlobal()->GetGamePacketGenerator()->SendServerCommand(wBuf);
swprintf_s(wBuf, L"@setspeed 20");
GetDboGlobal()->GetGamePacketGenerator()->SendServerCommand(wBuf);
The last one seems to be interesting but I cannot make it works.
@teleport
And some locations:
case MPP_TELE_YAHOI:
wstrRet = L"4493 4032";
break;
case MPP_TELE_YUREKA:
wstrRet = L"6586 3254";
break;
case MPP_TELE_DALPANG:
wstrRet = L"3246 -2749";
break;
case MPP_TELE_DRAGON:
wstrRet = L"4620 -1729";
break;
case MPP_TELE_BAEE:
wstrRet = L"4509 4031";
break;
case MPP_TELE_AJIRANG:
wstrRet = L"4509 4031";
break;
case MPP_TELE_KARINGA_1:
wstrRet = L"5928 658";
break;
case MPP_TELE_KARINGA_2:
wstrRet = L"5884 827";
break;
case MPP_TELE_GREAT_TREE:
wstrRet = L"5903 1711";
break;
case MPP_TELE_KARINGA_3:
wstrRet = L"7527 -518";
break;
case MPP_TELE_MERMAID:
wstrRet = L"4651 -206";
break;
case MPP_TELE_GANNET:
wstrRet = L"3690 1396";
break;
case MPP_TELE_EMERALD:
wstrRet = L"3390 -564";
break;
case MPP_TELE_TEMBARIN:
wstrRet = L"1964 1072";
break;
case MPP_TELE_CELL:
wstrRet = L"-480 1646";
break;
case MPP_TELE_BUU:
wstrRet = L"2481 3384";
break;
case MPP_TELE_CC:
wstrRet = L"-1796 1106";
break;
case MPP_TELE_MUSHROOM:
wstrRet = L"-1408 -1408";
break;
And that's all. Please, share it so we can find anybody who can run them. They seems to be working using the tool "MrPopo".
|
| |
|
|
I don't know almost anything about this stuff, btw...
I'm using the .exe file with lvl 55, bags, etc. and i've only found these commands in it:
Click here to see full text
@setspeed- it works
@addmob - it works
@addmobg - it works
@createitem - it works
@learnskill- it doesn't work
@learnhtb- it works
@refreshlp- i tried it on a mob, it works
@setscale - it works
@is - idk
@iw - idk
@compilelua - idk how it works
Idk if the commnands you posted need to be implemented in the .exe file too or they work in a different way, so yeah i hope we can find someone who can make them work.
When you say "They seems to be working using the tool "MrPopo", what are the commands you are talking about?