Pysk Posted March 13, 2018 Share Posted March 13, 2018 Guten Tag zusammen. Kann man die nobranch mapflag erweitern? Ich habe einen Custom Branch gemacht. Dieser greift auf eine mob_boss2.txt zurück und ruft ein Monster. Eben wie der Dead Branch. Mein Problem ist, das er auch da funktioniert wie die mapflag nobranch läuft. Der Normale DB und auch der BB klappen auf diesen Maps nicht. Daher wollte ich die mapflag um meinen Branch erweitern. Ich könnte zwar auch alle Maps wo er nicht gehen soll als restricted in zone x setzen, aber das wäre doch recht umständlich, da der Branch nur auf 5 Maps klappen soll. Quote Link to comment Share on other sites More sharing options...
Kinx Posted March 13, 2018 Share Posted March 13, 2018 hmn also spontan fällt es mir nicht ein, allerdings könntest du in deinen Custom Branch einfach eine if mapflag nobranch einbauen Quote Link to comment Share on other sites More sharing options...
Normynator Posted March 13, 2018 Share Posted March 13, 2018 /db/pre-re/item_flag.txt musst du dein Item hinzufügen. Auszug aus den Docs: // Flagged Items // <ItemID>,<Flag> // // <Flag>: // 1 - As Dead Branch item (will be logged at `branchlog` table and cannot be used at 'nobranch' mapflag) 1 1 Quote Link to comment Share on other sites More sharing options...
Pysk Posted March 13, 2018 Author Share Posted March 13, 2018 Ja, das sieht gut aus. Das teste ich morgen mal. Quote Link to comment Share on other sites More sharing options...