Sphereserver / Source-X

Ultima Online server emulator
Apache License 2.0
57 stars 45 forks source link

ISVALID female gump #1246

Open Steinny opened 4 months ago

Steinny commented 4 months ago

I wanted to use this command to get a link to the equippeable item GUMP <serv.tiledata.item(<ref89.findlayer..DISPIDDEC>).ANIM>

I have such a question - is it possible to find out if there is a male or female gump?

DavideRei commented 4 months ago

Sphere doesn't read gump files, so i don't think so

xwerswoodx commented 4 months ago

I haven't got what you are asking, basically you can check player gender by using , like

image

So if you wish to get gump by gender, you can use command.

Or if you explain a bit more what are you trying to do like giving an example, I can think another way.

Steinny commented 4 months ago

the problem is to find out... is there a female gump, they are not duplicated as a rule

Jhobean commented 4 months ago

Mt_female on flag of body.

Steinny commented 4 months ago

I'm talking specifically about the contents of gump.mul

Jhobean commented 4 months ago

Gump is image only..

But when you talk about equipement, 50k gumps is for men 60k is for women.

Steinny commented 4 months ago

I've been breaking ultima for 17 years now. And you're telling me the basics.

The female gumps are filled by about 40% and when they are absent, the client uses male gumps.

so I want to check if the picture exists. I'm doing it manually now. but I want an easier way.

DavideRei commented 2 weeks ago

You can't because Sphere doesn't read gump files, it's client side only