Jump to content
  • 0

Broadcaster NPC request


Question

Posted

Hey everyone! does anyone of you got this kind of Broadcaster npc?

  1. Payment per broadcast : zeny
  2. Delay before player can broadcast again.
  3. Can select previous message or message that has been broadcast
  4. Banned an account by using this npc only?

If yes please can you share it with the community?

  • Like 1

9 answers to this question

Recommended Posts

  • 0
Posted
6 minutes ago, Emistry said:
[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.

  • 0
Posted
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?

  • 0
Posted
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");

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...