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

Interaction with DoodadObject

Status
Not open for further replies.

Iso

Member
Joined
Sep 30, 2014
Messages
323
Reaction score
5
Code:
DoodadObject newObject = getNearestDoodad("objectName");
UseDoodadSkill("Long Skill Description, sometimes even two lines description", newObject , true, 0);

So I have this quest taken when you need to interact with object and report back. Problem is I cant make interaction done with AB for some objects :(
I checked so far that newObject contains proper object. But UseDoodadSkill does nothing. Plus sometimes skill desc is two lines, how do I put it into method then?

Help please
 
I checked so far that newObject contains proper object. But UseDoodadSkill does nothing. Plus sometimes skill desc is two lines, how do I put it into method then?
You should use skill IDs. Or find this skill in the DoodadObject.getUseSkills()
 
Right! Thanks. Just found it out in watering archeum tree topic.
 
Status
Not open for further replies.
Back
Top