Quote:
Originally Posted by Dabash
Hi habe da mal ein problem
habe es wie folgt eingestellt
Code:
var gameMinLength = 60000; // time in milliseconds, minimum game length, 180 seconds default (1 game/3 minutes)
var unableToConnectRetry = 5; // time in minutes to retry connecting on connection fail (real value is +/- 1 min)
var realmDownRetry = 5; // time in minutes to retry connecting on a realm down (default is 300 minutes)
var disconnectedRetry = 5; // time in minutes to retry on a disconnection (usually ip ban related)
var cdkeyInUseRetry = 5; // time in minutes to retry on a cdkey in use error message (set to 0 to stop)
var connectingToBnetTimeout = 14000; // time in milliseconds to wait for a login to time out and click cancel and retry
var characterScreenTimeout = 8000; // time in milliseconds to wait for character screen to appear
var pleaseWaitTimeout = 8000; // time in milliseconds to wait for a please wait popup
var createGameThreshold = 5500; // time in milliseconds to wait between making games
var createGameThresholdRandom = 3000; // time in milliseconds to randomly add +/- to the game create time
var createGameTimeout = 8000; // time in milliseconds to register a failed to create game
var waitInLineTimeout = 5000; // time in milliseconds to wait in lines for a create game (60 second default)
var characterSelectDelay = 1000; // time in milliseconds to wait before selecting a character on the char screen
var loginDelay = 1000; // time in milliseconds to wait before submitting login information
var clickDelay = 500; // wait X milliseconds before next action after a click event
var textDelay = 500; // wait X milliseconds before next action after inserting text into a textbox
var clickDelayRandom = 500; // random amount of time to add to a click
var textDelayRandom = 500; // random amount of time to add to a text set
var gameDoesNotExistDelayMin = 600000; // how long to wait when a Game Does Not Exist occurs - minimum - default 10 minutes
var gameDoesNotExistDelayMax = 900000; // how long to wait when a Game Does Not Exist occurs - maximum - default 15 minutes
var gameDoesNotExistTimeout = 30000; // how long to wait for the dialog to disappear (default 30 seconds, don't change this)
var joinChatAfterGame = true; // join chat after leaving a game
var joinRandomChannel = false; // if this is true, will join a random channel, otherwise it will use the channel below..
var joinChannelInChat = "Op lastbaal"; // leave blank to not join a private channel
var waitBeforeEnterChatMin = 1000; // min how long to wait before entering chat
var waitBeforeEnterChatMax = 2000; // max how long to wait before entering chat
var waitInChatBeforeActionsMin = 2000; // min how long to wait before joining channel
var waitInChatBeforeActionsMax = 3000; // max how long to wait before joining channel
var channelLogin = true; // type ".login" once after joining the channel
var channelUsers = new Array(); // dynamic array that holds channel users
//---------------------------------------------------------------------------------------------------------------------------------------------------------
// add channel users - only channel users will perform channel/chat actions
channelUsers.push("vivalabash-l");
channelUsers.push("Dabashii");
//----------------------------------------------------------------------------------------------------------------------------------------------------------
//These key expressions are replaced that way: %game --> "gamename-",%counter --> number of the next game, %time --> time in seconds till game creation, %password --> game password
//Note that the announcement will start after the first run, so there won't be any anncouncement right after login
var gameAnnouncement = "Example: Creating %game%counter///%password in %time seconds..."; // leave blank not to post a channel announcement
var gameAnnouncementDelay = 5000; // wait X milliseconds before posting the announcement message (don't set this too low!)
var gameAnnouncementDelayRandom = 500; // random amount of time to add to a to the announcement delay
und es geht nix tut sich nix kann mir wer da mal helfen ? also schreiben tut er nix .
|
Wie sieht der Status Text Balken aus? Es müsste nach dem ersten Login im Statustext Fenster stehen, ob dein Char korrekt als Channel User erkannt wurde, in dem Fall würde das dort in grün stehen, ansonsten steht da in rot, dass dein Char kein Channel User ist. Diese Meldung blinkt aber nur drei mal kurz auf und das auch nur direkt nach dem Einloggen.
Achja, bitte bedenken, dass die Game Ansage erst funktioniert, wenn du vorher mal in einem Spiel mit gültigem Namen warst.
Das siehst du allerdings auch am Statustext. Ist dein Spielname nicht definiert, steht dort was von "Game Creation Pending... (xxs)", ansonsten steht dort "Next Game:
DeinSpielName (xxs)". Sollte sich aber ändern, nachdem du in einem Spiel mit gültigem namen warst, davon wird dann der Name des nächsten Spiels abgeleitet.
Achja, ein gültiger Name bedeutet z.B. "Name-42", bei mehreren Bindestrichen wird das Probleme geben. Wobei mir das auch gerade erst auffällt, hatte ich vorher nicht bedacht. Denke ich werde das demnächst mal daraufhin anpassen, habe allerdings momentan nicht soviel Zeit. :(
Lg
Muddy