MyPet Pickup skill issue
Sikatsu opened this issue ยท 10 comments
If your MyPet picks up money, it will be a golden nugget and the money will not be transferred to your balance. Causing the money drops to be useless if you use a MyPet.
I get an error
"Wolf doesn't know the skill Pickup" what I do? Im not that good with MyPet :-|
Make sure to use like /petadmin exp 1000
So that he becomes the max level and then it should work I believe. You need to unlock the skill based on your level.
I got it I had to do
/petadmin skilltree rocologo Farm
Now I can make the pet pickup items. I have never used that before :-) I have to do some testing now, and check what is possible. I will need some MyPetEvents to catch to change the behaior...
I have news :-)
The MyPet Developer @xXKeyleXx has made a new MyPetPickupItemEvent for me which I can use to fulfill this request.
Next release V5.3.8 will integrate better to MyPet, and pickup BagOfGold and add the money directly to your balance.
You will need to install Mypet V2.3.3 SNAPSHOT 1201 or newer to use this feature.
I assume this also works without the use of BagOfGold? For example currently the money directly goes into your balance. Also when the pet kills the mob?
Yes, It should work with
- DropMoneyOnGroun=false
- DropMoneyOnGrounp=true, DropMoneyUseAsCurrency=false
- DropMoneyOnGround=true, DropmoneyUseAsCurrency=true
- DropMoneyOnGround=true, DropmoneyUseAsCurrency=true + BagOfGOld plugin
I have mostly tested 2) because think this was what you wanted? and 4) because this is what I use myself. But I have also tried 1)+3) :-)
For 3)+4) the Bag is picked up in the MyPet inventory and handled as an item with a value. Like I think it should.