Jump to content

Secrets

Developer
  • Posts

    587
  • Joined

  • Days Won

    44

Posts posted by Secrets

  1. 1 minute ago, Lelouch vi Britannia said:

    @Secrets

    Can you check the Disable Quake skill effect Patch i can't see it on the patch listing. Im currently using an updated Nemo from your git also im using 2014-10-22bRagexe client. Or maybe this was due to this update https://github.com/secretdataz/NEMO/commit/415bfa0c4d9d9895f4945525a8550446658b4803.

    That means your client has /quake command support. You can use that to toggle quake effects.

  2. 1 hour ago, BrOgBr said:

    Thank you Secrets and Nitrous.
    I'll try here.

    @Edit 

    @Secrets I need change something at convert_sql.pl?

    I tried click in it but nothing happened... (choosing execute Perl Program)

    It opens the cmd but closes instantly.

    I checked the item_db_re.sql but nothing changed.

    Help please.
     

    You need to run the file in command line because it needs some additional command line parameters.

    • Love 1
  3. 11 hours ago, lllaaazzz said:

    thank you

     

     

    and what about the skills things? any way to confirm if im on the xray client (besides just trying)or whatever the pre reqs for adding skill ids? 

    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.

  4. 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

  5. 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";
      }

     

    • MVP 1
  6. 2 hours ago, sader1992 said:

    i didn't notice that for the image he is using :P

     

    you can just rename it from lua to lub and it will work -_-

    You could have noticed the word "compile".

    If you happen to have zero lua knowledge, skip lua-related topics next time :P

     

  7. 14 minutes ago, Functor said:

    @Secrets

    Script for patch "Enable Multiple GRFs - Embedded" has bug.

    Script tries to find code in "Step 2b" by using first pattern without limit.

    As a result - patch at wrong place. Game doesn't start. I added limit. You can add fix to the fork.

    https://mega.nz/#!NUsTyLJD!YGk8Q_reiLChu5CNUJwwGAZyZgU4hbNuh25E94gkU0E

    Fixed, thanks!

    https://github.com/secretdataz/NEMO/commit/e371fe1b2b34eca3420ffd8fabd4810da3c73288

    • Upvote 1
    • MVP 1
×
×
  • Create New...

Important Information

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