petFeeder plugin

Other plugins for extending OpenKore's functionality. This forum is only for posting new plugins and commenting on existing plugins. For support, use the Support forum.

Moderator: Moderators

Message
Author
hell911
Noob
Noob
Posts: 7
Joined: 15 Dec 2008, 06:50
Noob?: No

Re: petFeeder plugin

#31 Post by hell911 »

can anyone tell me where to put the command of "Uzah"

i want to see also the intimacy

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: petFeeder plugin

#32 Post by EternalHarvest »

hell911 wrote:i guess someone need to update the 1st page, bec. the plugin in 1st page have error.

but the script on 2nd page is working..

just copy the script from 2nd page to 1st page.

so no one will have errors, just like me.
I guess someone who uses this plugin should just add it to svn and update it there.

hell911
Noob
Noob
Posts: 7
Joined: 15 Dec 2008, 06:50
Noob?: No

Re: petFeeder plugin

#33 Post by hell911 »

this is weird, my plugin has no errors, and my pet is not dying, BUT, my pet food is not DECREASING, wow? is this supposed to happen?

oh nvm, its working now, just decreased 1 pet food.

but my problem now is i cannot see pet intimacy when typing "pet s"

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: petFeeder plugin

#34 Post by EternalHarvest »

hell911 wrote:but my problem now is i cannot see pet intimacy when typing "pet s"
Not related to the plugin. Is there anything about this in bug reports?

hell911
Noob
Noob
Posts: 7
Joined: 15 Dec 2008, 06:50
Noob?: No

Re: petFeeder plugin

#35 Post by hell911 »

^
idk, nevermind about intimacy problem, i can see the intimacy when the bot feeds the pet.

now i can make my Tikbalang pet loyal, haha, 1 feed = 5 intimacy, this is great.

krisma
Human
Human
Posts: 36
Joined: 05 Mar 2009, 07:47
Noob?: Yes

Re: petFeeder plugin

#36 Post by krisma »

this pl doesnt work for me..i lost 5 tikbalang pets just testing this.
when i start bot petfeeder.pl doesnt show up

mooleh659
Noob
Noob
Posts: 18
Joined: 02 May 2012, 02:51
Noob?: No

Re: petFeeder plugin

#37 Post by mooleh659 »

hell911 wrote:can anyone tell me where to put the command of "Uzah"

i want to see also the intimacy
You should edit openkore/src/commands.pm file.
krisma wrote:this pl doesnt work for me..i lost 5 tikbalang pets just testing this.
when i start bot petfeeder.pl doesnt show up
I just tried it, it works. Make sure you put "petFeeder 1" on your config file, and make sure you use this one.

petevo
Noob
Noob
Posts: 1
Joined: 05 Jan 2013, 00:08
Noob?: Yes

Re: petFeeder plugin

#38 Post by petevo »

Uzah wrote:I believe everything is working except all console commands of this plugin. Just tested and it seems like only the Commands.pl is responding that's why I tweaked Commands.pl instead of petFeeder plugin.

I don't know if this is allowed but I edited Commands.pm from:

Code: Select all

} elsif ($args[0] eq "s" || $args[0] eq "status") {
		message TF("-----------Pet Status-----------\nName: %-23s Accessory: %s\n", $pet{name}, itemNameSimple($pet{accessory})), "list";
Image
to:

Code: Select all

} elsif ($args[0] eq "s" || $args[0] eq "status") {
		message TF("-------------------Pet Status-------------------\n" .
		"Type: %s\n" .
		"Name: %-22s Level: %s\n" .
		"Hunger: %-20s Intimacy: %s\n" .
		"Accessory: %-16s\n" . 
		"------------------------------------------------\n",
		$pet{type}, $pet{name}, $pet{level}, $pet{hungry}, $pet{friendly}, itemNameSimple($pet{accessory})), "info";
Image
So that I can see all pet-related status info.

Just trash my post if this one is prohibited. Thanks.
Thank you sooooooo much for this!! I did tht and now im feeling so bloody relievd coz i can c my pet's status everytime i type pet s!

Post Reply