Skip to content

Bots not looting quest items #6

@ghost

Description

summoned bots will not loot quest items, be it from world objects or creatures.

Test method: create new characters, run through starting quests until quest gained with loot requirement. bot will not pick up loot.

Quests used:
Galgar's Cactus Apple Surprise
-details:
--Bring Galgar 10 Cactus Apples
-how to get quest items:
--loot cactus apple game object to recieve apple.
-behaviour
--bot will stay at the Cactus Apple Game Object (assumed trying to loot Object)

Server details:
the following message repeats as the bot tries to loot the Game Object:

Sending SMSG_SPELL_START id=22810
WORLD: Received opcode CMSG_GAMEOBJ_USE guid: Gameobject (Entry: 171938 Guid: 2666)
Sending SMSG_SPELL_GO id=22810
Spell 22810 Effect0 : 33 Targets: -, -, Gameobject (Entry: 171938 Guid: 12666)
Sending loot to Player Bot (Guid: 13)> itemid(11583) in slot (0)!
[PlayerbotAI]: CastSpell - Bot movement reset for casting Opening - No Text (22810)
WORLD: got cast spell packet, spellId - 22810, cast_count: 0 data length = 17"

Sting of the Sorpid
-details
--Get 10 Scorpid Worker Tails for Gornek in the Den
--item Scorpid Worker Tail id: 4862
-how to get quest items:
--kill at loot scorpid workers
-behaviour:
--bot will recieve non quest items as loot, but will recieve non-quest items

Server details:
the following message(and variations, all including item id 4862) repeats as the bot tries to loot the creature:

WORLD: CMSG_LOOT
Item not visible for Player Bot (Guid: 16)> itemid(4862) in slot (0)!
Item not visible for Player Bot (Guid: 16)> itemid(7099) in slot (1)!
Item not visible for Player Bot (Guid: 16)> itemid(7100) in slot (2)!

and ends with

[PlayerbotAI]: DoLoot attempts failed on [Scorpid Worker] "

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions