Jump to content
Pysk

nobranch mapflag erweitern

Recommended Posts

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. 

Link to comment
Share on other sites

hmn also spontan fällt es mir nicht ein, allerdings könntest du in deinen Custom Branch einfach eine  if mapflag nobranch einbauen

Link to comment
Share on other sites

/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)

  • Upvote 1
  • MVP 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.