Small Cosmetic change for "Homun s"

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderator: Moderators

Message
Author
PCManiac
Noob
Noob
Posts: 4
Joined: 20 Jun 2008, 10:21
Noob?: No

Small Cosmetic change for "Homun s"

#1 Post by PCManiac »

Hi,
I use OK with my alch to get intimacy with my homun and lots of times happens that i'm in a crowded place were chat and buffs don't let me see wen the bot will be fed again. So i did this little change to the commands.pm:

the original file is named commands_ori.pm and the bot is from revision 6451.

Code: Select all

*** Commands_ori.pm	2008-08-26 13:00:20.321485300 +0100
--- Commands.pm	2008-08-26 12:54:18.089396700 +0100
***************
*** 1808,1821 ****
  		"--------------------------------------------------------\n" .
  		"Atk: \@>>>    Matk:     \@>>>    Hunger:    \@>>>\n" .
  		"Hit: \@>>>    Critical: \@>>>    Intimacy:  \@>>>\n" .
! 		"Def: \@>>>    Mdef:     \@>>>    Accessory: \@>>>\n" .
! 		"Flee:\@>>>    Aspd:     \@>>>\n" .
  		"--------------------------------------------------------"),
  		[$char->{'homunculus'}{'name'}, $hp_string, $sp_string,
  		$char->{'homunculus'}{'level'}, $exp_string, $char->{'homunculus'}{'atk'}, $char->{'homunculus'}{'matk'}, $char->{'homunculus'}{'hunger'},
  		$char->{'homunculus'}{'hit'}, $char->{'homunculus'}{'critical'}, $char->{'homunculus'}{'intimacy'},
! 		$char->{'homunculus'}{'def'}, $char->{'homunculus'}{'mdef'}, $char->{'homunculus'}{'accessory'},
! 		$char->{'homunculus'}{'flee'}, $char->{'homunculus'}{'aspdDisp'}]);
  			
  		message($msg, "info");
  
--- 1808,1821 ----
  		"--------------------------------------------------------\n" .
  		"Atk: \@>>>    Matk:     \@>>>    Hunger:    \@>>>\n" .
  		"Hit: \@>>>    Critical: \@>>>    Intimacy:  \@>>>\n" .
! 		"Def: \@>>>    Mdef:     \@>>>    Next Feed: \@>>>\n".
! 		"Flee:\@>>>    Aspd:     \@>>>    Accessory: \@>>>\n" .
  		"--------------------------------------------------------"),
  		[$char->{'homunculus'}{'name'}, $hp_string, $sp_string,
  		$char->{'homunculus'}{'level'}, $exp_string, $char->{'homunculus'}{'atk'}, $char->{'homunculus'}{'matk'}, $char->{'homunculus'}{'hunger'},
  		$char->{'homunculus'}{'hit'}, $char->{'homunculus'}{'critical'}, $char->{'homunculus'}{'intimacy'},
! 		$char->{'homunculus'}{'def'}, $char->{'homunculus'}{'mdef'}, $char->{homunculus}{hungerThreshold},
! 		$char->{'homunculus'}{'flee'}, $char->{'homunculus'}{'aspdDisp'}, $char->{'homunculus'}{'accessory'}]);
  			
  		message($msg, "info");
  
Hope some one likes this cosmetic change and that gets committed to SVN.

Locked