Yet another one of the 100's of problems.
Poi, its a sticky in the POL 096 Development Discussion forum.
http://forums.polserver.com/viewtopic.php?t=186
a link at the bottom of the first post.
But let me just tell you that if you have an 095 base and you want to convert it to 096, its not the easiest thing to do.
http://forums.polserver.com/viewtopic.php?t=186
a link at the bottom of the first post.
But let me just tell you that if you have an 095 base and you want to convert it to 096, its not the easiest thing to do.
Ill try ti an keep you informed
data/pcequip.txt:Exception caught while loading script pkg/runebook/runeconversion.ecl: Unable to open pkg/runebook/runeconversion.ecl for reading.
Unable to read script 'pkg/runebook/runeconversion.ecl'
Error reading script pkg/runebook/runeconversion.ecl
Exception caught while loading script pkg/runebook/runeconversion.ecl: Unable to open pkg/runebook/runeconversion.ecl for reading.
Unable to read script 'pkg/runebook/runeconversion.ecl'
Error reading script pkg/runebook/runeconversion.ecl
715 elements in 125 ms.
data/npcs.txt:....... 6341 elements in 1703 ms.
data/npcequip.txt:....... 7430 elements in 1390 ms.
data/items.txt:..................... 20550 elements in 1032 ms.
data/permitems.txt: 0 elements in 0 ms.
data/multis.txt: 1 elements in 0 ms.
data/storage.txt:.....................Exception caught while loading script pkg/runebook/runeconversion.ecl: Unable to open pkg/runebook/runeconversion.ecl for reading.
Unable to read script 'pkg/runebook/runeconversion.ecl'
Error reading script pkg/runebook/runeconversion.ecl
Is what i got in start.log..
Testing ingame, result:
You cannot insert that item into the container
Wow this is so annoying and frustrating
data/pcequip.txt:Exception caught while loading script pkg/runebook/runeconversion.ecl: Unable to open pkg/runebook/runeconversion.ecl for reading.
Unable to read script 'pkg/runebook/runeconversion.ecl'
Error reading script pkg/runebook/runeconversion.ecl
Exception caught while loading script pkg/runebook/runeconversion.ecl: Unable to open pkg/runebook/runeconversion.ecl for reading.
Unable to read script 'pkg/runebook/runeconversion.ecl'
Error reading script pkg/runebook/runeconversion.ecl
715 elements in 125 ms.
data/npcs.txt:....... 6341 elements in 1703 ms.
data/npcequip.txt:....... 7430 elements in 1390 ms.
data/items.txt:..................... 20550 elements in 1032 ms.
data/permitems.txt: 0 elements in 0 ms.
data/multis.txt: 1 elements in 0 ms.
data/storage.txt:.....................Exception caught while loading script pkg/runebook/runeconversion.ecl: Unable to open pkg/runebook/runeconversion.ecl for reading.
Unable to read script 'pkg/runebook/runeconversion.ecl'
Error reading script pkg/runebook/runeconversion.ecl
Is what i got in start.log..
Testing ingame, result:
You cannot insert that item into the container
Wow this is so annoying and frustrating
OK Poi I think I finally got it all there.
Somehow I didn't get the control script in there for the runebook. That was the error you got about runeconversion.ecl not being present. That script is a conversion system for older runes created under different runebook systems. It is or was assumed by the original authors of this package that folks might install it on existing shards. I do not believe that control script is even necessary on new shards. I will test to see if it is needed. If you feel so inclined you can remove the line:
from the itemdesc.cfg file in the runebook package and see if the book performs correctly. If it does then you won't need the runeconversion.src file.
You can try that before downloading the update I placed there. The shard should start fine. Then test the runebook. If it doesn't work then go ahead and get the update.
Sorry for all the problems. Most were errors on my part.

Somehow I didn't get the control script in there for the runebook. That was the error you got about runeconversion.ecl not being present. That script is a conversion system for older runes created under different runebook systems. It is or was assumed by the original authors of this package that folks might install it on existing shards. I do not believe that control script is even necessary on new shards. I will test to see if it is needed. If you feel so inclined you can remove the line:
Code: Select all
ControlScript :runebook:runeconversion
You can try that before downloading the update I placed there. The shard should start fine. Then test the runebook. If it doesn't work then go ahead and get the update.
Sorry for all the problems. Most were errors on my part.
OK Here are the only "rune insert error messages" in the runebook script I have provided:
"You can only put marked recall runes in runebooks."
"You can't put any more runes in this runebook."
"You can only put marked recall runes or recall scrolls in runebooks."
"Couldn't add the rune to the runebook."
"This runebook is full."
So assuming your quote above is accurate you are getting that error mesage from some other package.
"You can only put marked recall runes in runebooks."
"You can't put any more runes in this runebook."
"You can only put marked recall runes or recall scrolls in runebooks."
"Couldn't add the rune to the runebook."
"This runebook is full."
So assuming your quote above is accurate you are getting that error mesage from some other package.
Well i disabled the pol 95 one and enabled yours in pkg/runebook
I have no idea how im getting that emssage but i just noticved, it give sme two messages in a row:
You can only place marked runes or recall scrolls in a rune book(or somehitng clsoe to that)
then:
You cannot place that item into that container
Deleting other runebook script...
Same error
I have no idea how im getting that emssage but i just noticved, it give sme two messages in a row:
You can only place marked runes or recall scrolls in a rune book(or somehitng clsoe to that)
then:
You cannot place that item into that container
Deleting other runebook script...
Same error
Poi I have searched through my entire script library, which includes about 9 shards (some publicly released and some not publicly released), POL Distro 94, 95 and 96, gobs of optional packages and systems and even just stray and miscellaneous scripts and I cannot find any containing that error message you keep getting. My next step is to search the POL executable. I suppose it could be some internal error generated by the POL ECL interpreter, uhm... I mean virtual machine.
Perhaps a stupid question:
Did you set DefaultContainerMaxItems or DefaultContainerMaxWeight
in the servspecopt.cfg to a perhaps strange value so that the 125/250 default values for containers are not set any more?
If thats a weight problem add
MaxWeight int weight
MaxItems int number
to the runebooks itemdesc.cfg or check if your runes for whatever reason have a strange weight. Perhaps you can post the itemdesc.cfg containing your runes here?
Did you set DefaultContainerMaxItems or DefaultContainerMaxWeight
in the servspecopt.cfg to a perhaps strange value so that the 125/250 default values for containers are not set any more?
If thats a weight problem add
MaxWeight int weight
MaxItems int number
to the runebooks itemdesc.cfg or check if your runes for whatever reason have a strange weight. Perhaps you can post the itemdesc.cfg containing your runes here?
Forget the post above
I just take a look into that package you used. You have to edit
the runecaninsert.src and the runeoninsert.src
program can_insert(who, runebook, movetype, insmethod, item, existing_stack, amt_to_add )
program on_insert(who, runebook, movetype, insmethod, item, existing_stack, amt_to_add )
After that changes it should work
I just take a look into that package you used. You have to edit
the runecaninsert.src and the runeoninsert.src
program can_insert(who, runebook, movetype, insmethod, item, existing_stack, amt_to_add )
program on_insert(who, runebook, movetype, insmethod, item, existing_stack, amt_to_add )
After that changes it should work