Resource ORE & new realms

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 096.
Note: Core 096 is no longer officially supported.

Moderator: POL Developer

Post Reply
BELL
Journeyman Poster
Posts: 68
Joined: Tue Apr 22, 2008 6:09 am

Resource ORE & new realms

Post by BELL »

in tokuno, malas & ilshenar GetHarvestDifficulty( resource, x, y, tiletype, realm := _DEFAULT_REALM ) returns only "No resource-bearing landmark there"
what im do fix it?
Pierce
Forum Regular
Posts: 420
Joined: Thu Feb 02, 2006 8:33 am

Re: Resource ORE & new realms

Post by Pierce »

Put some ore there :D
That has to be done inside the ore.cfg in the regions folder, e.g.

Code: Select all

Region  myregionname
{
    UnitsPerArea        5
    SecondsPerRegrow    3600
    Capacity            200000
    oretype 1
    Range               0 0 2303 1599
    Realm		ilshenar
}
BELL
Journeyman Poster
Posts: 68
Joined: Tue Apr 22, 2008 6:09 am

Re: Resource ORE & new realms

Post by BELL »

Code: Select all

    LandTile        0x53c
    LandTile        0x53e
    LandTile        0x53f
}

Region  BackgroundBritannia
{
    Realm			britannia
    UnitsPerArea        15
    SecondsPerRegrow    300
    Capacity            2000
    Range               0 0 5119 4095
}

Region  BackgroundMalas
{
    Realm			malas
    UnitsPerArea        15
    SecondsPerRegrow    300
    Capacity            200000
    Range               0 0 2559 2047
    oretype 1
}

Region  BackgroundIlshenar
{
    Realm			ilshenar
    UnitsPerArea        15
    SecondsPerRegrow    300
    Capacity            200000
    Range               0 0 2303 1599
    oretype 1
}

Region  BackgroundTokuno
{
    Realm			tokuno
    UnitsPerArea        15
    SecondsPerRegrow    300
    Capacity            200000
    Range               0 0 1447 1447
    oretype 1
}

has no effect

im in panic :sick:
BELL
Journeyman Poster
Posts: 68
Joined: Tue Apr 22, 2008 6:09 am

Re: Resource ORE & new realms

Post by BELL »

im find - on ilshenar some tiles it is possible to dig...
im use .getstatic command but not find any difference...
Pierce
Forum Regular
Posts: 420
Joined: Thu Feb 02, 2006 8:33 am

Re: Resource ORE & new realms

Post by Pierce »

You can dig on tiles given with the LandTile param inside your ore config.

Take a look here:
http://docs.polserver.com/pol096/config ... cetype.cfg
BELL
Journeyman Poster
Posts: 68
Joined: Tue Apr 22, 2008 6:09 am

Re: Resource ORE & new realms

Post by BELL »

im include in ore.cfg all LandTiles uobj from tiles.cfg if it desc is "cave floor"

Code: Select all

    LandTile        0x53B
    LandTile        0x53C
    LandTile        0x53D
    LandTile        0x53E
    LandTile        0x53F
    LandTile        0x540
    LandTile        0x541
    LandTile        0x542
    LandTile        0x543
    LandTile        0x544
    LandTile        0x545
    LandTile        0x546
    LandTile        0x547
    LandTile        0x548
    LandTile        0x549
    LandTile        0x54a
    LandTile        0x54b
    LandTile        0x54c
    LandTile        0x54d
    LandTile        0x54e
    LandTile        0x54f
    LandTile        0x551
    LandTile        0x551
    LandTile        0x552
    LandTile        0x553
    LandTile        0x56a

no effect...
in mining.src im include in GetHarvestResource parameter realm... (who.realm)..


im use .gettile command in Minoc cove and coves in ilshenar
types tiles is identical
maybe real tiles in two-three layers down?
BELL
Journeyman Poster
Posts: 68
Joined: Tue Apr 22, 2008 6:09 am

Re: Resource ORE & new realms

Post by BELL »

Pierce wrote:You can dig on tiles given with the LandTile param inside your ore config.

Take a look here:
http://docs.polserver.com/pol096/config ... cetype.cfg
please give me you LandTile`s )) in ore.cfg
Pierce
Forum Regular
Posts: 420
Joined: Thu Feb 02, 2006 8:33 am

Re: Resource ORE & new realms

Post by Pierce »

You can find those inside the pol distro, which is downloadable from the main page of this site.
BELL
Journeyman Poster
Posts: 68
Joined: Tue Apr 22, 2008 6:09 am

Re: Resource ORE & new realms

Post by BELL »

Pierce wrote:You can find those inside the pol distro, which is downloadable from the main page of this site.
in 97 distro? tnx, i use 96....
BELL
Journeyman Poster
Posts: 68
Joined: Tue Apr 22, 2008 6:09 am

Re: Resource ORE & new realms

Post by BELL »

its my ore.cfg
please help
im in panic

Code: Select all

# Note, regions found later in the file override those found earlier.

Global
{
    InitialUnits    5000000
	LandTile	0xDF
	LandTile	0xE3
	LandTile	0x75
	LandTile	0xE2
	LandTile	0xDE
	LandTile	0x232
	LandTile	0x23a
	LandTile	0xE7

	LandTile	0xe4
	LandTile	0xe5
	LandTile	0xe6
	LandTile	0xe7

	LandTile	0xf3
	LandTile	0xf4
	LandTile	0xf5
	LandTile	0xf6
	LandTile	0xf7

	LandTile	0x104
	LandTile	0x105
	LandTile	0x106
	LandTile	0x107

	LandTile	0x110
	LandTile	0x111
	LandTile	0x112
	LandTile	0x113

	LandTile	0x122
	LandTile	0x123
	LandTile	0x124
	LandTile	0x125

	LandTile	0x1d3
	LandTile	0x1d4
	LandTile	0x1d5
	LandTile	0x1d7
	LandTile	0x1d9
	LandTile	0x1dA

	LandTile	0x21f
	LandTile	0x220
	LandTile	0x221
	LandTile	0x222
	LandTile	0x223
	LandTile	0x224
	LandTile	0x225
	LandTile	0x226
	LandTile	0x227
	LandTile	0x228
	LandTile	0x229
	LandTile	0x22A
	LandTile	0x22B
	LandTile	0x22C
	LandTile	0x22D
	LandTile	0x22E
	LandTile	0x22F
	LandTile	0x230

	LandTile	0x233
	LandTile	0x234
	LandTile	0x235
	LandTile	0x236
	LandTile	0x237
	LandTile	0x238
	LandTile	0x239
	LandTile	0x23A
	LandTile	0x23B

	LandTile	0x6cd
	LandTile	0x6ce
	LandTile	0x6cf
	LandTile	0x6d0
	LandTile	0x6d1

	LandTile	0x6da
	LandTile	0x6db
	LandTile	0x6dc
	LandTile	0x6dd

	LandTile	0x6eb
	LandTile	0x6ec
	LandTile	0x6ed
	LandTile	0x6ee
	LandTile	0x6ef
	LandTile	0x6f0
	LandTile	0x6f1
	LandTile	0x6f2

	LandTile	0x6fb
	LandTile	0x6fc
	LandTile	0x6fd
	LandTile	0x6fe

	LandTile	0x70d
	LandTile	0x70e
	LandTile	0x70f
	LandTile	0x710
	LandTile	0x711
	LandTile	0x712
	LandTile	0x713
	LandTile	0x714

	LandTile	0x71d
	LandTile	0x71e
	LandTile	0x71f
	LandTile	0x720

	LandTile	0x72b
	LandTile	0x72c
	LandTile	0x72d
	LandTile	0x72e
	LandTile	0x72f
	LandTile	0x730
	LandTile	0x731
	LandTile	0x732

	LandTile	0x73b
	LandTile	0x73c
	LandTile	0x73d
	LandTile	0x73e

	LandTile	0x749
	LandTile	0x74a
	LandTile	0x74b
	LandTile	0x74d
	LandTile	0x74e
	LandTile	0x74f
	LandTile	0x750

	LandTile	0x759
	LandTile	0x75a
	LandTile	0x75b
	LandTile	0x75c
}

Region  BackgroundBritannia
{
    Realm			britannia
    UnitsPerArea        5
    SecondsPerRegrow    300
    Capacity            200000
    Range               0 0 5119 4095
}

Region  BackgroundMalas
{
    Realm			malas
    UnitsPerArea        5
    SecondsPerRegrow    300
    Capacity            200000
    Range               0 0 2559 2047
    oretype 1
}

Region  BackgroundIlshenar
{
    Realm			ilshenar
    UnitsPerArea        5
    SecondsPerRegrow    300
    Capacity            200000
    Range               0 0 2303 1599
    oretype 1
}

Region  BackgroundTokuno
{
    Realm			tokuno
    UnitsPerArea        5
    SecondsPerRegrow    300
    Capacity            200000
    Range               0 0 1447 1447
    oretype 1
}

Region Mountain NW of Wrong
{
    Realm			britannia
    UnitsPerArea        8
    SecondsPerRegrow    300
    Capacity            5000
    Range               1935 55 1999 118
    dummyprop           hello world
}

Region Mountain at Shame
{
    Realm			britannia
    UnitsPerArea        8
    SecondsPerRegrow    300
    Capacity            20000
    Range               253 1367 804 1700
}

Region Mountains around Britain
{
    Realm			britannia
    UnitsPerArea        8
    SecondsPerRegrow    300
    Capacity            100000
    Range 1008 1637 1228 2042
    Range 825 757 2047 1637
}

Region Mountains near Cove
{
    Realm			britannia
    UnitsPerArea        8
    SecondsPerRegrow    300
    Capacity            1000
    Range               2049 1079   2303 1287
}   

Region Small mountains near Trinsic
{
    Realm			britannia
    UnitsPerArea        8
    SecondsPerRegrow    300
    Capacity            3000
    Range 1621 2878 1731 3061
    Range 1542 3167 1658 3332
}

Region  Large range near Trinsic
{
    Realm			britannia
    UnitsPerArea        8
    SecondsPerRegrow    300
    Capacity            60000
    Range 1014 2514 1529 3047
}

Region Outer Covetous
{
    Realm			britannia
    UnitsPerArea        8
    SecondsPerRegrow    300
    Capacity            20000
    Range               2299 784 2635 967
}
Sinetsu
New User
Posts: 1
Joined: Fri Mar 05, 2010 3:01 pm

Re: Resource ORE & new realms

Post by Sinetsu »

I have the same problem. I did everything just like you writed but I still can't get any ore. Maybe you have some idea what's can be wrong? I have custom map but I don't think it's because of that, am I right?
Post Reply