Search found 12 matches

by PcNy
13 Nov 2013, 00:38
Forum: Developers Corner
Topic: Usage: Packet Extractor v3
Replies: 794
Views: 2101930

Re: Usage: Packet Extractor v3

I got this message: Packet Len map found. Type: RE #2 Working...Can't locate auto/Disassemble/X86/_disasm.al in @INC (@INC contains: C :/Users/x/Desktop/ex/src/deps C:/Users/x/Desktop/ex/src C:/Users/x/Desktop /ex .) at C:/Users/x/Desktop/ex/src/deps/Disassemble/X86.pm line 154 Press ENTER to exit. ...
by PcNy
12 Jun 2013, 12:49
Forum: Bug reports
Topic: Missing portal yuno_fild03 <> yuno_fild06
Replies: 0
Views: 2266

Missing portal yuno_fild03 <> yuno_fild06

According to http://ratemyserver.net/index.php?page= ... uno_fild03, there is a portal to map yuno_fild06.
But in the latest Openkore I got from SVN, it does not recognize this portal.
by PcNy
12 Jun 2013, 11:35
Forum: Macro Plugin
Topic: Problematic IF Statement
Replies: 4
Views: 3012

Re: Problematic IF Statement

My openkore is not of latest version but I have updated Plugins/macro recently. Now the IF statement problem is solved but the $.variable in WHEN statement just does not work again.

Do I need to update my whole openkore folder?

Thanks
by PcNy
12 Jun 2013, 11:02
Forum: Macro Plugin
Topic: Problematic IF Statement
Replies: 4
Views: 3012

Problematic IF Statement

I always got error whenever I try to use IF statement. No matter how simple or complex the condition is, I will get an error. This is an example I took from Macro section in Wiki macro checkZeny { if ($.zeny > 1000) do c I've over 1.000z! else do c I've 1.000z or less... } or macro checkZeny { if ($...
by PcNy
14 Jul 2012, 14:18
Forum: Bug reports
Topic: "Exp gained:" not always appear
Replies: 1
Views: 2843

"Exp gained:" not always appear

Hi I have found a bug (hopefully) that sometimes after I have killed a monster, the console won't print "Exp gained:" message. Let's say I kill 10 monsters but there will be 1-2 times that message won't come up in my console. This makes my macro messed up sometimes because it checks whether the mons...
by PcNy
13 Jul 2012, 07:24
Forum: Private Servers
Topic: UseSelf_Item while performing automacro
Replies: 0
Views: 1774

UseSelf_Item while performing automacro

Hi I have a problem when I want my char to spam white potion/blue potion while my automacro is on action. The problem is whenever automacro is running (in my case, there is a loop that spam skill on a monster), my bot won't use any potion even the conditions are met (hp < 90%). It will spam potions ...
by PcNy
09 Jun 2012, 03:40
Forum: Resolved Questions
Topic: random walk and teleport when no monster
Replies: 1
Views: 7427

random walk and teleport when no monster

I have read the manual (wiki) but I didn't found a way to set my bot to do random walk ( route_randomWalk 1 ) in lock map. And at the same time, teleport (after x seconds) when it does not found any monster to attack. From my understanding, I need to set teleportAuto_search to 1 , teleportAuto_idle ...
by PcNy
07 Jun 2012, 22:29
Forum: Private Servers
Topic: attackLooters and Failed to take item
Replies: 2
Views: 2830

Re: attackLooters and Failed to take item

Daedalus wrote:attacklooters is not really working 100%. It is more like 10% of the time.

Concerning your failed to take item, try the new loot ai, it worked for me.
What loot AI are you using?
Where can I find those loot AI?

Thank you:)
by PcNy
04 Jun 2012, 15:18
Forum: Private Servers
Topic: attackLooters and Failed to take item
Replies: 2
Views: 2830

attackLooters and Failed to take item

Hi I have two questions regarding to config. First question is about the attackLooters. I have set this to 1 . Do I need to specify monsters that loot my items in mon_control? For example, if I set attackLooters to 1 and here is my mon_control: all -1 0 0 Creamy 1 0 0 When I killed a creamy and item...
by PcNy
26 May 2012, 13:11
Forum: Resolved Questions
Topic: smart heal problem
Replies: 4
Views: 3173

Re: smart heal problem

I have solved this problem recently.
It was because I didn't set the charBlockSize in servers.txt and that's why.

Thank you :)