Search found 105 matches

by help_us
29 Dec 2009, 12:45
Forum: Fixed bugs
Topic: r7025 | Can't call method "isOffMap"
Replies: 4
Views: 6056

r7025 | Can't call method "isOffMap"

OpenKore version what-will-become-2.1 (SVN Version) @ai_seq = follow Network state = 5 Network handler = Network::XKore SVN revision: 7025 No loaded plugins. Error message: Can't call method "isOffMap" on an undefined value at src/Network/Receive/ServerType0.pm line 909. Stack trace: Can't call met...
by help_us
11 Dec 2009, 12:21
Forum: Fixed bugs
Topic: pm BUG, unable to receive ppl pm message
Replies: 44
Views: 28027

Re: [Solved]pm BUG, unable to receive ppl pm message

yeah private_message_sent packet also need to change because i receive empty msg from bot too..
by help_us
08 Dec 2009, 17:38
Forum: Fixed bugs
Topic: r6885 | 'party request' doesn't work for remote party invite
Replies: 10
Views: 11303

Re: r6885 | 'party request' doesn't work for remote party invite

Your Coordinates: 295, 116 Other players are not allowed to view your Equipment. Packet Parser: Unknown switch: 02E7 party create abcForever123 You joined party 'abcForever123' party request Damage Damage joined your party 'abcForever123' Damage accepted your request Error setting party option part...
by help_us
08 Dec 2009, 17:34
Forum: Fixed bugs
Topic: Undefined subroutine & Network
Replies: 8
Views: 6860

Re: Undefined subroutine & Network

tested and work fine with if i leave my loginPinCode blank (before got error if leave it blank)
why still didnt commit it?
by help_us
29 Nov 2009, 07:05
Forum: Fixed bugs
Topic: tankMode on Homunculus (and Mercenary?) | SVN
Replies: 12
Views: 15702

Re: tankMode on Homunculus (and Mercenary?) | SVN

need to change something on coreLogic.pm my $foundTankee; if ($config{'tankMode'}) { foreach (@playersID) { next if (!$_); if ($config{'tankModeTarget'} eq $players{$_}{'name'}) { $foundTankee = 1; last; } } } waiting to developer to make some change note : i try to merge from something on sub proce...
by help_us
14 Nov 2009, 13:14
Forum: Fixed bugs
Topic: r6957 | console spamming "deal cancelled"
Replies: 3
Views: 3904

r6957 | console spamming "deal cancelled"

HelpUs (level 71) Requests a Deal Type 'deal' to start dealing, or 'deal no' to deny the deal. Deal Cancelled Deal Cancelled Deal Cancelled Deal Cancelled Deal Cancelled Deal Cancelled Deal Cancelled Deal Cancelled Deal Cancelled Deal Cancelled Deal Cancelled Deal Cancelled Deal Cancelled Deal Canc...
by help_us
22 Oct 2009, 06:04
Forum: Discussion
Topic: [Survey] Which version of OpenKore are you using?
Replies: 10
Views: 7961

Re: [Survey] Which version of OpenKore are you using?

always latest SVN version, same reason like Mushroom.
and also, TortoiseSVN more faster than auto-updater.
by help_us
13 Oct 2009, 06:09
Forum: Fixed bugs
Topic: r6918 | party show picker
Replies: 3
Views: 3482

r6918 | party show picker

OpenKore version what-will-become-2.1 (SVN Version) @ai_seq = take items_take follow Network state = 5 Network handler = Network::DirectConnection SVN revision: 6918 No loaded plugins. Error message: Can't call method "name" on unblessed reference at src/Network/Receive/ServerType0.pm line 7151. St...
by help_us
03 Oct 2009, 01:49
Forum: Developers Corner
Topic: Autopsy plugin integration.
Replies: 9
Views: 10337

Re: Autopsy plugin integration.

use tortoiseSVN commit that patch manually
by help_us
17 Sep 2009, 02:24
Forum: Developers Corner
Topic: Minor patch for chatroom chat
Replies: 3
Views: 5490

Re: Minor patch for chatroom chat

Index: Globals.pm =================================================================== --- Globals.pm (revision 6906) +++ Globals.pm (working copy) @@ -31,7 +31,7 @@ state => [qw($accountID $cardMergeIndex @cardMergeItemsID $charID @chars @chars_old %cart @friendsID %friends %incomingFriend %field $...