Search found 7 matches

by Shaghrat
15 Dec 2017, 13:43
Forum: Other OpenKore support
Topic: Big problem with Fly Wings.
Replies: 12
Views: 8477

Re: Big problem with Fly Wings.

Can i copy my config and server files for don't have to compile them again, or i have to recompile?
by Shaghrat
15 Dec 2017, 09:58
Forum: Other OpenKore support
Topic: Big problem with Fly Wings.
Replies: 12
Views: 8477

Re: Big problem with Fly Wings.

Found the problem. if i press I in the kore, he say that inventory is empty, even if i have items in inventory. How i can resolve? P.s. The servertype is correct, fRO. game all in french and if i put any other servertype kore will note login. SOLVED!!! Downloaded recvpackets.txt of my server, even i...
by Shaghrat
14 Dec 2017, 15:10
Forum: Other OpenKore support
Topic: Big problem with Fly Wings.
Replies: 12
Views: 8477

Re: Big problem with Fly Wings.

Obviously yes. now i have 107 fly wing and nothing, he doesn't use them.
by Shaghrat
13 Dec 2017, 16:50
Forum: Other OpenKore support
Topic: Big problem with Fly Wings.
Replies: 12
Views: 8477

Re: Big problem with Fly Wings.

Yes, tried. And even to remove from misc

Code: Select all

(!$config{teleportAuto_item1}
tried without it and with

Code: Select all

$item = $char->inventory->getByName(Fly Wing)
by Shaghrat
13 Dec 2017, 16:08
Forum: Other OpenKore support
Topic: Big problem with Fly Wings.
Replies: 12
Views: 8477

Re: Big problem with Fly Wings.

Yes, the one with something already setted, and after i've changed almost all, always following the manual. ALL works, except for that damned fly wing. Checked the name, it's exact and the nameID is always 601. i've seen everywhere, already done all this basical things, the problem must be different.
by Shaghrat
13 Dec 2017, 11:44
Forum: Other OpenKore support
Topic: Big problem with Fly Wings.
Replies: 12
Views: 8477

Re: Big problem with Fly Wings.

Server fRO.

Downloaded the openkore ready.
by Shaghrat
13 Dec 2017, 07:38
Forum: Other OpenKore support
Topic: Big problem with Fly Wings.
Replies: 12
Views: 8477

Big problem with Fly Wings.

Lastest version of openkore, donwloaded less that 48 hours ago. All configured, all works, only get a problem with fly wings. First i copy my settings Misc: my $item; if ($use_lvl == 1) { #Fly Wing if (!$config{teleportAuto_item1}) { $item = $char->inventory->getByNameID(601); unless ($item) { $item...