Search found 1728 matches

by EternalHarvest
18 May 2013, 16:36
Forum: Developers Corner
Topic: The r8580 for src/Actor/You.pm
Replies: 3
Views: 4019

Re: The r8580 for src/Actor/You.pm

This was added to catch autovivification bugs in $char->{equipment}. Tie::ActorHash::STORE('Tie::ActorHash=ARRAY(0x80ab32b88)', 'arrow', 'HASH(0x80adaded0)') called at src/Actor/You.pm line 345 Actor::You::attack('Actor::You=HASH(0x8068148a0)', 'X\x{d4}\x{0}\x{0}') called at src/AI/CoreLogic.pm line...
by EternalHarvest
15 May 2013, 20:43
Forum: Macro Plugin
Topic: Compare subroutine variable at Automacro statement
Replies: 1
Views: 1820

Re: Compare subroutine variable at Automacro statement

Macro variables do not work in automacro conditions. You can use eval condition to get it.
by EternalHarvest
15 May 2013, 20:39
Forum: Other OpenKore support
Topic: Party invite
Replies: 1
Views: 2165

Re: Party invite

Not sure, probably you're allowed to invite. You can test this with making different parties.

This message can be changed to more understandable.
by EternalHarvest
15 May 2013, 20:32
Forum: Bug reports
Topic: Bot crashes when automacro condition checking
Replies: 1
Views: 17195

Re: Bot crashes when automacro condition checking

Looks like $char->{equipment} got corrupted somehow. With r8580, error will be reported immediately on corruption.
by EternalHarvest
15 May 2013, 19:18
Forum: Developers Corner
Topic: About the r8577 for the length of the 082D packet
Replies: 2
Views: 2887

Re: About the r8577 for the length of the 082D packet

Parse (used normally) and reconstruct (used in XKore 2) functions already know that, they do not use this information from serverTypes (they use recvpackets to determine whether there should be length field at start of the packet). Is it needed in any other place? We can keep it in this unpack strin...
by EternalHarvest
15 May 2013, 18:46
Forum: Developers Corner
Topic: r8485 and up: Kore hangs on Character Select on iRO
Replies: 4
Views: 7231

Re: r8485 and up: Kore hangs on Character Select on iRO

This involves a commit for twRO's Character Selection packets, but now, seemingly affects ALL servers, because of something altered in ServerType0.pm that ALL servers use. Now, in twRO, pRO and iRO (where this was initially implemented) there is a mess of different names for packet names and argume...
by EternalHarvest
15 May 2013, 17:27
Forum: Developers Corner
Topic: sendSomething() if $config{XKore} something
Replies: 0
Views: 2099

sendSomething() if $config{XKore} something

Stop this or provide explanation why you need it instead of already widely used:

Code: Select all

sendSomething() unless $net->clientAlive
Note that in XKore 2 client possibly may or may not be connected at any given time. This function deals with that.
by EternalHarvest
15 May 2013, 11:27
Forum: Other OpenKore support
Topic: storageAuto not in lockMap
Replies: 2
Views: 2207

Re: storageAuto not in lockMap

What about saveMap_warpToBuyOrSell?