WhiteEagle Posted June 21, 2019 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 480 Reputation: 67 Joined: 08/28/12 Last Seen: 1 hour ago Share Posted June 21, 2019 It's possible to make quests countable for the whole Guild? Excample: Someone start a Guild quest (Kill 100 Mantis), all Guild mates can kill them too (without being in a Party) Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted June 21, 2019 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 15 hours ago Share Posted June 21, 2019 you can create a global variable with the index of the guild id like OnMonsterDead: if(getcharid(2) && $GLOBALGUILDQUEST[getcharid(2)]){ $GLOBALGUILDQUESTCOUNT[getcharid(2)]++; } end; //$GLOBALGUILDQUEST is a variable true or falce to check if the guild have the quest or not , normally just set it to true when they take the quest and false when they are done //$GLOBALGUILDQUESTCOUNT is variable for the kill count in this case and you can check for the count too Quote Link to comment Share on other sites More sharing options...
0 WhiteEagle Posted June 21, 2019 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 480 Reputation: 67 Joined: 08/28/12 Last Seen: 1 hour ago Author Share Posted June 21, 2019 Ah cool. Special thanks, Mr. Sader1992. Quote Link to comment Share on other sites More sharing options...
0 MyNoobScriptz Posted May 19, 2024 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 76 Reputation: 3 Joined: 05/01/15 Last Seen: April 9 Share Posted May 19, 2024 On 6/22/2019 at 2:12 AM, sader1992 said: you can create a global variable with the index of the guild id like OnMonsterDead: if(getcharid(2) && $GLOBALGUILDQUEST[getcharid(2)]){ $GLOBALGUILDQUESTCOUNT[getcharid(2)]++; } end; //$GLOBALGUILDQUEST is a variable true or falce to check if the guild have the quest or not , normally just set it to true when they take the quest and false when they are done //$GLOBALGUILDQUESTCOUNT is variable for the kill count in this case and you can check for the count too how to delete points or sql table $GLOBALGUILDQUESTCOUNT and $GLOBALGUILDQUEST if player has /breakguild Quote Link to comment Share on other sites More sharing options...
Question
WhiteEagle
It's possible to make quests countable for the whole Guild?
Excample: Someone start a Guild quest (Kill 100 Mantis), all Guild mates can kill them too (without being in a Party)
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.