Jump to content

Secrets

Developer
  • Posts

    588
  • Joined

  • Days Won

    45

Everything posted by Secrets

  1. item_randomopt_group.txt doesn't have the capability to parse script commands. See the bracket in item_randomopt_db.txt
  2. I’ll see what I can do with converting this file’s structure
  3. You cannot get the ID out of nowhere. You need a reference of an object containing the ID.
  4. Support for Ragnarok: Zero is not planned at the moment.
  5. I like @fTakano‘s
  6. We already have all of these in our master branch. You can grab it for free...
  7. Did you turn SSL on Cloudflare on? Thor doesn’t support HTTPS
  8. You messed up packet obfuscation. This topic isn't for troubleshooting connection issues.
  9. Feel free to remove the check I added then
  10. That means your client has /quake command support. You can use that to toggle quake effects.
  11. sleep detaches the player. use sleep2 instead
  12. @Functor Thanks. Will be fixed on Sunday. Fixed!
  13. Remove codes in clif_user_count
  14. if(skill_num > 0 && !skill_db[skill_num].pneumaIgnore)
  15. You need to run the file in command line because it needs some additional command line parameters.
  16. Guides about xray client and the xray client itself is outdated. You don’t need them anymore. IIRC, you can now add custom skills clients that utilize lua files for storing skill data.
  17. Secrets

    R>Bot tracker

    Bots are better at answering those questions than real people. A person with some regular-expression knowledge could easily code a bypass for script-based antibot. You may be able to catch macro users though :3
  18. Just download a perl runtime or w/e it is then execute the file. You don’t have to know Perl to use the tool. For Windows install StrawberryPerl or ActivePerl.
  19. Pseudocode, but I think you can get what I want to show here - script secret -1,{ OnFoo: $evt_tick = gettimetick(2); addtimer "somenpc::someevent",.delay_tick; end; OnInit: .delay_tick = youreventdelay; .@difftick = gettimetick(2) - $evt_tick; if(.@difftick < 0) { // timer still not elapsed addtimer "somenpc::someevent",.@difftick; } else { donpcevent "somenpc::someevent"; }
  20. Are you in some sort of intro maps? Because there are many copies of it and every character spawns on one of the randomized copies. What if you go on a GM account and use @recall on the other char?
  21. Before using skills, NPCs must have basic stats applied to them depending on the skill being used: UNPC_ATKMIN, UNPC_ATKMAX, UNPC_MATKMIN, UNPC_MATKMAX, UNPC_STR, UNPC_AGI, UNPC_VIT, UNPC_INT, UNPC_DEX, UNPC_LUK. See 'setunitdata' for more information on usage. source: https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L7889-L7892
  22. Try applying the "Enforce Official Login Background" patch on Nemo
  23. You could have noticed the word "compile". If you happen to have zero lua knowledge, skip lua-related topics next time
  24. He tries to pack it back to .lub, not unpack from .lub to .lua.
×
×
  • Create New...