Quote:
Ihr glaubt gar nicht wie viele D2JSP Accounts, Diablo 2 Chars und Keysets ich jetzt habe. :rolleyes:
Quote:
Ich hoffe das war Ironie
function NT_Mausoleum()
{
var _area;
var _exits;
var _destx, _desty;
print("ÿc3Starting Mausoleum Script");
if (!NTTM_CheckAct())
throw new Error();
NTTMGR_TownManager();
print("ÿc8Going to Cold Plains");
if (!NTTM_TownMove("waypoint"))
throw new Error();
if (!NTM_UsePortal("Waypoint", 3))
{
print("ÿc8Seems we do not have the waypoint, Lets go get it! Traveling to Cold Plains");
NTM_TravelTO(3);
print("ÿc8Interacting with Waypoint as we don't have it.");
NTM_GotoWaypoint(3, true, 10000);
}
print("ÿc5Precasting");
NTP_DoPrecast();
print("ÿc8Going to Burial Grounds");
NTM_TravelTO(17);
if (!NTM_MoveToObject(NTC_UNIT_TILE, 7, 8, 0, 15))
throw new Error();
if (NTConfig_KillBloodRaven)
{
print("ÿc1Killing Blood Raven");
NTA_KillBoss(getLocaleString(3111)); //Blood Raven
if (NTConfig_ClearPosition)
NTA_ClearPosition();
NTSI_PickItems();
}
if (NTConfig_CheckSafe)
{
if (!NTTMGR_CheckSafe(2))
throw new Error();
}
print("ÿc8Going to raid the Mausoleum");
NTM_TravelTO(19);
if (!NTA_ClearRooms())
throw new Error();
if (NTConfig_OpenChest)
NTC_OpenAreaChests();
return true;
}
Du musst da was in den Dode einfügen. Schau mal durch den Thread da wurde ein fix für dieses Problem gepostet. Ich habs geändert und bei mir funktioniert das wunderbar.Quote:
hab da noch nen kleines prob und zwar kauft der keine MP pots nur am anfang eines games wenn der dann aber keine mehr hat, dann wartet er einfach bis er genug regeneriert hat bis er wieder angreifen/telen kann.
kann mir da wer helfen?
P.s. hab die configs zum kaufen schon auf 2 raufgesetzt.
Habs mal rausgesucht. Dieser beitrag war es. Und abei gleich mal vielen Dank an Ninjin.Quote:
So wer auch das Problem hat das der CHara keine neuen Mana Pots kaufen tut hier der Fix:
[Only registered and activated users can see links. Click Here To Register...]
Und so siehts in meiner Char Config aus:
Wenn im Belt nur noch 1 Mana Pot oder 1 HP Pot ist kauft er neue Potions ;)Code:// Type of potion used in each belt column // Available types : "hp" = health | "mp" = mana | "rv" = rejuv. Can use other potion types too. // Keep equal types at adjacent columns. First HP then MP and then HP again is a bad choice. // Keep HP and MP at the beginning of the belt (in case you want to use rejuv and other types). // Rejuvenations MUST, I REPEAT MUST be at the end of the belt (last x columns). // To use rejuvenations only, put "rv" in all columns. NTConfig_BeltColType[0] = "hp"; NTConfig_BeltColType[1] = "hp"; NTConfig_BeltColType[2] = "mp"; NTConfig_BeltColType[3] = "mp"; // Minimum amount of potions in each column before needing refilling // If there's less potions then this number in the column we go and shop. // Set to 4 to go shopping as soon as there's a potion missing. // Recommend leaving columns set to "rv" at 0. Since shops won't carry rejuvs. NTConfig_BeltColMin[0] = 2; NTConfig_BeltColMin[1] = 2; NTConfig_BeltColMin[2] = 2; NTConfig_BeltColMin[3] = 2;
hab das ja shcon so eingestellt, bringt aber nichtsQuote:
Du musst da was in den Dode einfügen. Schau mal durch den Thread da wurde ein fix für dieses Problem gepostet. Ich habs geändert und bei mir funktioniert das wunderbar.
Habs mal rausgesucht. Dieser beitrag war es. Und abei gleich mal vielen Dank an Ninjin.
[Only registered and activated users can see links. Click Here To Register...]Quote:
hab das ja shcon so eingestellt, bringt aber nichts
Schau mal hier rein: [Only registered and activated users can see links. Click Here To Register...]Quote:
Weißt wer wie man das Rush Script zumlaufen bekommt? Hab Enable Commands etc. alles an