dragontechi 52 Report post Posted October 13, 2022 I already used 50 55 60 80 90 and it keeps showing me the GM icon Quote Share this post Link to post Share on other sites
dragontechi 52 Report post Posted October 13, 2022 22 minutes ago, dragontechi said: I already used 50 55 60 80 90 and it keeps showing me the GM icon well I found it between lv 25 to lvl 30 1 Quote Share this post Link to post Share on other sites
V3ct0r 2,011 Report post Posted October 25, 2022 Hello @dragontechi, from client src: if ( _chGMLv ) { if ( _chGMLv >= 21 && _chGMLv <= 30 ) { _pNpcStateItem = _pScene->AddSceneItem ("hd.lgo"); } else { _pNpcStateItem = _pScene->AddSceneItem ("gm.lgo"); } } Quote Some useful links / Полезные ссылки Tips for making a topic in 'Questions & Help' / Рекомендации по созданию тем в разделе "Помощь" Server Advertising Section Rules / Правила раздела "Реклама серверов" Available e-mail domains for registration / Допустимые e-mail домены для регистрации User groups / Группы пользователей User ranks / Звания пользователей "Broken" pictures on the forum / "Битые" изображения на форуме Beware of scammers! / Осторожно, мошенники! My developments / Мои разработки Mods for client and server / Моды для клиента и сервера PKOdev.NET website for Tales of Pirates Server / PKOdev.NET веб-обвязка для сервера Пиратии I do not provide any help in private messages and outside the forum. Use 'Questions & Help' section please. Thank you for understanding! Я не оказываю какую-либо помощь в личных сообщениях и вне форума. Пожалуйста, используйте раздел "Пиратия: Помощь". Благодарю за понимание! Share this post Link to post Share on other sites
dragontechi 52 Report post Posted October 30, 2022 On 10/25/2022 at 3:40 PM, V3ct0r said: Hello @dragontechi, from client src: if ( _chGMLv ) { if ( _chGMLv >= 21 && _chGMLv <= 30 ) { _pNpcStateItem = _pScene->AddSceneItem ("hd.lgo"); } else { _pNpcStateItem = _pScene->AddSceneItem ("gm.lgo"); } } where I can edit the code list assigned to the hd Quote Share this post Link to post Share on other sites
BXlevovich 13 Report post Posted October 30, 2022 24 минуты назад, dragontechi сказал: где я могу редактировать список кодов, назначенных hd In your source code, for 2003 studio exactly the same. I Quote Share this post Link to post Share on other sites
dragontechi 52 Report post Posted October 30, 2022 2 minutes ago, BXlevovich said: In your source code, for 2003 studio exactly the same. I I am using it well and I want to edit the list of code that has access to hb Quote Share this post Link to post Share on other sites
V3ct0r 2,011 Report post Posted November 3, 2022 On 10/30/2022 at 8:26 PM, dragontechi said: I am using it well and I want to edit the list of code that has access to hb Check the method BOOL CCharacter::DoGMCommand(const char *pszCmd, const char *pszParam) in the file CharacterSuperCmd.cpp from GameServer srcs. Quote Some useful links / Полезные ссылки Tips for making a topic in 'Questions & Help' / Рекомендации по созданию тем в разделе "Помощь" Server Advertising Section Rules / Правила раздела "Реклама серверов" Available e-mail domains for registration / Допустимые e-mail домены для регистрации User groups / Группы пользователей User ranks / Звания пользователей "Broken" pictures on the forum / "Битые" изображения на форуме Beware of scammers! / Осторожно, мошенники! My developments / Мои разработки Mods for client and server / Моды для клиента и сервера PKOdev.NET website for Tales of Pirates Server / PKOdev.NET веб-обвязка для сервера Пиратии I do not provide any help in private messages and outside the forum. Use 'Questions & Help' section please. Thank you for understanding! Я не оказываю какую-либо помощь в личных сообщениях и вне форума. Пожалуйста, используйте раздел "Пиратия: Помощь". Благодарю за понимание! Share this post Link to post Share on other sites