- Katılım
- 20 Kas 2025
- Konular
- 131
- Mesajlar
- 843
- Çözüm
- 4
- Online süresi
- 14d 15h
- Reaksiyon Skoru
- 878
- Altın Konu
- 19
- Başarım Puanı
- 163
- Yaş
- 32
- MmoLira
- 9,297
- DevLira
- 3
ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!
Selamlar,
GM char için full 255 stat kodları aşağıdaki gibidir.
[CODE title="user.h"]user.h
COMMAND_HANDLER(HandleAllUpCommand);
=============================================================================================
ChatHandler.cpp
{ "all", &CUser::HandleAllUpCommand, "All stats."},
=============================================================================================
ChatHandler.cpp
COMMAND_HANDLER(CUser::HandleAllUpCommand)
if (!isGM())
return false;
this->LevelChange(83, true);
this->SetStat(StatType::STAT_STR, 255);
this->SetStat(StatType::STAT_STA, 255);
this->SetStat(StatType::STAT_DEX, 255);
this->SetStat(StatType::STAT_INT, 255);
this->SetStat(StatType::STAT_CHA, 255);
this->m_sPoints = 0;
this->ResetWindows();
SendMyInfo();
g_pMain->SendHelpDescription(this, "[GM] : Lvl 83 ve Stat 255 Oldunuz Tebikler.");
return true;
}[/CODE]
GM char için full 255 stat kodları aşağıdaki gibidir.
[CODE title="user.h"]user.h
COMMAND_HANDLER(HandleAllUpCommand);
=============================================================================================
ChatHandler.cpp
{ "all", &CUser::HandleAllUpCommand, "All stats."},
=============================================================================================
ChatHandler.cpp
COMMAND_HANDLER(CUser::HandleAllUpCommand)
if (!isGM())
return false;
this->LevelChange(83, true);
this->SetStat(StatType::STAT_STR, 255);
this->SetStat(StatType::STAT_STA, 255);
this->SetStat(StatType::STAT_DEX, 255);
this->SetStat(StatType::STAT_INT, 255);
this->SetStat(StatType::STAT_CHA, 255);
this->m_sPoints = 0;
this->ResetWindows();
SendMyInfo();
g_pMain->SendHelpDescription(this, "[GM] : Lvl 83 ve Stat 255 Oldunuz Tebikler.");
return true;
}[/CODE]





