-
Notifications
You must be signed in to change notification settings - Fork 191
Question. #23
Comments
Hi,
To run your script simply input |
Thanks you for your awesomely fast answer. I would like to know how could i investigate more on this 3) since im new to programming this is kind a, do and learn project im doing. So far from what i understand, this is an application that sends some packets to dota2 servers, and handles the answers. What i would want to do is: Normally execute the script + be able to send him new commands. So i could imagine this like a chat ? Where first server is gonna exceute when i login to it and then gonna exceute what ever i send him ? Going like this, i found out that a could idea could be sending messages through Steam chat, as instructions to be executed on serverside :) |
Could someone help me here seishun/node-steam#53 |
i assume this has been solved |
Hello, im new at this and i have a few questions:
1º) Could i get banned if i send messages to a channel each 60 seconds? I know is a stupid question.
2º) Is it possible to make an exe from the script i have now ?
3º) When the script is already running, is there any way i can interact with it in real - time ? I mean:
Could i have a script that just log's into dota and joins a channel. And then i send messages via console:
Dota2.sendMessage("","")
Or
Send a Dota2.leaveChat("") so i can close it, because otherwise the channels get bugg
Tried using
node
.load ./script.js
But it won't execute my loop
The text was updated successfully, but these errors were encountered: