mukabuku Posted December 5, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 21 Reputation: 1 Joined: 10/04/12 Last Seen: December 19, 2012 Share Posted December 5, 2012 how to make npc that detect guild name.. for example i want to make buffer to guild "Legion".. other people cannot use the npc. only works for guild "Legion".. please help thx.. Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 5, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 5, 2012 if( getguildname( getcharid(2) ) == "Legion" ){ // you can use this npc... } refer getguildname Quote Link to comment Share on other sites More sharing options...
mukabuku Posted December 5, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 21 Reputation: 1 Joined: 10/04/12 Last Seen: December 19, 2012 Author Share Posted December 5, 2012 thx emistry... Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted December 7, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted December 7, 2012 if ( strcharinfo(2) == "Legion" ) .... Quote Link to comment Share on other sites More sharing options...
Question
mukabuku
how to make npc that detect guild name.. for example i want to make buffer to guild "Legion".. other people cannot use the npc. only works for guild "Legion".. please help thx..
Link to comment
Share on other sites
3 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.