Stackable items "feature"

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
Nuuf

Stackable items "feature"

Post by Nuuf »

From: grouped-core-changes095.txt
Changed: renaming a stackable item a specific name will now prepend the amount to the single-click description.
i.e. rename 2 items 'sucky item', then stack will produce a desc of '2 sucky items'.

Is there any way to turn this off?
I've been using POL94 for over 3 years. Recently, I have decided to switch to POL95 and found it impossible because of the above-mentioned change.

A simple example of how it works:
There is a stack of 10 apples. A player eats one apple. The script uses SubtractAmount(apples, 1) function. Now, there are 9 apples. The new core feature renames "10 apples" to "9 10 appless". Now, the player eats another apple... and the stack is renamed to "8 9 10 applesss". After eating 5 apples, the player has a stack of 5 apples named "5 6 7 8 9 10 applessssss".

It happens with all stackable items and is really annoying.
As far as I'm concerned, this is a bug, not a feature.
Do you possibly know of any solution to this problem?

Regards
Nuuf
User avatar
itec
Novice Poster
Posts: 42
Joined: Thu Feb 09, 2006 11:48 pm

Post by itec »

My guess is that your eating script is renaming the food also, in addition to the core. Try removing all renaming in your eat script.
Nuuf

Post by Nuuf »

It is not renaming the food.
The same thing happens with ingots used for blacksmithy, which also does not rename them. The only thing it does with ingots is SubtractAmount.
Madman
POL Developer
Posts: 62
Joined: Sun Feb 05, 2006 7:20 pm

Post by Madman »

Can anyone else confirm this problem? If it's a bug with SubtractAmount then we need to fix it, if not... well, then it'll depend on what it is. ;)
Mithril
New User
Posts: 25
Joined: Sat Feb 04, 2006 5:15 pm

Post by Mithril »

Its been working perfectly fine for me running pol096.
Danielle
Grandmaster Poster
Posts: 104
Joined: Tue Feb 07, 2006 3:32 pm

Post by Danielle »

I've never had an issue with it using 95 or 96.
User avatar
MontuZ
Forum Regular
Posts: 338
Joined: Fri Feb 10, 2006 8:08 am

Post by MontuZ »

Never had it this problem either using 95.
User avatar
Tritan
Grandmaster Poster
Posts: 147
Joined: Sat Feb 04, 2006 8:17 am

Post by Tritan »

I have not had this problem either with 95. It almost sounds like the script set you are using is causing this somplace when you add an item to the stack.

Do you get the same non-sense when you try to add to the stack? How is that naming taking place?

That is where you should start looking for the renaming issue you are talking about.
Post Reply