Radian Posted October 21, 2018 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
0 Emistry Posted October 23, 2018 Posted October 23, 2018 try this https://pastebin.com/K0w5yFDL 1 Quote
0 Radian Posted October 24, 2018 Author Posted October 24, 2018 Works perfectly... thanks @Emistry ! Quote
0 Radian Posted November 2, 2018 Author 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
0 Emistry Posted November 3, 2018 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
0 Radian Posted November 3, 2018 Author 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
0 Emistry Posted November 3, 2018 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
0 Radian Posted November 3, 2018 Author 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
0 Gouki Posted June 12, 2022 Posted June 12, 2022 having the same issue this is when you use one of the historical broadcast Quote
0 Emistry Posted June 16, 2022 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
Question
Radian
Hey everyone! does anyone of you got this kind of Broadcaster npc?
If yes please can you share it with the community?
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.