Jump to content

[Tol-Barad]Magnets, how do they works ?


arkhan

Recommended Posts

Hello, i try to create a quest profile for Tol-Barad (ally side)

I'ved encounter an issue with this quest (Magnets, how do they works?).

I need to use an item onto a hotspot and after that gather an item.

But it seems impossible to do the both, only one type of quest. (only UseItemOn or Gather).

If i create an UseItemOn quest type,the bot use only the QuestObject. If i create a Gather quest type,  the bot only want to gather but don't use the item.

How can i do the both ?

Link to comment
Share on other sites

Hello, use quest type  UseItemOn, but before pulse this step add step type runcode with c# code;

wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(123456);

(replace 123456 by the entry id of gameobject at havest)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...