Jump to content

Yoshu

Members
  • Content Count

    67
  • Joined

  • Last visited

Posts posted by Yoshu


  1. 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!


  2. It's warp for enter in the castle, but it's the same with normal every "disablenpc" are not hidden.

    We can't use it so the function work but when we go out of the sight of the npc and come back we see it (can't use it).


  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;

     

     

     

    }

     

     

    I don't think it's a problem with the OnInit cause when i reload the warp is hide, but if i walk out of sight of the NPC and come back the warp is not hidden, i can't use it but it's not hide.

    It's same with the warp for geffenia dungon in geffen, i see it all time but can't use cause i never do the 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://herc.ws/board/tracker/issue-7688-disable-npc/?gopid=22446#entry22446

    But no solution cause eathena is down.


     

    Please help T_T thx for watching

×
×
  • Create New...

Important Information

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