Jump to content

thpereira

Members
  • Content Count

    5
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    thpereira reacted to Hyvraine in Botong-ui | FluxCP Theme   
    View File Botong-ui | FluxCP Theme
    Hi! This is kind of my "sorry for appearing and disappearing, please accept my apology" beta release.
    It's not exactly a theme, there are changes to some of the library files as well as changes to the configuration files. Very minor, really. You can see all the changes here: https://github.com/marqroldan/FluxCP
    There are also fixes that support the changes to the structures of the tables, if I missed any please notify me.
    Note that this is currently for Hercules version of FluxCP and not compatible with rAthena's.
    This theme is based on Bootstrap 4 (so it still includes jQuery). It is responsive.
    What you see on the main page isn't something I created. It's just a random Bootstrap 4 template that I downloaded.
    That Bootstrap 4 Template Details:
    Theme Name: Rapid
    Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
    Author: BootstrapMade.com
    License: https://bootstrapmade.com/license/
    Video Preview: 
     
    FAQ:
    Why is the file so big? Yeah normally it's less than 20MB but it's due to the inclusion of the item icons and thumbnails. Where are the images? You can get them from here: https://github.com/marqroldan/FluxCP/tree/dataImages or http://rathena.org/board/files/file/2509-item-images/ It's not working! Nani? Well it should be working fine (if you've installed all the necessary and required tables). Should you encounter any bugs or problems feel free to reply on this topic so I could patch it on the repo. Will you update your Stellar FluxCP skin? No. It will forever stay that way and will not provide any support. This Botong-ui theme however will be updated from time to time. How frequent is the update to this theme? Always check the repository for recent changes, not this forum's download section. For faster updates. How to change to another theme? Simple, open your browser's developer tools and go to the console and type: updatePreferredTheme("[themename]") where you replace the bold text to the name of the theme you want to switch to. Can I contribute? Of course! Just make a pull request on the repo Your repository is so messy. I have no valid excuse for this. I'm still learning how to properly use Git / version control system and would greatly appreciate it if you have tips.  
    Thank you!
    Submitter Hyvraine Submitted 07/12/19 Category Web Resources  
  2. Upvote
    thpereira reacted to Visual in RAGGAME web Classic Dev.   
    Hello everyone, today I want to show you my new job. 
    I wanted to restore 2 old sites of official Russian servers.
    First site this - normal CMS and for him I decided to use CORA™ CMS.
    The second site is already a personal account for the gaming account. (In order to get to in panel you need to login or register. I applied a normal authorization check that would redirect a person) *For the game panel, I use the found engine in my archives and in open access it is not available*
    Note: The panel will be translated to English version.
    Now I'll show you an outline of my work:
    For the first case:
     

    For the second case:
    Login:

    Registration:

    Panel:

    Thank you for attention!

  3. Upvote
    thpereira got a reaction from CDER in Monstro custom   
    @CDER da uma olhada nesse artigo da WIKI: https://github.com/HerculesWS/Hercules/wiki/Custom-Mobs 
    Nele explica passo a passo como adicionar um custom mob =)
  4. Upvote
    thpereira got a reaction from CDER in Check_NameGuild   
    @CDER você conseguiu resolver isso? Estou sem tempo agora, mas hoje a noite consigo fazer esse NPC pra ti, se ainda precisar... só me avisa =)
  5. Upvote
    thpereira reacted to Helfgar in Visualizando sprites no windows explorer   
    Andei observando que alguns estão/estavam procurando por um programa para visualizar sprites (assim como eu). Mas são tantos sprites e visualizar um a um dá um certo trabalho. Que tal visualizar vários de uma vez só? Pois o WeeThumbnail é uma dll que faz com que isso aconteça no próprio Windows Explorer, como na imagem abaixo.





    Muitos não estão conseguindo fazer o processo no Windows 7/8/8.1. Bem, eis o que fazer para que funcione:

    1º Baixe a dll de acordo com a base do seu windows (32 bits ou 64 bits)

    https://subversion.assembla.com/svn/weetools/trunk/WeeThumbnail/x86%20and%20x64/

    2º Coloque o arquivo WeeThumbnail.dll na pasta c:windowssystem32
    3º Execute o prompt de comando como Administrador
    4º Digite (copie e cole) o seguinte comando: regsvr32 /s "%SystemRoot%system32WeeThumbnail.dll"

    Pronto. Seus problemas se acabaram.
  6. Upvote
    thpereira reacted to M4karov in Identificar quantidade de item que o player possui   
    Segue exemplo:
     
    *countitem(<item id>) *countitem("<item name>") This function will return the number of items for the specified item ID that the invoking character has in the inventory. mes("[Item Checker]"); mes("Hmmm, it seems you have "+countitem(Apple)+" apples"); close; Like getitem(), this function will also accept an 'english name' from the database as an argument.  
  7. Upvote
    thpereira reacted to Cretino in Identificar quantidade de item que o player possui   
    Eu acho que é isto que você está procurando, não testei mas provavelmente está funcionando, só aplicar o arquivo '.diff' no seu emulador ou abrir ele com um bloco de notas e ver onde foram feitas as modificações e fazer manualmente, se por acaso não estiver funcionando avisa ai, por que eu só vi se o código estava compilando e ele está.
    OnPickUpEvent_by_Cretino.diff

    Exemplo de como usar:
    @Edit
    Acabei de testar e está funcionando 100%, boa sorte.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.