Search found 203 matches

by iMikeLance
06 Aug 2014, 16:37
Forum: Private Servers
Topic: XKore 2, Character - map is unknow area
Replies: 11
Views: 7435

Re: XKore 2, Character - map is unknow area

It could be that the xkore2 server is constructing a wrong packet for characters. When fixing XKore2 for bRO i implemented it's different characters packet structure and kept the one that was already there. As for the popup dialog box, just remove that LGP plugin, seems like it's a russian version o...
by iMikeLance
22 Jun 2014, 03:03
Forum: bRO
Topic: Erro em servidor dedicado
Replies: 1
Views: 5265

Re: Erro em servidor dedicado

IPs internacionais não funcionam no bRO.
by iMikeLance
03 Jun 2014, 23:06
Forum: Bug reports
Topic: TeleportAuto useSkill is bugged
Replies: 2
Views: 3279

Re: TeleportAuto useSkill is bugged

Did you check this:
  • If you set Kore to use items or Teleport skill and Kore doesn't have it, it will use the skill if it doesn't have items and use items if it doesn't have the skill.
??
by iMikeLance
17 Mar 2014, 08:52
Forum: Fixed bugs
Topic: r8845 bus-server.pl spawned THOUSANDS of times.
Replies: 3
Views: 10170

Re: r8845 bus-server.pl spawned THOUSANDS of times.

Revision: 8850
Author: marcelofoxes
Date: segunda-feira, 17 de março de 2014 09:45:44
Message:
http://forums.openkore.com/viewtopic.php?f=56&t=182569 fix
----
Modified : /openkore/trunk/src/Bus/bus-server.pl

Sorry for that! Should work fine now.
by iMikeLance
11 Mar 2014, 18:44
Forum: iRO
Topic: Xkore Issue
Replies: 6
Views: 3894

Re: Xkore Issue

Isn't XKore 2 a better option?
by iMikeLance
01 Mar 2014, 12:10
Forum: Developers Corner
Topic: About the r8844 !!
Replies: 6
Views: 5215

Re: About the r8844 !!

But we shouldn't be forced to set autoTalkCont to 1 only to use that feature. It's also a pending feature: http://wiki.openkore.com/index.php/NPC_conversation_codes#TODO What i'm trying to do is make "c" an extremely optional parameter. That way, if someone puts a portal entry without "c" parameters...
by iMikeLance
28 Feb 2014, 15:43
Forum: Developers Corner
Topic: New portals.txt format
Replies: 2
Views: 11128

Re: New portals.txt format

Well, now that airship routing if fully working I need a way to fix some other cases: * DONE: routing from ra_fild12 -> airship. There's a portal that makes that route, but it's different. It has a talksequence, but it's also a portal. You have to step into it, then the talksequence begins. Kore nee...
by iMikeLance
28 Feb 2014, 14:27
Forum: Developers Corner
Topic: About r8154 (npc_sell_list) commit
Replies: 6
Views: 5662

Re: About r8154 (npc_sell_list) commit

In the r8839 !! The "unsellable" seems redundant !! Actually, every map changing, the inventory will be reset, and the "unsellable" of items will be erased !! So, the "$item->{unsellable}" always is "false" in ai_sellAutoCheck of AI.pm ! An othe wrod, the code lines: foreach my $item (@{$char->inve...
by iMikeLance
28 Feb 2014, 14:14
Forum: Developers Corner
Topic: About the r8844 !!
Replies: 6
Views: 5215

Re: About the r8844 !!

With r8844 you can use talknpc sequences without autoTalkCont and without "c" parameters. It becomes a lot less tedious to write macros. "c" parameter is still allowed, but I don't find it necessary anymore. With this patch you can write "talknpc x y r0 r1 r0" instead of "talknpc x y c c c c c c c c...
by iMikeLance
26 Feb 2014, 21:15
Forum: Developers Corner
Topic: New portals.txt format
Replies: 2
Views: 11128

New portals.txt format

EDIT: Changed to a cleaner and shorter code, also keeping compatibility with automatic portals recording: Link: http://hastebin.com/rurewowuce.hs I was able to implement 100% airship routing. Sample: prt_maze01 74 12 prt_maze01 139 45 prt_maze01 85 174 prt_maze01 74 12 prt_maze01 85 56 prt_maze01 23...