Quote:
Originally Posted by Robert S.
Hallo Leute, ich muss gestehen, dass die SuFu mir bisher nicht helfen konnte, aber gibt es ein Tombleechskript bzw. ein Cowleechskript für Low-Lvl-Chars, die kein Teleport haben? In den Configs habe ich nichts gefunden und hier im Forum auch nicht.
Bisher nur gelesen, dass ein Tombrun-skript eher weniger gut ist, weil die Tombs immer anders aussehen, ein Cowskript halte ich dagegen für angebracht und fair, wenn es mit dem Tombrunskript nicht geht.
Hat jemand sowas oder gibt es sowas schon für den Kolton?
Grüße und ich freue mich über Antworten
|
Könntest beim Leader das Tomb-Script laufen lassen und die Leecher per Follow-Script folgen lassen; müsstest aber wohl das Script anpassen, damit ein TP beim ersten Tomb geöffnet wird.
Quote:
Originally Posted by LHDII-Tobi
So unglaublich das ich hier mal reinschreibe :D ( Tach Mirko )
Sooo nun ich hab denk ich mal den Kolbot Master, renne mit 6 bots auf scl ( da hcl nichts mehr bringt ) nun hab ich folgendes problem.
Dachte mir so, Naja lass ich halt in Scl Botten und Craften
Nun rennen die seit level 80 sind nu fast alle 97 1/2 funktioniert so weit echt gut
ABER
Nun zu dem Thema mit dem Crafting...
Der mag net!
Der pickt nur items mit 2 Ama 10 Fcr auf..
obwohl ich das hier drin habe in der pickit :
[type] == amulet && [quality] == crafted # [itemaddclassskills] >= 2 && [fcr] >= 10
jemand ne idee woran es liegen könnte?
danke im vorraus !
Mfg
Tobi!
|
Was genau soll denn gepickt werden? alles mit +2Skills und fcr>10?
dein Eintrag dafür passt schon
Code:
[Type] == Amulet && [Quality] == Crafted # [ItemAddClassSkills] >= 2 && [FCR] >= 10
hast du loggen lassen was er an crafts so verkauft?
Quote:
Originally Posted by XuD
Was muss ich genau umstellen, um einem Bot zu folgen, den ich nicht in der Liste (und er mich auch nicht) habe?
Kenne Namen+Gamename+Channel wo er announced.
|
als EntryPoint musst du D2BotChannel nutzen:
Code:
var StarterConfig = {
JoinChannel: "", // Name of the channel to join
FirstJoinMessage: "", // Message to say when first joining a channel, usually ".login"
ChatActionsDelay: 2, // Seconds to wait in lobby before entering a channel
// D2BotChannel settings
Games: [""], // List of games to look for. Example: Games: ["some baal-", "chaos run-"],
Passwords: [""], // List of game passwords. Each array in Games array should have a matching element in Passwords. Use "" for blank pw.
JoinDelay: 5, // Seconds to wait between announcement and clicking join
FriendListQuery: 0, // Seconds between "/f l" retries. 0 = disable
SwitchKeyDelay: 0, // Seconds to wait before switching a used/banned key or after realm down
SkipMutedKey: true,
MutedKeyTrigger: "Your account has had all chat privileges suspended.",
CrashDelay: 60, // Seconds to wait after a d2 window crash
RealmDownDelay: 10, // Minutes to wait after getting Realm Down message
UnableToConnectDelay: 5, // Minutes to wait after Unable To Connect message
CDKeyInUseDelay: 5, // Minutes to wait before connecting again if CD-Key is in use. SwitchKeys overrides this!
ConnectingTimeout: 20, // Seconds to wait before cancelling the 'Connecting...' screen
PleaseWaitTimeout: 10, // Seconds to wait before cancelling the 'Please Wait...' screen
WaitInLineTimeout: 60, // Seconds to wait before cancelling the 'Waiting in Line...' screen
GameDoesNotExistTimeout: 5 // Seconds to wait before cancelling the 'Game does not exist.' screen
};
// Advanced config - you don't have to edit this unless you need some of the features provided
var AdvancedConfig = {
/* Features: Override channel for each profile, Override join delay for each profile
* Format *:
"Profile Name": {JoinDelay: number_of_seconds}
or
"Profile Name": {JoinChannel: "channel name"}
or
"Profile Name": {JoinChannel: "channel name", JoinDelay: number_of_seconds}
* Example * (don't edit this - it's just an example):
"MyProfile1": {JoinDelay: 3},
"MyProfile2": {JoinChannel: "some channel"},
"MyProfile3": {JoinChannel: "some other channel", JoinDelay: 11}
"MyProfile4": {AnnounceGames: true, AnnounceMessage: "Joining game"} // announce game you are joining
*/
// Put your lines under this one. Multiple entries are separated by commas. No comma after the last one.
"Test": {
JoinChannel: "op nnqry",
JoinDelay: 3,
AnnounceGames: true,
AnnounceMessage: "Joining game" // output: Joining game Baals-23
}
};
in der Charconfig deines Leechers kannst du dann den Charnamen des Leaders eintragen
Code:
/* ### leeching section ###
* Unless stated otherwise, leader's character name isn't needed on order to run.
* Don't use more scripts of the same type! (Run AutoBaal OR BaalHelper, not both)
*/
Config.Leader = ""; // Leader's ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
Config.QuitList = [""]; // List of character names to quit with. Example: Config.QuitList = ["MySorc", "MyDin"];