Radian Posted October 21, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted October 21, 2018 Hey everyone! does anyone of you got this kind of Broadcaster npc? Payment per broadcast : zeny Delay before player can broadcast again. Can select previous message or message that has been broadcast Banned an account by using this npc only? If yes please can you share it with the community? 1 Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted October 23, 2018 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 23 hours ago Share Posted October 23, 2018 try this https://pastebin.com/K0w5yFDL 1 Quote Link to comment Share on other sites More sharing options...
0 Radian Posted October 24, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted October 24, 2018 Works perfectly... thanks @Emistry ! Quote Link to comment Share on other sites More sharing options...
0 Radian Posted November 2, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted November 2, 2018 @Emistry Is it possible if the player selected their history message it wont show up again in the history selection? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted November 3, 2018 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 23 hours ago Share Posted November 3, 2018 4 hours ago, Radian said: @Emistry Is it possible if the player selected their history message it wont show up again in the history selection? https://pastebin.com/K0w5yFDL Quote Link to comment Share on other sites More sharing options...
0 Radian Posted November 3, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted November 3, 2018 6 minutes ago, Emistry said: https://pastebin.com/K0w5yFDL [SQL]: DB error - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 [Debug]: at script.cpp:16434 - UPDATE `e_broadcast` SET `repeat` = 1 WHERE `id` = 1 LIMIT [Debug]: Source (NPC): broadcast_main (invisible/not on a map) SQL error. when history message selected. Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted November 3, 2018 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 23 hours ago Share Posted November 3, 2018 4 hours ago, Radian said: SQL error. when history message selected. you didnt re-create the sql table that provided. Quote Link to comment Share on other sites More sharing options...
0 Radian Posted November 3, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted November 3, 2018 3 hours ago, Emistry said: you didnt re-create the sql table that provided. I did update the SQL. with the latest one that has this one repeat right? Quote Link to comment Share on other sites More sharing options...
0 Gouki Posted June 12, 2022 Group: Members Topic Count: 88 Topics Per Day: 0.05 Content Count: 261 Reputation: 13 Joined: 08/12/20 Last Seen: November 21, 2024 Share Posted June 12, 2022 having the same issue this is when you use one of the historical broadcast Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted June 16, 2022 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 23 hours ago Share Posted June 16, 2022 query_sql("UPDATE `e_broadcast` SET `repeat` = 1 WHERE `id` = "+.@id[.@i]+" LIMIT "); change to query_sql("UPDATE `e_broadcast` SET `repeat` = 1 WHERE `id` = "+.@id[.@i]+" LIMIT 1"); Quote Link to comment Share on other sites More sharing options...
Question
Radian
Hey everyone! does anyone of you got this kind of Broadcaster npc?
If yes please can you share it with the community?
Link to comment
Share on other sites
9 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.