I got a problem with the rushbot, everything works great from a1 trough a5, also with multiple chars, but it always fail to click on "go east" from warriv in Act1.
anyone else having this ?
anyone else having this ?
Actually this bug has been common knowledge for quite some time - unfortunately the advice on how to fix this is usually in German. :(Quote:
I got a problem with the rushbot, everything works great from a1 trough a5, also with multiple chars, but it always fail to click on "go east" from warriv in Act1.
anyone else having this ?
if(NTT_DoInteract(_npc))
{
for(i = 0; i < 16; i++)
{
if((i % 4) == 0)
me.SelectNPCMenu(0x0D36);
if(me.areaid != NTC_AREA_ID_ACT_1)
break;
NTC_Delay(500);
}
}
Kann man leider schlecht was dran machen, da die Spiel Erstellung von der API ausgeführt wird, sodass man an den Delays schlecht was ändern kann.Quote:
Ich bekomm in letzter Zeit ziemlich oft "Game creation failed". Hab auch das Gefühl der Bot ist dadurch etwas langsamer geworden von den sachen die er abarbeiten soll. Vorige Woche lief er mit über 900 Runs noch richtig stabil, ohne Probleme, außer paar chickens. Gibts hierzu ne Lösung außer den WaitDelay am ende einzufügen? Bringt anscheind garnix bei mir.
lg
I always thought mine were awesome. :(Quote:
Does anyone have some really awesome item scripts that they could give me ?? would be much appreciated =D
fand ich auch, deshalb hab ich das script zu muddy konvertiert, waren nur minimale Änderungen nötigQuote:
Hi,
hat alles super geklappt!
Allerdings muss ich sagen, dass das DiabloFAST-Run-Script von D2NT Bluebird besser ist als dein normales :P
Entry Point NTBot.ntj:Quote:
boah war mit sicherheit schon irgendwo, aber kanns leider nicht mehr finden.
ich möchte public games joinen und dann aber die mobs/bosse abklappern (genauer gesagt, wird nur 1 mob aus der cfg gekillt und danach die Chests abgeklappert..), die in meiner char cfg sind und nicht baal runs oder sonstiges. wäre jedoch nicht schlecht wenn er die game-namen nach "baal"/"dia" durchsucht, um mehr leute im spiel zu haben..
hat jemand eine idee? habe muddy's :)
danke im voraus
var JoinRandomGamesChars = new Array("DeinCaseSensitiverCharName");
//------------------------------------------------------------------------------ // Precast Configuration //------------------------------------------------------------------------------ // Your precast skills can be defined in the array below. NOTE: Battle Command, Battle Orders and Shout will be cast automatically. Constants for all skill ids can be found in "scripts\libs\common\MWSkills.ntl". MWConfig_PrecastSkills = [MWS_CHILLING_ARMOR, MWS_ENCHANT]; // Set this to true if you would like to switch slots right after casting BC, BO and Shout. If set to false, your char will remain with the BO Slot until the whole precast procedure is done. MWConfig_SwitchSlotsAfterBoPrecast = true;
Quote:
Hi all,
I'm having problems trying to set precast for shiver armour and thunderstorm and mana shield, please can you help? I know that I have to edit something in my char CONFIG, but I'm not sure how to do this?
MWConfig_PrecastSkills = [MWS_SHIVER_ARMOR, MWS_ENERGY_SHIELD, MWS_THUNDER_STORM]
Vermutlich, weil ich an dem Script noch nie was verändert habe und sich das nur auf das Nihlatak Script bezieht. Ich werde es mal nachtragen.Quote:
Code:MWConfig_PrecastSkills = [MWS_SHIVER_ARMOR, MWS_ENERGY_SHIELD, MWS_THUNDER_STORM]
MWConfig_Script.push(["NTPindleskin.ntj", 10]); NTConfig_NihlathakExtension = true; MWConfig_SkipOnTombVipers = true;
Funktioniert nicht ganz so wie ich mir das vorgestellt hab. Wenn die Vipern da sind, skipt er nicht und dann verreckt die gute!
Angezeigt wird jeweils nur die normale Version des Items. Ob es dann exceptional oder elite wird ist Zufall, aber sichtbar im Angebot des Händlers ist immer nur die normale Version.Quote:
//NTConfig_GambleItem.push();
Da Monarch ein elite Item ist, kannst du in der Übersicht eckiger Schild (normal) und Drachenschild erspielen.
monarch=447
kiteshield=331
dragonshield=377
Ich nehm mal an du meinst die Amazonenwurfspeere:
ceremonialjavelin=295
matriarchaljavelin=305
Finden kannst du die Zahlen im NTItemAlias.ntl