[Plugin] xChat

Do you wish to promoting something in all chat? Just say it, loud and clear with this plugin!

Features :

  • Spam messages to all chat every 10s
  • Scripting support, send messages in all possible ways from Chat API

Script example :

chat,all,Hello World!
or
chat,private,JellyBitz,Hi!

Added logger customizable by character (xChat tab)
Works even on script (to leave the register of anything) like :

move,..
logline,Starting script
move,..
logline,Finishing script

At log.txt or server_character_log.txt which depends on your char setting, you will find:

23/03 07:02:45 PM > Starting script
23/03 07:02:58 PM > Finishing script

Direct download : [Save as Link] :ballot_box_with_check:
Lastest version on GitHub
Try xPluginUpdater to keep the track of my updates! :male_detective:

7 Likes

Doesn’t work on Ruby Online

dont work?
image

Relog.

This works on phBot scripts. Not in-game chat.
Maybe you are looking for xControl …

2 Likes

Lol people didn’t read that it says “script”.

1 Like

Great thanks, I did not read anything on that side. You’re very kind.

Added a chat logger customizable by character (See xChat tab)
Works even on script (to leave the register of anything) like :

move,..
logline,Starting script
move,..
logline,Finishing script

At log.txt or server_character_log.txt (depends on your char setting) you will find :

23/03 07:02:45 PM > Starting script
23/03 07:02:58 PM > Finishing script

Check last version at GitHub

2 Likes

do you think about adding and pick log since you already have a good implementation of handle_event?

Isn’t that in the bot already?

really ? :open_mouth: where is it?

Item drops get logged to Log\Drops.txt

i dont have that file :thinking:

How to send a customized private message instead of leaving it here
?

Well sending globals aint working

That’s anoher plugin, not from me by the way.

Send a global is not supported by phbot API. You will have to create it since is like using an item scroll, not just typing in chat.
I can add it but no yet, since I’m interested in other packet sections… but in some point I’ll have to do it. :thinking:

well i guess when u goint to add it make global delay like 60 seconds or so

I read all the comments about Xchat, but still could not actively use it. To write a script

[quote = “JellyBitz, post: 8, subject: 333”]
logline, startup script
Move ... logline, Finishing script`
[/ Quote]

I’ve tried.

chat, all, yakupmx, hello

I’ve tried.

However, I was unable to execute some kind of command. I added a script to the log.txt file, it didn’t. No script was installed in the Xchat folder. The script was not found, or there must have been an integer error. I would be very happy if you could help.

xChat has some bug about it, some dude modified the xChat script, cos sometimes it takes " , " as a parameter and takes the next line as an xChat command, and ofc does not find it
chat,party, TP Ticket guy,Other Ticket guy
just add the chat message between walk points
walk,x,y,z
chat,party,TRACE
walk,x,y,z

I added a little fix. But you’ll have to specify it’s a comma and not a parameter by escape it ( \ ).

Ex.: chat,party,TP Ticket guy\,Other Ticket guy