How to Create your own Shard!
Re: How to Create your own Shard!
Thank you for your help.
Advanced I, but another problem appeared.
Can I still bother?
(Sorry for my bad English.)
........
........
........
Loading package in pkg/systems/worldSaver/
Loading package in pkg/utils/autoloop/
Loading package in pkg/utils/datafile/
Loading package in pkg/utils/gumps/
Loading package in pkg/utils/motd/
Loading package in pkg/utils/POLManager/
Loading package in pkg/utils/security/
Loading package in pkg/utils/static/
Loading package in pkg/utils/statistics/
Loading package in pkg/utils/timeutils/
checkpoint: load_package_cmdlevels
checkpoint: load_resource_cfg
checkpoint: read_justice_zones
checkpoint: read_music_zones
checkpoint: read_nocast_zones
checkpoint: read_light_zones
checkpoint: read_weather_zones
checkpoint: load_armor_zones
checkpoint: load_attributes_cfg
checkpoint: load_vitals_cfg
checkpoint: load_vitals_cfg: load_packed_cfgs
INSTALLING: Exported Vital - RegenRate and MaxValue functions ...
checkpoint: load_vitals_cfg: find Life vital
checkpoint: load_vitals_cfg: find Stamina vital
checkpoint: load_vitals_cfg: find Mana vital
checkpoint: load_vitals_cfg: verify vital vitals
checkpoint: load_uoskills_cfg
checkpoint: load_uoclient_cfg
checkpoint: initialize_client_interfaces
checkpoint: load_tiles_cfg
checkpoint: load_landtile_cfg
checkpoint: load_itemdesc
Warning! pkg/items/clothing/cloth/onDestroy.ecl does not exist!
Warning! pkg/items/containers/containers/canInsert.ecl does not exist!
Warning! pkg/items/clothing/cloth/onDestroy.ecl does not exist!
Warning! pkg/items/weapons/onDestroy.ecl does not exist!
Error reading configuration file pkg/multis/multicommands/config/itemdesc.cfg:
Multi definition not found. Objtype=0x406f, graphic=0x406f
Element: House 0x406f, found on line 142
Server Shutdown: load_itemdesc
Execution aborted due to: Configuration file error
Advanced I, but another problem appeared.
Can I still bother?
(Sorry for my bad English.)
........
........
........
Loading package in pkg/systems/worldSaver/
Loading package in pkg/utils/autoloop/
Loading package in pkg/utils/datafile/
Loading package in pkg/utils/gumps/
Loading package in pkg/utils/motd/
Loading package in pkg/utils/POLManager/
Loading package in pkg/utils/security/
Loading package in pkg/utils/static/
Loading package in pkg/utils/statistics/
Loading package in pkg/utils/timeutils/
checkpoint: load_package_cmdlevels
checkpoint: load_resource_cfg
checkpoint: read_justice_zones
checkpoint: read_music_zones
checkpoint: read_nocast_zones
checkpoint: read_light_zones
checkpoint: read_weather_zones
checkpoint: load_armor_zones
checkpoint: load_attributes_cfg
checkpoint: load_vitals_cfg
checkpoint: load_vitals_cfg: load_packed_cfgs
INSTALLING: Exported Vital - RegenRate and MaxValue functions ...
checkpoint: load_vitals_cfg: find Life vital
checkpoint: load_vitals_cfg: find Stamina vital
checkpoint: load_vitals_cfg: find Mana vital
checkpoint: load_vitals_cfg: verify vital vitals
checkpoint: load_uoskills_cfg
checkpoint: load_uoclient_cfg
checkpoint: initialize_client_interfaces
checkpoint: load_tiles_cfg
checkpoint: load_landtile_cfg
checkpoint: load_itemdesc
Warning! pkg/items/clothing/cloth/onDestroy.ecl does not exist!
Warning! pkg/items/containers/containers/canInsert.ecl does not exist!
Warning! pkg/items/clothing/cloth/onDestroy.ecl does not exist!
Warning! pkg/items/weapons/onDestroy.ecl does not exist!
Error reading configuration file pkg/multis/multicommands/config/itemdesc.cfg:
Multi definition not found. Objtype=0x406f, graphic=0x406f
Element: House 0x406f, found on line 142
Server Shutdown: load_itemdesc
Execution aborted due to: Configuration file error
-
gundamwing84
- Grandmaster Poster
- Posts: 178
- Joined: Tue Sep 08, 2009 1:57 am
Re: How to Create your own Shard!
hmm that is really weird i havnt had an error like that...
go to this file and open it up: pkg/multis/multicommands/config/itemdesc.cfg
and check to see if you have a definition for: House 0x406F
this is the definition i have for it:
if yours is not the same i can see why there would be a problem, but it should be the same
tell me if yours is different or not. if its different copy and paste mine over yours, and then restart and see if it works
go to this file and open it up: pkg/multis/multicommands/config/itemdesc.cfg
and check to see if you have a definition for: House 0x406F
this is the definition i have for it:
Code: Select all
House 0x406f
{
// Main Stuff
Name House0x406f
Desc small thatched roof cottage
Graphic 0x406f
WalkOnScript :housing:house/walkOn
MethodScript :housing:house/methods
// Multi Info
MultiID 0x6f
MaxLockDowns 25
MaxSecure 1
DeedObjType 0x6032
}
tell me if yours is different or not. if its different copy and paste mine over yours, and then restart and see if it works
Re: How to Create your own Shard!
My file pkg/multis/multicommands/config/itemdesc.cfg is the same definition and includes all what you said.
House 0x406f
{
// Main Stuff
Name House0x406f
Desc small thatched roof cottage
Graphic 0x406f
WalkOnScript :housing:house/walkOn
MethodScript :housing:house/methods
// Multi Info
MultiID 0x6f
MaxLockDowns 25
MaxSecure 1
DeedObjType 0x6032
}
House 0x406f
{
// Main Stuff
Name House0x406f
Desc small thatched roof cottage
Graphic 0x406f
WalkOnScript :housing:house/walkOn
MethodScript :housing:house/methods
// Multi Info
MultiID 0x6f
MaxLockDowns 25
MaxSecure 1
DeedObjType 0x6032
}
-
gundamwing84
- Grandmaster Poster
- Posts: 178
- Joined: Tue Sep 08, 2009 1:57 am
Re: How to Create your own Shard!
hmm you could try temporary removing it till someone finds the reason for the error or someone more experienced can help you... create a .txt document and remove that house description from the itemdesc.cfg file and put it in the .txt document you make so that you dont lose it. when you've removed that definition, start the core up again and see if it makes any difference. like i said i havnt had this error when installing so im not sure what the problem is
Re: How to Create your own Shard!
oldpost: After deleting the definitions of house followed the same problems in itemdesc.cfg with other houses. 
newpost: I deleted the contents of the file itemdesc.cfg and POL is active.
Thank you very much for your help.

newpost: I deleted the contents of the file itemdesc.cfg and POL is active.
Thank you very much for your help.
-
gundamwing84
- Grandmaster Poster
- Posts: 178
- Joined: Tue Sep 08, 2009 1:57 am
Re: How to Create your own Shard!
np im glad to hear you have it up, but just make sure you ask someone about this in a new topic so you can fix it rather then removing it, cause now you have no houses
( thats about the most help i can give for a temporary fix sorry mate
Re: How to Create your own Shard!
My POL server is already running. Thanks for help guys.
See ya later
See ya later
Re: How to Create your own Shard!
for my purposes houses need no.
Thank you again
Thank you again
-
gundamwing84
- Grandmaster Poster
- Posts: 178
- Joined: Tue Sep 08, 2009 1:57 am
Re: How to Create your own Shard!
glad to hear it guys! welcome to POL 
Re: How to Create your own Shard!
Hi all. Can someone please write me a step by step how to create shard in the latest version of the POL. I've tried multiple times in the past two days but I still have a problem with that. According to the instructions in this topic have failed, according to the instructions of the "Distro 099 Complete - Windows" also :/
Sorry for my bad English.
Sorry for my bad English.
Re: How to Create your own Shard!
First what problem's / errors are you getting?.
Re: How to Create your own Shard!
Warning! pkg/skills/warrior/anatomy/anatomy.ecl does not exist!
Warning! pkg/skills/ranger/animallore/animalLore.ecl does not exist!
Warning! pkg/skills/mage/itemid/itemID.ecl does not exist!
Warning! pkg/skills/crafter/armsLore/armsLore.ecl does not exist!
Warning! pkg/skills/bard/begging/begging.ecl does not exist!
Warning! pkg/skills/bard/peacemaking/peacemaking.ecl does not exist!
Warning! pkg/skills/bard/cartography/cartography.ecl does not exist!
Warning! pkg/skills/thief/detecthidden/detecthidden.ecl does not exist!
Warning! pkg/skills/bard/discordance/discordance.ecl does not exist!
Warning! pkg/skills/mage/evalInt/evalInt.ecl does not exist!
Warning! pkg/skills/other/forensicevaluation/forensic.ecl does not exist!
Warning! pkg/skills/thief/hiding/hiding.ecl does not exist!
Warning! pkg/skills/bard/provocation/provocation.ecl does not exist!
Warning! pkg/skills/mage/inscription/inscription.ecl does not exist!
Warning! pkg/skills/thief/poisonning/poisonning.ecl does not exist!
Warning! pkg/skills/mage/spiritSpeak/spiritSpeak.ecl does not exist!
Warning! pkg/skills/thief/stealing/stealing.ecl does not exist!
Warning! pkg/skills/ranger/animaltaming/animaltaming.ecl does not exist!
Warning! pkg/skills/bard/tasteidentification/tasteidentification.ecl does not exist!
Warning! pkg/skills/ranger/tracking/tracking.ecl does not exist!
Warning! pkg/skills/mage/meditation/meditation.ecl does not exist!
Warning! pkg/skills/thief/stealth/stealth.ecl does not exist!
Warning! pkg/skills/thief/removetrap/removetrap.ecl does not exist!
checkpoint: load_vitals_cfg
checkpoint: load_vitals_cfg: load_packed_cfgs
Warning! pkg/systems/attributes/hooks/vitalInit.ecl does not exist!
Exception caught while loading script pkg/systems/attributes/hooks/vitalInit.ecl: Unable to open pkg/systems/attributes/hooks/vitalInit.ecl for reading.
Unable to read script 'pkg/systems/attributes/hooks/vitalInit.ecl'
Error reading script pkg/systems/attributes/hooks/vitalInit.ecl
Error reading configuration file pkg/systems/attributes/config/vitals.cfg:
Export Script pkg/systems/attributes/hooks/vitalInit.ecl not found
Element: Vital Hits, found on line 28
Server Shutdown: load_vitals_cfg: load_packed_cfgs
Execution aborted due to: Configuration file error
EDIT: It's working but it seems there are any problems. Managed to create a character but it seems should be possible to double click on the stones with the symbols of this with nothing happening.
ecompile.log http://www.mediafire.com/?9rrp8i0215m89tz 14 of those scripts had errors.
Warning! pkg/skills/ranger/animallore/animalLore.ecl does not exist!
Warning! pkg/skills/mage/itemid/itemID.ecl does not exist!
Warning! pkg/skills/crafter/armsLore/armsLore.ecl does not exist!
Warning! pkg/skills/bard/begging/begging.ecl does not exist!
Warning! pkg/skills/bard/peacemaking/peacemaking.ecl does not exist!
Warning! pkg/skills/bard/cartography/cartography.ecl does not exist!
Warning! pkg/skills/thief/detecthidden/detecthidden.ecl does not exist!
Warning! pkg/skills/bard/discordance/discordance.ecl does not exist!
Warning! pkg/skills/mage/evalInt/evalInt.ecl does not exist!
Warning! pkg/skills/other/forensicevaluation/forensic.ecl does not exist!
Warning! pkg/skills/thief/hiding/hiding.ecl does not exist!
Warning! pkg/skills/bard/provocation/provocation.ecl does not exist!
Warning! pkg/skills/mage/inscription/inscription.ecl does not exist!
Warning! pkg/skills/thief/poisonning/poisonning.ecl does not exist!
Warning! pkg/skills/mage/spiritSpeak/spiritSpeak.ecl does not exist!
Warning! pkg/skills/thief/stealing/stealing.ecl does not exist!
Warning! pkg/skills/ranger/animaltaming/animaltaming.ecl does not exist!
Warning! pkg/skills/bard/tasteidentification/tasteidentification.ecl does not exist!
Warning! pkg/skills/ranger/tracking/tracking.ecl does not exist!
Warning! pkg/skills/mage/meditation/meditation.ecl does not exist!
Warning! pkg/skills/thief/stealth/stealth.ecl does not exist!
Warning! pkg/skills/thief/removetrap/removetrap.ecl does not exist!
checkpoint: load_vitals_cfg
checkpoint: load_vitals_cfg: load_packed_cfgs
Warning! pkg/systems/attributes/hooks/vitalInit.ecl does not exist!
Exception caught while loading script pkg/systems/attributes/hooks/vitalInit.ecl: Unable to open pkg/systems/attributes/hooks/vitalInit.ecl for reading.
Unable to read script 'pkg/systems/attributes/hooks/vitalInit.ecl'
Error reading script pkg/systems/attributes/hooks/vitalInit.ecl
Error reading configuration file pkg/systems/attributes/config/vitals.cfg:
Export Script pkg/systems/attributes/hooks/vitalInit.ecl not found
Element: Vital Hits, found on line 28
Server Shutdown: load_vitals_cfg: load_packed_cfgs
Execution aborted due to: Configuration file error
EDIT: It's working but it seems there are any problems. Managed to create a character but it seems should be possible to double click on the stones with the symbols of this with nothing happening.
ecompile.log http://www.mediafire.com/?9rrp8i0215m89tz 14 of those scripts had errors.
Re: How to Create your own Shard!
what emulator do you use to get everything on your shard, didnt see one in any files.
thanxs
thanxs
-
patriarch1107
- New User
- Posts: 2
- Joined: Mon Apr 07, 2014 2:04 am
Re: How to Create your own Shard!
Hi guys, I am in need of assistance. Im running on POL97.
I have updated the map on my server with data from centred (map0, statics, staidx). When I compile them and run POL i get this error message: Execution aborted due to: BinaryFile::Open('realm/britannia/statidx.dat, 0x8) failed.
I noticed you were discussing this on the last of page of this topic so I did what you recomended and I got this error message.
Converting: 99%Execution aborted due to: readstaticblock: fread(statfile) failed
.
Reading pol.cfg.
Reading uoconvert.cfg.
Creating POL statics files: 99%Execution aborted due to: readstaticblock: fread(
statfile) failed.
Anybody know what to do with this please?
I have updated the map on my server with data from centred (map0, statics, staidx). When I compile them and run POL i get this error message: Execution aborted due to: BinaryFile::Open('realm/britannia/statidx.dat, 0x8) failed.
I noticed you were discussing this on the last of page of this topic so I did what you recomended and I got this error message.
Converting: 99%Execution aborted due to: readstaticblock: fread(statfile) failed
.
Reading pol.cfg.
Reading uoconvert.cfg.
Creating POL statics files: 99%Execution aborted due to: readstaticblock: fread(
statfile) failed.
Anybody know what to do with this please?