PDA

View Full Version : MKHRebirth Juno Emoticons.. HELP pls


wakekek
28th December 2004, 21:36
Hello guys... anyone here knows how to edit or any add-ons to modify to its new Juno Patch emoticons ( /e1, e10 etc. ) in MOdkore Hybrid- Rebirth?

Thankz guys!

don
28th December 2004, 22:02
botfolder/inc/miscFunctions.pl


edit this part:


} elsif ($switch eq "e") {
my ($arg1) = $input =~ /^[\s\S]*? (\d+)/;
if ($arg1 eq "" || $arg1 > 33 || $arg1 < 0) {
print "Syntax Error in function 'e' (Emotion)\n"
,"Usage: e <emotion # (0-33)>\n";
} else {
sendEmotion(\$remote_socket, $arg1);
}



also edit emotions.txt in the tables folder.

wakekek
29th December 2004, 13:39
thanks, man!

Mabalos! :knockedou