Jump to content

Yoshu

Members
  • Posts

    59
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Yoshu

  1. Hi!

    I've found a strange bug on my server, if a player equip an headgear with the ID 5612 [blue_Drooping_Kitty_M] (or more) and use teleport (fly or skill) he'll gravity.

    When the headgear is on his head before connexion there is no issue.

    I've tested to change the ID and when I put 5611 (or less) everything works there is no gravity error, it's ONLY on headgear after 5611 ID.

     

    If someone have a solution can be cool!

    Thx for whatching.

  2. Hi everyone I'm not sure to be in the good section but I'll post here.

     

    There is a little problem with my client (server ?), when players make party they see all HP bar but if there is a assassin who do cloaking or hide skill his HP bar is disable, normaly a simple refresh work but here not...

     

    I would like to know how to enable HP bar under cloak/hide skill for the party player.

     

    Thanks for help!

  3.  

    -    script    hidenpc::woenpc    -1,{

    OnInit:    

        disablenpc "payg01";

        disablenpc "payg02";

        disablenpc "payg03";

        disablenpc "payg04";

        disablenpc "payg05";

        disablenpc "payg01-1";

        disablenpc "payg02-1";

        disablenpc "payg03-1";

        disablenpc "payg04-1";

        disablenpc "payg05-1";

        disablenpc "prtg01";

        disablenpc "prtg02-1";

        disablenpc "prtg03-1";

        disablenpc "prtg04-1";

        disablenpc "prtg05-1";    

        disablenpc "aldg01";

        disablenpc "aldg02";

        disablenpc "aldg03";

        disablenpc "aldg04";

        disablenpc "aldg05";

        disablenpc "gefg01";

        disablenpc "gefg02";

        disablenpc "gefg03";

        disablenpc "gefg04";

        disablenpc "gefg05";

        disablenpc "gefg06";

        disablenpc "gefg07";

        disablenpc "gefg08";

        disablenpc "gefg09";

        disablenpc "gefg09-1";

    end;

    //War of Emperium

        

    OnSat2100:

        enablenpc "prtg04-1";

        end;

    OnSat2300:

        disablenpc "prtg04-1";

        end;

    }

      

     

     

    It's my script, but it's the same with ALL disable on the server not only my script, geffenia warp for exemple in the sign quest.

  4. Hi!

     

    I'm not sure to know if it's a emulator problem or client but I've a problem with disablenpc function.

    - I load a script to hide some npc (woe warp, or geffenia warp in geffen for exemple)

    - I reloadscript or reboot (cause OnInit)

    - The npc is hide, but when I move and come back i see the npc, can't use it but I see it.

     

    I found that: http://rathena.org/board/tracker/issue-2613-disablenpc-bug/?gopid=2613#entry2613
     

    But no solution cause eathena is down.

     

    Please help T_T thx for watching

  5. Hi!

    I search how to put  fixed delay (different for every skill), I suppose it's in skill.c but not sure.

    I want block nodelay and it's for me the better solution but I don't know to do that (custom delay on specific skill).

     

    Thx for watching.

  6. Diff your client and do not select the option Read Data berfore GRF.

    It's working now thx but I got a new problem:

    post-1472-0-25567700-1331657629_thumb.png

    I tried to delete the file of my grf, but not working, I always got the error and the option are'nt saved, after logoff my skin change and all option (/showname, /aura etc...)

  7. When I copy the SaveData into data folder my old config (who were in SaveData) stay after logoff but if I change an other thing it's not, I always need to copy the SaveDate, after all changement, and if I delete my SaveData folder I got an lua error after that the folder reload (I can't delete it).

    When I change hotkey I got this message:

    post-1472-0-33453300-1331434324_thumb.jpg

    It's strange because there is "\\" before "SaveData".

×
×
  • Create New...