Jump to content
  • 0

nid help?


Yomigaeru

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  89
  • Reputation:   5
  • Joined:  12/25/11
  • Last Seen:  

i need help please. i want to configure this npc so that when the event is happening, the guild leader can't pm the npc for insta warp. help me please

koth.txt

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  6
  • Reputation:   2
  • Joined:  03/23/12
  • Last Seen:  

find :

 

 

if ( getguildmasterid( getcharid(2) ) == getcharid(0) && getcharid(2) != $koegid )  end;
 

and replace with

 

 

 

if ( getguildmasterid( getcharid(2) ) == getcharid(0) && getcharid(2) != $koegid || .koe_start == 1)  end;
 

 

 

if you have problem, change the symbol of the variable to global variable temporarily
original:
set .koe_start, 0;
set .koe_start, 1;
 
modified:
set $@koe_start, 0;
set $@koe_start, 1;
 
move this part up, do not forget to change here:

 

if ( getguildmasterid( getcharid(2) ) == getcharid(0) && getcharid(2) != $koegid || $@koe_start == 1)  end;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  89
  • Reputation:   5
  • Joined:  12/25/11
  • Last Seen:  

thanks. that script worked perfectly. 

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