Jump to content

KeiKun

Members
  • Content Count

    59
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by KeiKun

  1. KeiKun

    Customs Folder

    I agree with moving out npc/custom/ to another git repo if a user wants to include that particular git repo to Hercules Repo. It's either unstage files or submodule one.
  2. Hmmm... I guess playing with client will be easier for me~ This image represents that Potte was here
  3. KeiKun

    getserverinfo()

    i don't see why as long as people can create a PR about it and tested by core devs and got merged its fine
  4. I see only one alternative - it's make server-side security by delays for each feature: item usage (potions/gears) & switching delays Skill usage hard delays depens on the animation & aspd & other parameters. Packet Encryption to protect against simple Bots like openkore. Server side protection by delays & etc, it's 80% against all cheats. The main sense it's make cheat software unusable. Client side is very hard to protect, and that is very dangerous and take a lot of time & money. Protection for client must be next: unique algorythm to check current version, size, signatures of the game .exe; Default hash-cheking feature can be bypassed by simple re-sending packet what contain inself a information about hash of the client. That mean, you can protect your .exe against any injections, but someone will make the same clear .exe and will make hash-sums spoofing (fake sending packet from 3rd party application about "real" .exe), and he will use clear .exe + will send to the server hash-sums of the original exe and he will use any cheat software what he want to use. That is very sad. (i know many exaples of that) Rewrite WinApi Hooks to make system-calls to the worked process (application) not real, or to ignore our application. But it's takes a lot of money & time & admin skill. So that mean it's very hard to realease + that is very unstable, because this emulation can be bypassed by disabling or freezing extra dll for exe what contain this functions, or some antivirus or another application will be always give a crash for Ragnarok .exe; Write or apply (i already saw many ways (with sources) windows driver with official signature from Windows to make imposible to unload this driver from system when process is running + some self-protection functions & checks to check is security dll/exe are work or nope, freezed or nope, hided or nope, etc. But this method is very bad, because many people on this planet using pirate software (around 90% in the world), and each operation system from Windows Family have different configurations, pre-installed software, etc. So there is a big risk to get system unusable. GRF Encryption - that can any GM, it's free and easy to make for each server. This is not full information, just a very small part, but the main sense of my message: need to make a server-side protection on the delay part to make unusable any spamming & in game world hacking. * dump ragexe Client create new one from scratch
  5. he doesn't know LOL GO LUA!
  6. well not that he said official server has it though in official server i can see kafra points on kafra in alde
  7. Official server has @accinfo O__O
  8. if there is conflicts why not after pull(git) or update(svn) why not use resolved and do manual resolving the conflicts.
  9. is it possible to be avoided like relog in after %d hours?
  10. KeiKun

    Aegis logs

    CREATE TABLE [dbo].[zsvrstatisticLog]( [index] [int] IDENTITY(1,1) NOT NULL, [date] [datetime] NOT NULL, [zsid] [int] NOT NULL, [player] [int] NOT NULL, [npc] [int] NOT NULL, [memory] [int] NOT NULL, [totalmap] [int] NOT NULL, [instantmap] [int] NOT NULL, ^ interesting
  11. Booo! JK! /me is one of them still reviewing and trying to extract what this topic says i wish you can add the screenshot you gave me with the priest look a like job with wing ~ anyway great job~ with posting the topic
  12. oh good! the hooks can't wait </3
  13. KeiKun

    CrashSaver

    Some Times even Herc Devlopers or any other Developers ( rA , brA , 3ceam , eAthena ) can't know how the crash happened and can't do tests since the CoreDump give us general things so this log can help a lot,,, Read the gdb's freaking manual/doc?? and its already helpful...
  14. KeiKun

    CrashSaver

    i don't see gdb hard to read >_<
  15. can you go online in IRC once? so i can give it there to you?
  16. hmmm in official i can still buy in cash shop while on WoE meaning inside castles and even while under pvp map.... i don't think we need this
  17. me likes this~ waiting for herc
  18. damn you i was going to reply anyway He's right :| // No new line :|
×
×
  • Create New...

Important Information

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