Page 4 of 4

Re: petFeeder plugin

Posted: 08 Jul 2012, 09:09
by hell911
can anyone tell me where to put the command of "Uzah"

i want to see also the intimacy

Re: petFeeder plugin

Posted: 08 Jul 2012, 09:22
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.

Re: petFeeder plugin

Posted: 08 Jul 2012, 09:35
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"

Re: petFeeder plugin

Posted: 08 Jul 2012, 10:03
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?

Re: petFeeder plugin

Posted: 08 Jul 2012, 10:14
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.

Re: petFeeder plugin

Posted: 03 Aug 2012, 05:18
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

Re: petFeeder plugin

Posted: 30 Aug 2012, 17:00
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.

Re: petFeeder plugin

Posted: 11 Jan 2013, 02:10
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!