Jump to content

Murilo BiO'

Members
  • Content Count

    42
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Murilo BiO'

  1. Murilo BiO'

    Clan System

    Yay! It's merged!! https://github.com/HerculesWS/Hercules/commit/19c94017a31d86f7848085162ffb741770975128
  2. Muda o modo de compatibilidade, as vezes o modo tela cheia fica dando esses problemas de vídeo. Procura postar em área correta.... Fora da área de Português você DEVE usar inglês.... @JulioCF Desisto desse cara e.e
  3. The simpler way is just adding getitem2 under the getitem on the script, with static values like on the first one. But remember, someone with dynamic IP can receive multiple G Packs.
  4. so you should apply a mapflag to prevent use of @go and I don't know, maybe add a portal that will call the last part of the script to remove the IP from the list. Otherwise it will block this ip forever haha
  5. Você precisa de uma versão mais recente do Visual Studio, pega o Visual Community 15. E se for postar em português posta na área correta por favor. Senão, posta em inglês.
  6. Hey, I think this may help: but notice that it will only work if the only way to get out of this map is through disconnecting (logout). Is there any other way to get out of this map on your server? @edit: I almost forgot the warnings you got. You need to increase the value of MAX_EVENTQUEUE inside map.h O
  7. Nice job :3 Really nice!
  8. on the link change 'herc.ws/board/....' to 'herc/oldboard/....' @edit: Nevermind, it doesn't show the right links haha... but you can still access some entries...
  9. Murilo BiO'

    Ninho de Nidhogg

    O que foi editado: // Arquivo: npc/quests/quests_13_2.txt // Linha: 1075 // de: else if (ep13_mdrama > 5) { // para: else if (ep13_mdrama > 5 || ep13_mdrama == 0) { // Arquivo: npc/instances/NydhoggsNest.txt // Linha: 37 // de: if (ins_nyd == 0) { // para: if (ins_nyd == 0 && false) { // Linha: 102 // de: } else if (ins_nyd == 131 || ins_nyd == 132 || ins_nyd > 199) { // para: } else if (ins_nyd == 131 || ins_nyd == 132 || ins_nyd > 199 || true) { Com isso fui capaz de entrar no calabouço, gerar a instância e completá-la com sucesso. O que as mudanças fizeram foi pular o requisito da quest, mas se alguém quiser terminar a quest, não vai conseguir.
  10. Murilo BiO'

    Ninho de Nidhogg

    Beleza, vou dar uma olhada aqui
  11. Murilo BiO'

    Ninho de Nidhogg

    É a versão mais recente do Hercules? Se for eu já tenho, ai só edito e te mando...
  12. Murilo BiO'

    Ninho de Nidhogg

    Procura no script todas as partes que bloqueia o acesso baseado na verificação de quest completa ou não. Tirando isso ele vai liberar e gerar o calabouço.
  13. Respondendo por partes: Se você quer exatamente o mesmo Client (hexed) da época, verifique a época, e procure em algum dos bancos de clients que existem por ai, veja alguns posts antigos da seção de Client Releases. Para a pasta data da época, procure uma pasta completa do ragnarok(full client) da época, busque posts antigos da seção de Client Releases. Recomendo usar um emulador atual, apenas desabilite o RENEWAL, há vários tutoriais de como fazer isso, se me recordo bem é na pasta src/config, mas procure pois faz tempo que não mexo nisso e não vou lembrar. Sobre o post em si: Área errada para perguntar em português, use a área de suporte da seção Portuguese Community (você encontra mais em baixo na página inicial). Ou como alternativa, use inglês e poste nas áreas principais, ai as chances de ser respondido serão maiores. @Mystery Can you move this topic to Portuguese Community too? Thanks!
  14. @Mystery Can you move this post to the support area on the Portuguese Community? Thanks in advance!
  15. Olha, há muitas informações faltando... Esse emulador que você baixou é Hercules? Você baixou de um terceiro, então provavelmente foi modificado e se você não sabe o que foi modificado não tem como dar suporte, sem contar o próximo ponto. 2012? Estamos em 2018, MUITA coisa mudou, essa sua deve estar cheia de bugs e falhas, então aconselho a baixar uma versão nova. Área errada pra postar em português, use inglês nessa área ou vá na área em português: Link.
  16. There's no `MAP_poring_w02` defined, you defined `MAP_PORING` and changed `MAP_DEFAULT`, so you have to use one of them.
  17. Hey everyone! About this plugin: Well.. I saw a friend that had to remove some items from being dropped by some monsters and he was struggling with the `mob_db` since a lot of monsters drop that item. So I made this plugins which can disable an item from being dropped by all monsters or just for the specified mob types, and also with the possibility of set some exceptions. I hope it can help other people with the same problem. Installation: Well, you just need to extract it on your `src/plugins/` folder and declare it on the `conf/plugins.conf` file, and follow the instructions to build plugins with MSVC or GCC. Downloads \ Changelog: 1.0a - Initial Release. Bug Report: Also, if you find any bug, just tell me *here in this post* or start a new issue on my plugins repository (Link). Contributing: You can contribute to this plugin or any other one in my Plugins Repository by sending pull requests
  18. Nice Release Btw there's some lines with rAthena's `getunitdada` (like on lines: 885, 885, 1137 and so on), it won't work on Herc.
  19. Murilo BiO'

    SWITCH

    Eita, ja ia respondendo em ingês kkk... Bom, você quer em 1 ataque só (o asura) utilizar efeito de 2 armas? Se for isso, é impossível/muito complexo. O ataque é calculado com a arma atual, no momento de cálculo do dano e aplicação de debuffs. Não estou recordado como é feito o calculo dos 2, pode ser que haja a possibilidade de um switch de equipamentos mas o cálculo vai ser mais rápido do que seus dedos com certeza... O que você poderia fazer nesse caso seria aumentar o tempo entre o ataque e o efeito (se existe um delay para isso, caso contrário você deverá criar) e só funcionará se ele calcular utilizando dados atuais ("ao vivo") e não com dados do início do ataque.
  20. Murilo BiO'

    Clan System

    Tada! https://github.com/HerculesWS/Hercules/pull/1718 Now we just need to wait for `mmo_charstatus`
×
×
  • Create New...

Important Information

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