ZaneDubya / UltimaXNA

Ultima Online client in C#/XNA
GNU General Public License v3.0
140 stars 73 forks source link

Client is not showing dialogs #6

Closed robertdeclaux closed 9 years ago

robertdeclaux commented 9 years ago

Client is not showing dialogs, fully working dialog system needed. (tested on sphere server, wanted to work on sphere server)

I meant gumps, an example double clicking on runebook (with 2.0.3 origin client first ss, with ultimaxna secound ss) ekran goruntusu 9 ekran goruntusu 7

ZaneDubya commented 9 years ago

@robertdeclaux Can you edit the original submission to include an example of what you mean by 'dialogs', and, if possible what steps should be taken to replicate the issue?

ZaneDubya commented 9 years ago

@robertdeclaux Thanks for figuring out what packet was not be handled! I think this will take a while to solve: we'll need to implement each of Ultima Online's interfaces (the rune book, the spell book, etc) as its own client-side gump, and open it when the proper packet is received.

robertdeclaux commented 9 years ago

I do not use client's hardcoded runebook gump if it exist. Is it too much work to implement client-side gumps for everyting menus etc. to complete? If you can make it i will use it on my server as a beta client so we can take more bug reports and tests. thank you

2015-03-13 17:42 GMT+02:00 Zane Wagner notifications@github.com:

@robertdeclaux https://github.com/robertdeclaux Thanks for figuring out what packet was not be handled! I think this will take a while to solve: we'll need to implement each of Ultima Online's interfaces (the rune book, the spell book, etc) as its own client-side gump, and open it when the proper packet is received.

— Reply to this email directly or view it on GitHub https://github.com/ZaneDubya/UltimaXNA/issues/6#issuecomment-79058979.

ZaneDubya commented 9 years ago

@robertdeclaux Are you talking about loading in new clientside gumps from an external file? I would be interested in seeing the file format of those gump files.

With regards to adding these features, I believe it would be best to open an issue for each clientside gump, and include an example of what the gump should look like in the classic client, and perhaps a description of how the gump works from a User perspective, or a link to a website that contains the same information. So, for example, the issue would be "Implement Runebook" with a picture of the Runebook and a link to http://stratics.com/skill-guides/skills-and-professions/magery-essay/rune-books.

robertdeclaux commented 9 years ago

No i mean for example when you double click on houses sign it opens housing system (adding friend to house etc) this dialogs are not shown in your client on sphere server. Not this only, all of the server sided dialogs, Did you code it? Is it running on runuo? 16 Mar 2015 19:08 tarihinde "Zane Wagner" notifications@github.com yazdı:

@robertdeclaux https://github.com/robertdeclaux Are you talking about loading in new clientside gumps from an external file? I would be interested in seeing the file format of those gump files.

— Reply to this email directly or view it on GitHub https://github.com/ZaneDubya/UltimaXNA/issues/6#issuecomment-81813375.

robertdeclaux commented 9 years ago

@ZaneDubya i gave an confusing example with runebook. On my server, runebook has server sided dialog not a special hardcoded in client dialog. I will add another console screenshots of other dialogs server sided. They are not giving any error but not displayed.

Vodacek commented 9 years ago

yes, some gumps (book for example) are hardcoded in client


Od: robertdeclaux notifications@github.com Komu: "ZaneDubya/UltimaXNA" UltimaXNA@noreply.github.com Datum: 23.03.2015 11:49 Předmět: Re: [UltimaXNA] Client is not showing dialogs (#6)

@ZaneDubya https://github.com/ZaneDubya i gave an confusing example with runebook. On my server, runebook has server sided dialog not a special hardcoded in client dialog. I will add another console screenshots of other dialogs server sided. They are not giving any error but not displayed. https://cloud.githubusercontent.com/assets/11157985/6778355/b8658c20-d15a-11e4-9360-815ca19539a9.png https://cloud.githubusercontent.com/assets/11157985/6778356/b86bfa9c-d15a-11e4-90a5-f2ee3f16b2ad.png https://cloud.githubusercontent.com/assets/11157985/6778374/e573efcc-d15a-11e4-95d7-f2df17c93486.png — Reply to this email directly or view it on GitHub https://github.com/ZaneDubya/UltimaXNA/issues/6#issuecomment-84942909.

ZaneDubya commented 9 years ago

I can confirm that house gumps are visible using RunUO (although obviously not complete, as the client does not yet handle some of the gumplings that comprise that gump).

house-gump-visible

ZaneDubya commented 9 years ago

Fixed.