Jump to content

Gidz Cross

Members
  • Posts

    686
  • Joined

  • Days Won

    9

Everything posted by Gidz Cross

  1. bodystyle structure changes on 2021 client onwards.
  2. Then you are not using 2024 exe.
  3. If you read previous replies. You will now how to.
  4. There are several reasons why sprite wont appear in game. 1. You didn't properly install it (check lua files) 2. The sprite itself is broken and many more.
  5. So what happened to Prontera? Did you remove the entries for prontera in @go function? If so. Try to switch entries for splendide and prontera.
  6. Thank you so much @Scofield. Will bookmark for now for future use!
  7. As the title says. Thanks! https://github.com/HerculesWS/Hercules/commit/b2081c13dc6f436e94f620a9fb535e9aabe8d612
  8. I see. Well it's worth asking. What we can do is to mask the damage into "1". Hahaha. This was supposed to be performance enhancement for lower exe's.
  9. Was able to partially do it with the help of ChatGPT. The the settings i produced is like whats on conf. The hide_woe_damage. The hide_woe_damage just masked the damage into "1". I cant find the GVG settings where you can actually hide the damage sprites. BTW this is the chatgpt session: atcommand.cpp clif.cpp and finally pc.hpp Needs little cleanup but it behaves like hide_woe_damage. (only display 1 damage)
  10. Yes something like that but toggle-able via command.
  11. In 2023 and 2024 there is option to completely hide the damage sprites when you hit enemy. Is it possible to adapt that settings in lower exe's like perhaps an implementation to hide damage sprites via atcommand? Kinda like packetfilter but it filters the sprite damage only. Thanks!
  12. I haven't got notification that you quote me on this thread. Haha. Sorry about that. How do you apply the icon removal in zell's script?
  13. https://rathena.github.io/user-guides/installing/debian/#alternative-method
  14. You can do screen. I usually open 3 screen for login char and map.
  15. We have bonus bPerfectHitRate,n;. Can we have bonus bPerfectMeleeHitRate,n;? Is this to bypass high flee/pd.
  16. Thank you so much for this. I saw some individuals already making money out of this release of yours. But then again i saw this: Hoping to have tutorials for noobs such as myself on how to build your custom encryption.
  17. To check if player have guild if(!getcharid(2)) { mes "[Guild Checker]"; mes "You don't belong in any Guild."; close; } to check if player have clan if(!getcharid(5)) { mes "[Clan Checker]"; mes "You don't belong in any Clan."; close; }
  18. Its not. I transferred web hosting and it was fixed. Here's their second reply regarding it.
  19. Where is this located? Thanks! Too bad i already cancelled web hosting at a2 hosting.
  20. Thank you so much for the website. I have checked and confirmed that the said ports are OPEN. As for the server.php it is correct as well.
  21. I decided to get Web Hosting (a2 hosting). Everything was great except some of my themes are not working. Also, the server status always appear OFFLINE. I know that you will need to create a ticket to enable ports which i did. And here's their reply. I thought I can finally see my server status properly. Should I get a refund and transfer to other web hosting?
×
×
  • Create New...