Search found 1 match

by tongak
12 Aug 2012, 16:10
Forum: Resolved Questions
Topic: Bot doens't recognize monsters
Replies: 48
Views: 130891

Re: Bot doens't recognize monsters

i also play in dreamer ro server and bot recognizes player and monster as npc, and cant recognize npcs i tried to make buff bot so i changed a line in src/network/Receive.pm: # Actor is an NPC $actor = $npcsList->getByID($args->{ID}); if (!defined $actor) { $actor = new Actor::NPC(); $actor->{appear...