Izlude Update prevents openkore from moving

International

Moderator: Moderators

jet2k0
Noob
Noob
Posts: 2
Joined: 05 Sep 2013, 14:27
Noob?: No

Izlude Update prevents openkore from moving

#1 Post by jet2k0 »

When my character is on the Izlude map, they can't move at all. The cause is an updated map from the game. How can this be fixed? Thanks!
xlr82xs
Developers
Developers
Posts: 51
Joined: 04 Sep 2013, 19:54
Noob?: No

Re: Izlude Update prevents openkore from moving

#2 Post by xlr82xs »

The map has changed somewhat, you need to update your fields. You will also need to update portals.txt to reflect the new npc locations.

I assume you're looking for

Code: Select all

izlude 201 181 alberta 188 169 500 c r1
izlude 201 181 izlu2dun 107 50 150 c r0
which needs to become

Code: Select all

izlude 197 205 alberta 188 169 500 c r1
izlude 197 205 izlu2dun 107 50 150 c r0
Here is a just extracted/compiled field pack from iRO.
http://blog.skipfault.com/wp-content/up ... fields.zip
jet2k0
Noob
Noob
Posts: 2
Joined: 05 Sep 2013, 14:27
Noob?: No

Re: Izlude Update prevents openkore from moving

#3 Post by jet2k0 »

Thanks for the reply. The fields fixed one problem. Is there any way to find where the new portals are on the map besides manually doing it? The portals are different than the original ones.
xlr82xs
Developers
Developers
Posts: 51
Joined: 04 Sep 2013, 19:54
Noob?: No

Re: Izlude Update prevents openkore from moving

#4 Post by xlr82xs »

I seem to remember there being some auto explore code for mapping new portals, but I don't seem to be able to find it any more.

What you will have to do (if you have a windows computer with the client installed) is take out all the izlude entries in portals.txt and then manually walk through the portals you need using xkore. That will do regular portals, but unfortunately NPCs will need to be manually updates/created in portals.txt

I will do it on Monday when I get access to a windows computer, but what else is there in izlude except getting to Alberta or iz2dun ?
asdf123
Noob
Noob
Posts: 4
Joined: 07 Sep 2013, 13:04
Noob?: No

Re: Izlude Update prevents openkore from moving

#5 Post by asdf123 »

I think it's because Izlude is like the new start map for new players. There is like an academy there where you change all 1st jobs. I just saved at pront and went back to izlude when needed.
Maseo84
Noob
Noob
Posts: 17
Joined: 14 Jun 2009, 07:06
Noob?: No

Re: Izlude Update prevents openkore from moving

#6 Post by Maseo84 »

xlr82xs wrote:I seem to remember there being some auto explore code for mapping new portals, but I don't seem to be able to find it any more.
It is in the new config.txt [8681]

portalCompile [-1|0|1]

Value Description
0 Check for new portals, ask user whether compile if any found (old behavior).
1 Check for new portals, auto compile if any found.
-1 Disable check. Do not compile portals.
Hello World!
xlr82xs
Developers
Developers
Posts: 51
Joined: 04 Sep 2013, 19:54
Noob?: No

Re: Izlude Update prevents openkore from moving

#7 Post by xlr82xs »

Maseo84 wrote:
xlr82xs wrote:I seem to remember there being some auto explore code for mapping new portals, but I don't seem to be able to find it any more.
It is in the new config.txt [8681]

portalCompile [-1|0|1]

Value Description
0 Check for new portals, ask user whether compile if any found (old behavior).
1 Check for new portals, auto compile if any found.
-1 Disable check. Do not compile portals.

This is not what I was talking about. This just compiles portals.txt into portalsLOS.txt

I was remembering a module (as VLC was calling them at the time) that would random walk over a series of maps looking for and recording portals. And going through them to see where they went.