Quote:
Originally Posted by using11
ich habe mal eine frage zu rws
ich würde meine bots gerne hotos bauen lassen die line code weiß ich, was ich nicht weiß befehl zum behalten wie beispiel bei spirit mit: [FCR] >=25
was müsste da denn stehen für hoto?
bei spirits steht ja
[type] == shield || [type] == auricshields # [fcr] >= 25
und wie ist das für hoto ( flail non eth only )?
Danke
|
sowas hatte ich am Anfang schon eingebaut:
Code:
Config.MakeRunewords = true; // Set to true to enable runeword making/rerolling
Config.Runewords.push([Runeword.Insight, 58]); // Voulge
Config.Runewords.push([Runeword.Insight, 59]); // Scythe
Config.Runewords.push([Runeword.Insight, 60]); // Poleaxe
Config.Runewords.push([Runeword.Insight, 61]); // Halberd
Config.Runewords.push([Runeword.Insight, 62]); // War Scythe
Config.Runewords.push([Runeword.Insight, 151]); // Bill
Config.Runewords.push([Runeword.Insight, 152]); // Battle Scythe
Config.Runewords.push([Runeword.Insight, 153]); // Partizan
Config.Runewords.push([Runeword.Insight, 154]); // Bec-de-Corbin
Config.Runewords.push([Runeword.Insight, 155]); // Grim Scythe
Config.Runewords.push([Runeword.Insight, 254]); // Colossus Voulge
Config.Runewords.push([Runeword.Insight, 255]); // Thresher
Config.Runewords.push([Runeword.Insight, 256]); // Cryptic Axe
Config.Runewords.push([Runeword.Insight, 257]); // Great Poleaxe
Config.Runewords.push([Runeword.Insight, 258]); // Giant Thresher
Config.KeepRunewords.push("[type] == polearm && ([Flag] == ethereal || [Flag] != ethereal) # [meditationaura] >= 12");
Config.Runewords.push([Runeword.Spirit, 447]); // Monarch
// Config.Runewords.push([Runeword.Spirit, 498]); // Sacred Targe
Config.KeepRunewords.push("[type] == shield || [type] == auricshields # [fcr] >= 25");
// Config.Runewords.push([Runeword.Spirit, 29]); // Crystal Sword
Config.KeepRunewords.push("[Name] == CrystalSword # [fcr] >= 25");
Config.Runewords.push([Runeword.HeartoftheOak, 21]); // Hoto Flail
Config.KeepRunewords.push("[Name] == Flail # [FireResist] >= 30");
Noneth Rohlinge musste in der Pickit aktivieren:
Code:
[Name] == Flail && [Quality] <= superior && Flag != etheral # [Sockets] == 4