What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Goblin vault plugin (im not the creator)

Nice work on the plugin. I've been working on one for a couple of weeks.

For the destructibles, I named my plugin so that it would be loaded after Trinity, so I can manipulate Trinity settings without reflection.
When I enter the Realm I'm using this:

Code:
Trinity.Trinity.Settings.WorldObject.DestructibleOption=DestructibleIgnoreOption.DestroyAll;

After the run is complete, I set it back:

Code:
Trinity.Trinity.Settings.WorldObject.DestructibleOption=DestructibleIgnoreOption.OnlyIfStuck

It destroys all the realm objects in the few times I've been there.
 
just had a portal spawn and the plugin would not enter the portal, i then manually entered it manouvered its way thru , but then ran away from the chest not sure why
 
Nice work on the plugin. I've been working on one for a couple of weeks.

For the destructibles, I named my plugin so that it would be loaded after Trinity, so I can manipulate Trinity settings without reflection.
When I enter the Realm I'm using this:

Code:
Trinity.Trinity.Settings.WorldObject.DestructibleOption=DestructibleIgnoreOption.DestroyAll;

After the run is complete, I set it back:

Code:
Trinity.Trinity.Settings.WorldObject.DestructibleOption=DestructibleIgnoreOption.OnlyIfStuck

It destroys all the realm objects in the few times I've been there.


I did think of that, but couldn't think of a name XD

Gonna try a beta version which I called VaultRunner based on your advice :P
 
Demonbuddy didnt show it to me in the Tab "Plugins" =/
cant activate anything....
what could i do wrong? o.O
 
To test prevention of the Trinity unstucker firing and navigating around the chest add these. These changes should be probably be add to the repo.
I've only tested it once (can't get as many vaults compared to pre-patch), but it did work.

In Configuration/DataDictionary.cs:
Code:
    833             355898, // x1_Bog_Family_Guard_Tower_Stump
    834             403683, // p1_Greed_deathChest_Multiclick

    847             {355898, 12}, // x1_Bog_Family_Guard_Tower_Stump
    848             {403683, 17}, // p1_Greed_deathChest_Multiclick
 
I can't get the script to show up on my plugin to enable it. Please advise. Thank you

Fixed, had duplicate demonbuddy folders.
 
Last edited:
Back
Top