Help with my plugins

Hi to all, i hope all stay good!
Iam trying to do a Auto Trader plugin, i can move the character with move_to() function, but have any example of implementation to talk with npc and buy or sell the itens or select npc and teleport ? In the Bot we have the commands oldtrade,spawn, oldtrade,buy or teleport,Harbor Manager Gale,Pirate Morgun … how can i do the same thing with the phbot plugin with py ?! Thx to all

You can check out xcontrol or a few others for the teleport functions. Similar methods can be used to buy goods from the NPC. Any time your dealing with packets make sure you read it first with xPackettool.

If you don’t have an understanding of packets it’s not going to be something you can just easily do.

1 Like