Quote:
RunUO SVN 151 don't work with latest client version. It don't let me logon with the new client. But Iris need the last version files. That's my conflict.
When you speak about runuo svn 151 you mean runuo 2. Because the runuo team only has runuo2 on svn (in this case rev. 151).
Iris2 don't really need "the newest uo files (patches)". You can configure Iris2 like you want and like your UO version is setup.
The only reason why we always say "please update to the newest version (patches)" is, that it's easier to talk about the same version, rather than 1000 Patches.
The only thing you have to consider is, that iris2 is setup (in config.lua.dist) for the map1.mul file, which osi introduced with thier 2D Client patch 6.0.0.
If you wanna have compatibility for pre 6.x.x UO, you have to change the map and static files for map1 back to map0 and statics0.
http://zwischenwelt.org/trac/iris/brows ... g.lua.dist
Code:
407 gDefaultMaps[1] = {
408 name = "Trammel",
409 mapwidth = 896,
410 mapheight = 512,
411 skybox = "cleansky",
412 fog_r = 228,
413 fog_g = 208,
414 fog_b = 166,
415 mapfilename = "map1.mul",
416 staidxfilename = "staidx1.mul",
417 staticfilename = "statics1.mul"
418
419 -- only relevant for pre 6.0.0 server
420 -- ,sta_diff_lookup= "stadifl1.mul",
421 -- sta_diff_idx = "stadifi1.mul",
422 -- sta_diff_data = "stadif1.mul",
423 -- map_diff_lookup = "mapdifl1.mul",
424 -- map_diff_data = "mapdif1.mul"
425 }