Jump to content
  • 0

disablenpc problem


Yoshu

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   12
  • Joined:  01/12/12
  • Last Seen:  

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

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   12
  • Joined:  01/12/12
  • Last Seen:  

~bump

any solution ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  08/16/12
  • Last Seen:  

Maybe it is not related to the hide script but something else. It would be rather helpful if you posted your script here so we can help. :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   12
  • Joined:  01/12/12
  • Last Seen:  

 

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...