Search found 3 matches

by philounet
03 Jun 2013, 08:27
Forum: Fixed bugs
Topic: Attempt to STORE non Actor reference to the hash of actors
Replies: 11
Views: 15138

Re: Attempt to STORE non Actor reference to the hash of actors

At that point I can't bot with those lines ;)

But I understand doing this is not a good thing ...
by philounet
03 Jun 2013, 06:50
Forum: Fixed bugs
Topic: Attempt to STORE non Actor reference to the hash of actors
Replies: 11
Views: 15138

Re: Attempt to STORE non Actor reference to the hash of actors

Hum ...

All seems to be fine if I comment theses lines in src/Actor/You.pm (78-79) :

Code: Select all

	require Utils::ActorHashTie;
	tie %{$self->{equipment}}, 'Tie::ActorHash';
These lines were added in rev 8580 (05/16/13).
by philounet
03 Jun 2013, 05:35
Forum: Fixed bugs
Topic: Attempt to STORE non Actor reference to the hash of actors
Replies: 11
Views: 15138

Re: Attempt to STORE non Actor reference to the hash of actors

I'm using : attackEquip_leftHand Shield attackEquip_rightHand Flamberge And, same thing, openkore is crashing ! I'm using this when doing a physical attack because got this for skill : attackSkillSlot Pierce { lvl 10 dist 1.5 sp > 10% inLockOnly 1 notInTown 1 equip_rightHand Lance } After the skill ...