Yomigaeru Posted April 26, 2013 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 89 Reputation: 5 Joined: 12/25/11 Last Seen: January 3, 2019 Share Posted April 26, 2013 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 Quote Link to comment Share on other sites More sharing options...
Garfield Posted April 27, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 6 Reputation: 2 Joined: 03/23/12 Last Seen: January 12 Share Posted April 27, 2013 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; Quote Link to comment Share on other sites More sharing options...
Yomigaeru Posted April 28, 2013 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 89 Reputation: 5 Joined: 12/25/11 Last Seen: January 3, 2019 Author Share Posted April 28, 2013 thanks. that script worked perfectly. Quote Link to comment Share on other sites More sharing options...
Question
Yomigaeru
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.