Sphereserver / Source-X

Ultima Online server emulator
Apache License 2.0
58 stars 47 forks source link

ON=@Cancel works on skillmenu but add undefined/no draw item #1056

Closed DavideRei closed 1 year ago

DavideRei commented 1 year ago

Tested on last version with clean sphere. Client 7.0.97.25 or 7.0.7.1

Info about this trigger on wiki http://wiki.spherecommunity.net/index.php?title=SKILLMENU

sm_legacy_cartography.scp image

.add i_mapmakers_pen

without blank map dclick open this menu, is it correct?

image

.add i_map_blank dlick the pen

image

if i dclick unused i get "Unexpected menu info."

The trigger is fired

image

In my scripts i have redefined t_cartography (various checks and tag management, in the end return 0) and ON=@Cancel in the skillmenu make the client crash. Client 7.0.7.1 No crash with client 7.0.97.25

Worked on 56d and 56c

Tolokio commented 1 year ago

image

The part marked with red is suppossed to stop it?

drk84 commented 1 year ago

fix sent

DavideRei commented 1 year ago

it works! thank you!