ok leute ich hab n problem und komm echt nich dahinter woran es liegt^^
ich habe eben n bisschen mit dem autoMule rumgespielt. das lief alles ganz gut, ohne fehler alles gemulet usw.
jetzt wollte ich das AutoMule aber wieder abschalten^^ allerdings krieg ich das nich hin :D
die textstellen sehen so aus:
Code:
//------------------------------------------------------------------------------
// Automule Configuration
//------------------------------------------------------------------------------
// Set to true to enable auto mule.
MWConfig_Automule.Activated = false;
// The maximum stash load in percent before auto mule is triggered.
MWConfig_Automule.MaxLoad = 95;
// Set to true to show your stash's current load whenever managing stash.
MWConfig_Automule.ShowCurrentLoad = true;
// Set to true to finish your current game before muling, otherwise the game is left right away in case your stash is full.
MWConfig_Automule.FinishGame = true;
// Define which items are not to be touched when muling.
MWConfig_Automule.DontMule.push("mule/dont_mule.nip");
MWConfig_Automule.DontMule.push("mule/gems.nip");
Code:
//------------------------------------------------------------------------------
// General Configuration
//------------------------------------------------------------------------------
// Set to false will disable auto mule for all chars. Note that you have to set both this variable and MWConfig_Automule.Activated (in you char config) to true in order to enable auto mule for a char.
MWConfig_Automule.Enabled = false;
die automule datei habe ich komplett ersetzt mit dem original. also sieht eigendlich alles wieder so aus wie von anfang an^^
trotzdem kriege ich folgenden fehler im d2nt manager:
[AM] No mule data available!
-.-
hab den manager auch schon neu gestartet etc..
edit
ist auch nur bei dem char so, bei dem ich das automule mal an hatte. die anderen gehen wie immer
edit
hab jetzt im ordner scripts\Data die account-zugehörigen dateien gelöscht, jetzt gehts wieder. was hat es mit diesen dateien auf sich? kann man die einfach löschen? die .mstat wird offensichtlich bei jedem start neu erstellt/aktualisiert.