Problem with copy Data from pol94

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

Problem with copy Data from pol94

Post by sor »

I have strange problem.
I want change pol 094 to pol 095. All scripts are rewritable on pol 095.
Start the server with any problem, all scripts work with any bugs.
When i copy Data files from 094 to 095 and start the server:

Code: Select all

Reading data files:
  data/accounts.txt:. 1193 elements in 464 ms.
  data/pol.txt: 2 elements in 1 ms.
  data/objects.txt: 0 elements in 0 ms.
  data/pcs.txt:.... 4344 elements in 4918 ms.
  data/pcequip.txt:.remove_item_from_world: item 0x448a0af4 at 0,0 does not exist in world zone
Assertion Failed: itr != wc.items.end(), pol/uworld.cpp, line 48
Aborting due to assertion failure.
Hmm, what is the world zone, and that itr !=wc.items.end()?
I delete from pcequip that item, and start again.

Code: Select all

data/items.txt:....................Duplicate item read from datafiles (Serial=0x42d97d68)
Server Shutdown: reading data
Execution aborted due to: Data integrity error
Delete this item too. And some item in storage. Finaly pol095 starts with any problem. But... when i logon to the server, open the spellbook, and what i see? Spellbook is empty.. I create the full spellbook (create from cmd .spellbook. It's standard cmd, not changed by me), but this spellbook is also empty. Spell is also not changed. The objtype are standard. I create scrolls with any problem, but the spellbook are empty. Castspell from makro options not work. I dont have the message "You dont known that spell".

When i delete the Data files, server start and the spell work normaly. I try to all. I dont known what i have to do. I dont want delete all files in Data. Any sugestions?
Sory for my english, i hope that post is understood.
Yukiko
Distro Developer
Posts: 2826
Joined: Thu Feb 02, 2006 1:41 pm

Post by Yukiko »

Did you convert your POL 94 scripts to POL 95 or did you just download Distro 95? If you converted to POL 95 make sure you've read the core changes. There was a few things that were done to the container OnInsert and OnRemove scripts. That might have caused your spellbook prooblem.
Post Reply