Ir para conteúdo

Slytherin

Campones
  • Total de itens

    42
  • Registro em

  • Última visita

Tudo que Slytherin postou

  1. Bom galera, eu to com esse erro ai... vou seguindo os parços e coloco cd c git clone https://github.com/microsoft/vcpkg.git cd vcpkg Porem quando uso esse ".\bootstrap-vcpkg.bat" da esse erro ai... Desculpas se coloquei na area errada, alguém poderia me ajudar? ? Grato pela atenção ❤️
  2. mesma coisa comigo, acho que o tutorial que tu viu foi o mesmo que eu vi. kk o cara faz alguma coisa errada...
  3. Tem algum tutorial ensinando a fazer isso ai em TFS 1.2 10.98 ou tu fez tudo sozinho?
  4. Mano o povo aqui ajuda e muito, só que muitas pessoas não sabem reconhecer e ainda acha por cima que é obrigação dos cara a ajudar... as pessoas ajudam com o que sabe pô. não esqueça nunca de ser grato mesmo pelo o pouco que já te ajudaram aqui amigão, gratidão é tudo!
  5. Quero entender como o site que o Jair Kevick posto estava funcionando a nos e do nada parou de funciona com todo mundo kk
  6. #D/T/N Alguém poderia explica como adiciona esse tipo de font no Otc, eu já tentei de varias formas e não conseguir... Agradeço de já a atenção, e caso seja complicado, Sou todo Ouvidos... Discord (>'-')> Salazarslytherin#0033
  7. Tu não acha que se explica as coisa que foram adicionadas no "UPDATE" seria melhor?
  8. Slytherin

    Custom Health Bar

    Aqui não esta indo ? // draw if(g_game.getFeature(Otc::GameBlueNpcNameColor) && isNpc() && m_healthPercent == 100 && !useGray) fillColor = Color(0x66, 0xcc, 0xff); if(drawFlags & Otc::DrawBars && (!isNpc() || !g_game.getFeature(Otc::GameHideNpcNames))) { g_painter->setColor(Color::black); g_painter->drawFilledRect(backgroundRect); g_painter->setColor(fillColor); g_painter->drawFilledRect(healthRect); } if(drawFlags & Otc::DrawExperienceBars) { if(isLocalPlayer()) { Rect expBackgroundRect = Rect(backgroundRect.x(), backgroundRect.y() + 5, 27, 4); expBackgroundRect.bind(parentRect); Rect expRect = expBackgroundRect.expanded(-1); expRect.setWidth((g_game.getLocalPlayer()->getLevelPercent() / 100.0) * 25); g_painter->setColor(Color::black); g_painter->drawFilledRect(expBackgroundRect); g_painter->setColor(Color(0x66, 0xcc, 0xff)); g_painter->drawFilledRect(expRect); } else if(isLocalPlayerSummon()) { Rect expBackgroundRect = Rect(backgroundRect.x(), backgroundRect.y() + 5, 27, 4); expBackgroundRect.bind(parentRect); Rect expRect = expBackgroundRect.expanded(-1); expRect.setWidth((g_game.getLocalPlayer()->getMagicLevelPercent() / 100.0) * 25); g_painter->setColor(Color::black); g_painter->drawFilledRect(expBackgroundRect); g_painter->setColor(Color(0x66, 0xcc, 0xff)); g_painter->drawFilledRect(expRect); } }
  9. Bom dia galera estou com esse problema alguem ajuda? CMake Warning (dev) in CMakeLists.txt: No project() command is present. The top-level CMakeLists.txt file must contain a literal, direct call to the project() command. Add a line of code such as project(ProjectName) near the top of the file, but after cmake_minimum_required(). CMake is pretending there is a "project(Project)" command on the first line. This warning is for project developers. Use -Wno-dev to suppress it. The C compiler identification is GNU 6.3.0 The CXX compiler identification is GNU 6.3.0 Detecting C compiler ABI info Detecting C compiler ABI info - done Check for working C compiler: C:/MinGW/bin/gcc.exe - skipped Detecting C compile features Detecting C compile features - done Detecting CXX compiler ABI info Detecting CXX compiler ABI info - done Check for working CXX compiler: C:/MinGW/bin/g++.exe - skipped Detecting CXX compile features Detecting CXX compile features - done CMake Warning (dev) at CMakeLists.txt:152 (set): implicitly converting 'Git commit string (intended for releases)' to 'STRING' type. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:153 (set): implicitly converting 'Git revision string (intended for releases)' to 'STRING' type. This warning is for project developers. Use -Wno-dev to suppress it. Link to static libraries: ON Build type: RelWithDebInfo Build commit: devel Build revision: 0 Looking for pthread.h Looking for pthread.h - not found Found Threads: TRUE Found Boost: C:/MinGW/include (found suitable version "1.50.0", minimum required is "1.48.0") found components: system thread filesystem chrono date_time Found Lua: C:/MinGW/lib/liblua51.dll.a (found version "5.1.5") LuaJIT: OFF Found PhysFS: C:/MinGW/lib/libphysfs.dll.a Found OpenSSL: C:/MinGW/lib/libcrypto.dll.a (found version "1.0.1c") Found ZLIB: C:/MinGW/lib/libz.dll.a (found version "1.2.7") Debug information: ON Crash handler: ON CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 3.19) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. Configuring done
  10. Slytherin

    SITE PSOUL

    Bom dia, Boa tarde e boa noite. Tipo, eu baixei a base Psoul do @Jair Kevick. e ela esta me complicando. tipo ela pede para usa o PHP 5.6.40 e dai tudo bem, quando coloca abre o http://localhost/ e o http://localhost/phpmyadmin/ , dai quando inicia o servidor ele instala umas tabelas e quando fui olhar o http://localhost/phpmyadmin/ da esse erro https://ibb.co/tbtybyK <('-'<). Ou seja ele esta pedindo para que eu mude a versão do PHP para 7.1.3, e dai quando eu mudo ele abre o http://localhost/phpmyadmin/ porem o http://localhost/ para de funciona https://ibb.co/6sRknPT.
  11. Eu baixei a base Psoul do @Jair Kevick. e ela esta me complicando. tipo ela pede para usa o PHP 5.6.40 e dai tudo bem, quando coloca abre o http://localhost/ e o http://localhost/phpmyadmin/ , dai quando inicia o servidor ele instala umas tabelas e quando fui olhar o http://localhost/phpmyadmin/ da esse erro "https://ibb.co/tbtybyK" <('-'<). Ou seja ele esta pedindo para que eu mude a versão do PHP para 7.1.3, e dai quando eu mudo ele abre o http://localhost/phpmyadmin/ porem o http://localhost/ para de funciona "https://ibb.co/6sRknPT." Alguém pode me ajudar? Obs: Estou usando o Wampserver
  12. Notice (8): Undefined index: loyalty_points [APP\Model\Account.php, line 133] Notice (8): Undefined index: LoyaltyRank [APP\Model\Account.php, line 137] Alguém sabe resolver isso?
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...