Search found 4 matches

by crackerzbad
25 Oct 2012, 09:31
Forum: Bug reports
Topic: distance method in Actor::You
Replies: 1
Views: 2654

distance method in Actor::You

It seems like distance method in Actor::You calling Utils::distance
instead of its parent class distance method

simple test: https://gist.github.com/3952601
by crackerzbad
13 Jan 2012, 19:58
Forum: Developers Corner
Topic: XKore 2 needs testers! (All servers)
Replies: 52
Views: 160885

Re: XKore 2 needs testers! (All servers)

it works in idRO server fun n chat after I add this to src/Network/Receive/idRO.pm Index: src/Network/Receive/idRO.pm =================================================================== --- src/Network/Receive/idRO.pm (revision 7927) +++ src/Network/Receive/idRO.pm (working copy) @@ -29,8 +29,14 @@ ...
by crackerzbad
08 Apr 2011, 18:11
Forum: Fixed bugs
Topic: smartEncore bug | SVN r7704
Replies: 4
Views: 4630

Re: smartEncore bug | SVN r7704

DrKN wrote:the *idiot* way to fix yours is turn off your computer.
smartEncore is there in useSelf_Skill option??
probably?
EternalHarvest wrote:It works fine with that patch?
at least it works fine on my char, hehe
by crackerzbad
03 Apr 2011, 15:09
Forum: Fixed bugs
Topic: smartEncore bug | SVN r7704
Replies: 4
Views: 4630

smartEncore bug | SVN r7704

openkore ignore smartEncore option on useSelf_skill block idiot way to fix this? Index: src/AI/CoreLogic.pm =================================================================== --- src/AI/CoreLogic.pm (revision 7704) +++ src/AI/CoreLogic.pm (working copy) @@ -2310,6 +2310,9 @@ $char->{encoreSkill}->g...