• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Idea] Bounty Hunters broadcast

Samik

New Member
Joined
Jan 7, 2009
Messages
23
Reaction score
0
Hey there!
So, I've got an idea to make 'Bounty Hunters Broadcast' script. I've already tried to write smthing, but I failed, I don't get these lua sql queries. That's just simple script, but I think that would be really useful. Script does:
- it gets non-killed bh records (
Code:
db.getResult("SELECT * FROM `bounty_hunters` WHERE `killed` = 0;")
i think, but I can't get sp_id then...)
- it gets sp_id's and prize from these non-killed characters
- it checks name of sp_id
- it broadcasts smth like this: "nameofplayer, prizeforkill"
- then it broadcast next name, and next

Thanks for help,
Samik

@down
No, no, u do not understand me. I need help with writing this script.
 
Last edited:
Back
Top