Jump to content

Fluxion

Members
  • Posts

    71
  • Joined

  • Last visited

Community Answers

  1. Fluxion's post in PVP room script edit was marked as the answer   
    The script date from two years ago, it's up to you to update it if you have errors in your console.

    here
  2. Fluxion's post in paramk map was marked as the answer   
    as requested on discord, here is the map

    paramk.rar
  3. Fluxion's post in Display problem was marked as the answer   
    After a long conversation in rAthena Discord, 
    We have realized that on the 2015 and 2020 clients the problem exists. So there is no solution at the moment.
    Topic can be closed

    2015 client

  4. Fluxion's post in [Error]: conf/groups.conf:100 - syntax error (Solved) was marked as the answer   
    Missing true at jailtime
  5. Fluxion's post in Client 2021 patch cancelled was marked as the answer   
    You can see on this link, this patch is not applicable on your executable.
  6. Fluxion's post in  [Melee Attack] Critical + 20%  [Range Attack] Critical + 100% -30Flee Script This was marked as the answer   
    The solution for you is : 
    bonus bCritical,20; bonus bCriticalLong,20; bonus bFlee,-30;  
  7. Fluxion's post in Tipbox Error was marked as the answer   
    tip00051.bmp
  8. Fluxion's post in how to set debuff on npc warper ? was marked as the answer   
    replace 
    if (lastwarp$ == "") message strcharinfo(0),"You haven't warped anywhere yet."; else warp lastwarp$,lastwarpx,lastwarpy; end; to 
    if (lastwarp$ == "") message strcharinfo(0),"You haven't warped anywhere yet."; else { sc_end SC_GEFFEN_MAGIC3; warp lastwarp$,lastwarpx,lastwarpy; } end;  
     
    and replace 
    function Go { set lastwarp$, getarg(0); set lastwarpx, getarg(1,0); set lastwarpy, getarg(2,0); warp getarg(0),getarg(1,0),getarg(2,0); end; } to 
    function Go { set lastwarp$, getarg(0); set lastwarpx, getarg(1,0); set lastwarpy, getarg(2,0); sc_end SC_GEFFEN_MAGIC3; warp getarg(0),getarg(1,0),getarg(2,0); end; }  
     
    Another Note:
    I haven't tested with this status, I tested with sc_freeze and it worked, should work with this status too

    Another Note ++ : @mrfizi is too fast >_<
×
×
  • Create New...

Important Information

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