![]() |
a little question :D - Printable Version +- Blizzard Sector (https://www.blizzsector.co) +-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html) +--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html) +--- Thread: a little question :D (/thread-46872.html) |
a little question :D - meowned - 11-30-2010 is there any ways to make the bot say something in the channel we make him join like : ng in 15 sec chaos-25 if not would be awsome if someones script it :d thx a lot ![]() a little question :D - bugme143 - 11-30-2010 Check in the main D2nt sticky. I believe someone posted/added a line there! a little question :D - Blue - 11-30-2010 meowned Wrote:is there any ways to make the bot say something in the channel we make him join like : ng in 15 sec chaos-25 If you follow bugmes post, you should be able to do it, if not, I'll look at the code and tell you how. ![]() a little question :D - meowned - 11-30-2010 Blue Wrote:If you follow bugmes post, you should be able to do it, if not, I'll look at the code and tell you how. would be awsome kinda trying to set it up for like a week now ![]() ---------- Post added at 11:21 PM ---------- Previous post was at 11:18 PM ---------- [/COLOR] bugme143 Wrote:Check in the main D2nt sticky. I believe someone posted/added a line there! i checked all the sticky ones and found noting :S[COLOR="Silver"] [/COLOR]---------- Post added at 11:54 PM ---------- Previous post was at 11:21 PM ---------- thx in advance for the help btw a little question :D - Blue - 11-30-2010 Alright, so I looked at some code. C:\Users\owner\Downloads\D2NT31_NTBot42\D2NT\scripts\NTBot\bots So follow that general path to find the code areas, open with notepad. (Ignore the quotation marks before and after the code, nowhere else should you ignore it if theres more in there laugh:" " { NTM_MoveTo(me.areaid, 15116, 5068); NTC_PingDelay(1000); NTA_ClearPosition(20, true, 2); NTM_MoveTo(me.areaid, 15116, 5068); NTM_MakeTP(); Say("TP up, Be careful!"); } " That code states that if your bot is set to play in public games, to do these actions. " Say("TP up, Be careful!"); " In that code, your bot will then say "TP up, Be careful!" I would look through the code, find a place where you would like it to say something and then go " Say("NG in 15 seconds"); " However, I don't know if there is a code to say the next sequence. And again I don't know for sure if this will work, so just play with it. The bot is generally set up to say NG after it does Baal, and you can find that code in there. [SIZE="5"]Edit: I just noticed you said channel, I'll look more places and get back to you on that one laugh:[/SIZE] a little question :D - Pamela - 12-01-2010 meowned Wrote:would be awsome kinda trying to set it up for like a week now While I admire your politenes and tenacity at trying to look it up as suggested,as well as the intelligence to follow the advice given to you,however try not to quadruple post! LOL If someone has not noticed/read the chatbox?;The posts will automerge and not appear as a new post hun,meaning it is harder to see you added new information. a little question :D - meowned - 12-01-2010 Pamela Wrote:While I admire your politenes and tenacity at trying to look it up as suggested,as well as the intelligence to follow the advice given to you,however try not to quadruple post! LOL haha xD yea sorry didnt mean to quadruple post ![]() ![]() |