Is there a way to automate the tinctures with gamehelper?
Is there a way to automate the tinctures with gamehelper?
I am sad that GameHelper no longer show minimap icons for strongbox, harvest, expedition, blue & red altars, etc. I have no way to see them now since the default game doesn't display them. If the minimap icons could please be brought back like the previous version that would be really awesome.
Last edited by espbywu; 08-03-2024 at 11:43 PM.
I'd like a new setting but idk you like it or no. I wonder if it's possible to do kngsmarsh control without teleporting there?
Last edited by yihami; 08-04-2024 at 03:13 AM.
Where can I find any documentation how to write my own preload stuff? I can't find (and I was searching for a bit) anything about it and nobody seems to share their stuff
Sorry if the question has been asked, but can it read the nameless seer?
i think its not possible
I see, sorry for asking so many questions, i want to fully understand the requirement over here.
so u can do this today.
basically go to preload alert setting window.
type "Metadata/Terrain/Leagues/Settlers/Objects/VerisiumBossSubAreaTransition" in path
type "Starfall" in Display name and press the add button
am I missing something over here? what more are you looking for?
> Sometimes the path of the object are the same for multiple objects, only differs the attributes.
this is never true, please show me example, in the screenshot example u shared, i see 2 paths for 2 different `_renderName`.
https://www.ownedcore.com/forums/att...reenshot_1-png
path = Metadata/Terrain/Leagues/Settlers/..../Veri...
https://www.ownedcore.com/forums/att...reenshot_3-png
path = Metadata/Terrain/Leagues/Lake/..../Crafting...
Last edited by GameHelper; 08-04-2024 at 06:12 PM.
If I did not reply to you, it mean the question you are asking is stupid.
I've been tiring my mind since the morning. I opened the Preload Alerts page and I keep trying. Do you think there is a way to track Nameless Seer while at the beginning of the map? I don't want the answer from you. I'll try to find it myself. I just wanted to know if this is possible.
For example all the labyrinth trials have the same path:
Screenshot_5.png
But we can distinguish it by the render name:
Screenshot_7.png
It is just one of the things, we can also see in the attributes if the object is hide or not, like on nameless seer for example.
If it met the criteria, it shows on the preload alerts.
It's just about having access to attributes in the preload alert. In this way we can figure out why any of the objects we are trying to fetch is not working in general.
For exemple. Nameless seer path is always loaded in everymap, even the ones where he isnt there. What differs the object that is not on the instance and the one that is on the instance. Probably an attribute like. Is_hide = True. Something like that. So I am asking to have access to the attributes of the objects and not only to the path.
Using the Trial as example, we could add like. "Metadata/QuestObjects/Labyrinth/LabyrinthTrialPortal._renderName = 'Lingering Pain'"
Attributes can help when a path only is not enough to target the object.
First of all, attributes are not available when you enter the map ( I.e. when maps are loaded ). They are only available when the entity actually spawns. This mean you wouldn’t know if nameless seer is on your map or not until you see it ( it spawns ). So basically useless for preload alert ( or any ) plug-in.
Also, you can already add nameless seer into your special NPC list and it will show a big ass icon on it once it’s spawn and you are near it…
Second of all, who does lab trial in the game? What’s the purpose? Does it really matter which trial you do? You just need the offering from first trial and that’s all.
Last edited by GameHelper; 08-04-2024 at 11:24 PM.
If I did not reply to you, it mean the question you are asking is stupid.
Can you automatically display the expected locations of waypoints and map portals? Waypoints are generated in designated spots on each map, and it’s really inconvenient to have to search for them every time I level up a new character.
Hello this is probably a looooooooong shot but any chance for a linux version of this?