Results 1 to 3 of 3

Thread: How to make the bot say next game?

  1. #1

    Default How to make the bot say next game?

    I have it saying "next game in 10 secs" but i want him to say "next game in 10 secs! gameName-xx"

    This is what I have now:

    Code:
    function locationAction(location)
    {
    	switch(location.id)
    	{
    	case 3: // Lobby Chat
    		if(!chatActionsDone)
    		{
    			chatActionsDone = true;
    			Delay(Random(waitInChatBeforeActionsMin, waitInChatBeforeActionsMax));
    
    			if(joinRandomChannel || joinChannelInChat != "")
    			{
    				Say("/join " + (joinRandomChannel ? getRandomString(Random(3,10)) : joinChannelInChat));
    				Delay(1000);
    				Say("Next game in 10 seconds!");
    			}
    		}
    	case 1:	// Lobby
    		if(location.id == 1 && joinChatAfterGame)
    		{
    			Delay(Random(waitBeforeEnterChatMin, waitBeforeEnterChatMax));
    			controlData.click(controlData.controls.lobby.button.enterChat);
    			break;
    		}
    
    		if(GetTickCount() > nextGameMake)
    		{
    			var _control;
    
    			lastGameFailed = false;
    
    			switch(lastGameStatus)
    			{
    				case 0:
    					_control = controlData.get(controlData.controls.lobby.button.create);
    					if(_control && _control.pressed)
    					{
    						controlData.click(controlData.controls.lobby.button.join);
    						Delay(500);
    					}
    					controlData.click(controlData.controls.lobby.button.create);
    					nextGameMake = GetTickCount() + createGameTimeout; // set our timeout
    					sendEventToOOG(D2NT_MGR_PRINT_STATUS, location.name, 0);
    					break;
    				case 1: // game failed, rollover to reset timer
    					inGameAt = GetTickCount(); // reset inGameAt, to wait how long we should have waited..
    					lastGameFailed = true;
    				case 2:
    					outputGameLength();
    					lastGameStatus = 0;
    					setNextGameMake();
    					sendEventToOOG(D2NT_MGR_PRINT_STATUS, location.name, 0);
    					break;
    			}
    		}
    		else
    			timeoutDelay(nextGameMake-GetTickCount(), location);
    		break;
    
    	case 2: // Waiting In Line
    		if(GetTickCount()-lastGameMade > waitInLineTimeout)
    			controlData.click(controlData.controls.lobby.inLine.button.cancel);
    		break;
    
    	case 4: // Create Game
    		sendEventToOOG(D2NT_MGR_CREATE_GAME, location.name, 0);
    
    		locationTimeout(5000, location);
    
    		lastGameMade = GetTickCount();
    		lastGameStatus = 1; // pending creation
    		break;
    
    	case 5: // Join Game
    		break;

  2. #2

    Default

    where is that at i need or want to make it join channel and say something as well

  3. #3
    Ancient Jammer74's Avatar
    Join Date
    Jun 2005
    Location
    Toronto,Ontario
    Posts
    452

    Default

    Ok alphabot check this link out I believe its what you need and even if its not,it will lead you there Click me
    Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. jsp crashes when i make game
    By alexkooi in forum Hacks Bots and Editors
    Replies: 5
    Last Post: 07-11-2006, 03:15 AM
  2. make urself drop from game
    By duck-sauce in forum Diablo II Discussion
    Replies: 12
    Last Post: 04-30-2006, 01:54 AM
  3. How do you make game name in color?
    By Val_Owns33 in forum Hacks Bots and Editors
    Replies: 2
    Last Post: 04-27-2006, 06:12 AM
  4. how to make a game in colour??
    By pusch in forum Diablo II Discussion
    Replies: 9
    Last Post: 02-09-2005, 06:41 AM
  5. Make a Game With out entering it.
    By Juke in forum Small Talk
    Replies: 5
    Last Post: 06-09-2004, 04:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Get 1 Free Month of Starlink!