Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi over 0x1f41(8001) not able to read it #492

Open
Jhobean opened this issue Jul 4, 2020 · 6 comments
Open

Multi over 0x1f41(8001) not able to read it #492

Jhobean opened this issue Jul 4, 2020 · 6 comments

Comments

@Jhobean
Copy link
Contributor

Jhobean commented Jul 4, 2020

image

I have this multi on Fiddler.

If I add it to SCP:

[multidef 0207f] //ne
DEFNAME=m_chariot
NAME=Chariot de transport
TYPE=t_multi
CATEGORY=Multis
SUBSECTION=Misc
DESCRIPTION=chariot
MULTIREGION=0,-1,0,1

And I do .add m_chariot I got a gold piece. The problem il the same for all multi over 0x1f41

NOTE: Only the last version of fiddler permit to see multi after 0xfff

@Jhobean
Copy link
Contributor Author

Jhobean commented Jul 4, 2020

Maybe it,s this line ???:

#define MULTI_QTY 0x2000 // total address space for multis.

I see all multi are type in the core... It must be done like this? Maybe I can help

ITEMID_MULTI_MAX = (ITEMID_MULTI + MULTI_QTY - 1), // ??? this is higher than next !

@Jhobean
Copy link
Contributor Author

Jhobean commented Jul 22, 2020

Made some test and did not really know what I was doing but apparently changing multy_qty to 3000 work partially. When I do .add, I can see the transparent multi but not able to add it. Apparently, sphere do not support multy greater than 0x2000

I think it need someone beter than me.

@xwerswoodx
Copy link
Contributor

Hmm, i agree that the issue but the problem is I can't see latest version multi.mul with uofiddler so I can't do anything, how do you look through multis with uofiddler in latest classic uo? Or are you using older versions?

@Jhobean
Copy link
Contributor Author

Jhobean commented Dec 21, 2020

@Jhobean
Copy link
Contributor Author

Jhobean commented Dec 21, 2020

Last version you see more multi

@cbnolok cbnolok added this to the X2 milestone Oct 25, 2023
@canerksk
Copy link
Contributor

canerksk commented Apr 23, 2024

In the latest ultima online version, some multis are registered in multi.mul and multi.idx, while some of the later ones are registered in multicollection.uop.

Most of the multis here are in multicollection.uop
multis_houses_contest.scp
multis_magincia_bazaar.scp

I think the houses here are not used effectively because X1 does not read multicollection at the moment. While walking around the houses, the character falls under the house.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants