joelolopez Posted November 17, 2013 Group: Members Topic Count: 154 Topics Per Day: 0.03 Content Count: 493 Reputation: 46 Joined: 01/24/12 Last Seen: August 25, 2022 Share Posted November 17, 2013 i would like to request a script that will trigger after receiving whisper messages from other player Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 17, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 4 hours ago Share Posted November 17, 2013 Announce your message - script Sample -1,{ OnWhisperGlobal: announce "" + @whispervar0$ + "",0; end; } Quote Link to comment Share on other sites More sharing options...
joelolopez Posted November 17, 2013 Group: Members Topic Count: 154 Topics Per Day: 0.03 Content Count: 493 Reputation: 46 Joined: 01/24/12 Last Seen: August 25, 2022 Author Share Posted November 17, 2013 sir wat im trying to say is, for example joelolopez2 pm me set pmcounter,pmcounter + 1; something like that Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted November 17, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted November 17, 2013 try this clif.c + pc_setglobalreg(dstsd,"pmcounter",pc_readglobalreg(dstsd,"pmcounter")+1); // Normal message clif_wis_message(dstsd->fd, sd->status.name, message, messagelen); Quote Link to comment Share on other sites More sharing options...
joelolopez Posted November 17, 2013 Group: Members Topic Count: 154 Topics Per Day: 0.03 Content Count: 493 Reputation: 46 Joined: 01/24/12 Last Seen: August 25, 2022 Author Share Posted November 17, 2013 ahm is there any other options except src mod... i really dont want to modify my src Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted November 17, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted November 17, 2013 (edited) another method, but it waste database space.. log_athena.conf log_chat: 2 select count(*) from `chatlog` where ...... Edited November 17, 2013 by QQfoolsorellina Quote Link to comment Share on other sites More sharing options...
nobukadnezar Posted November 19, 2013 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 163 Reputation: 7 Joined: 01/07/12 Last Seen: March 7, 2017 Share Posted November 19, 2013 if you dont mind of whoever whisp you the count++ then i think using permanent char variable will doin fine correct? Quote Link to comment Share on other sites More sharing options...
Question
joelolopez
i would like to request a script that will trigger after receiving whisper messages from other player
Link to comment
Share on other sites
6 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.