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

UseObject - Problems

tubajedimr

New Member
Joined
Apr 6, 2010
Messages
441
Reaction score
24
Hey guys.

I really tried to do this on my own. For like the past hour I've been fiddling with it.

Basically I have a quest that requires me to use an object:
Grol'dom Net - Item - World of Warcraft

And here's the scripting I'm using (attached) and I'm not sure why on earth it doesnt work.

What happens is it just keeps attempting to turn in the quest.

Also I seem to have problems with overrides working. Perhaps I'm not putting them in the correct place. I'm uncertain. Any help is greatly appreciated.

Also While Im a it, is there a way to tell the bot to only do what it's asked to do instead of running around killing everything? Kill Between Hotspots is off.
 

Attachments

You could try using UseItemOn

here's an example #1434743 - Pastie
that's for this quest: Hair of the Dog - Quest - World of Warcraft

Here's all the attributes you can use with it.

/// QuestId: The id of the quest.
/// MobId: The id of the object.
/// ItemId: The id of the item to use.
/// NumOfTimes: Number of times to use said item.
/// [Optional]WaitTime: Time to wait after using an item. DefaultValue: 1500 ms
/// [Optional]CollectionDistance: The distance it will use to collect objects. DefaultValue:100 yards
/// ObjectType: the type of object to interact with, expected value: Npc/Gameobject
/// X,Y,Z: The general location where theese objects can be found
 
Okay so here's where it stands. I can get it to use the object. I can get it to "TalktoAndListen" (at least in the log). But Everytime it approaches the NPC required to throw the net on, it attacks it, instead of throwing the net. Also, yet still, the overrides aren't working.
 
Back
Top