Permalink
16 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Introducing the equip preview window
Fixes some bugs for 2016-09-21 onward, where you can preview how a item would like if you put it on. This works on other people's vending and on your own inventory. Thanks to @Rytech2 and @hazimjauhari90
- Loading branch information
Showing
with
40 additions
and 13 deletions.
- +20 −3 src/map/clif.c
- +19 −10 src/map/pc.c
- +1 −0 src/map/pc.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here it comes.. thank you so much @Lemongrass3110 for this.. thumb up for this commit..
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The option to view the items appears, but does not work, from the crash on the client whenever I try to view the items, client 2016-12-28!
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What error did you get? At first I had missing textures as well and it crashed my client. And additionally some lua files were also outdated. Make sure you use the correct ones and have every file you need.
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Equip Preview system works perfectly, but when I go to view the items in the vending stores, the client crash, look:
Normal: http://imgur.com/bNDaYvi
Vending: http://imgur.com/8HrY4Y8
Edit: I will update my files only by warranty.
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my client won't crash. however it just the headgear is not previewed it heagear preview window. see the screenshot below.
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it's probably my files, I'll update, sorry!
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw, Are there any who have the client & files what possible to use to touch the system? Will be about the system topic at board?
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is touch system anyway @Anacondaqq?
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The client for this is not yet officially supported. I just felt like adding some of the new packets.
Once it is supported there will be a board announcement for sure!
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Lemongrass3110 @hazimjauhari90
I tested with Novice class and did not crash, however the item also did not appear when I get a 3rd class, the client crash.
http://imgur.com/ij5yIw2
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@admkakaroto i don't having that crashing issue on 3rd job class.. here's the screenshot.. but, for the item not appear on preview window, that issue i alredy mention at previous comment above.
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you change the class using the command actually you do not crash and the item does not appear, to reproduce the problem follow the steps:
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@admkakaroto do these steps are correct:
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fixed in 55735ea
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Lemongrass3110 Nice! Work Perfect!
9716233There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Lemongrass3110 nice! good job! and a big thank you ^^