[HELP] A few questions in all few areas
First off, don't flame please. If their is a thread involving one of my questions please link it.
1. Using a v83 source, Can i put in a v93 interface in the v83 source?
2. How do I make the in game letters, ASCII and korean text? (in game korean text shows up as boxes)
3. How do I give custom weapons names in game instead of blank text?
4. Is their a way I can make an item dropped in ONE map not dissapear?
5. is their a tutorial for making a custom GUI WZ/client file updater/patcher?
I'll probably come back with more, but thank you!
Re: [HELP] A few questions in all few areas
Quote:
Originally Posted by
CSquared
First off, don't flame please. If their is a thread involving one of my questions please link it.
1. Using a v83 source, Can i put in a v93 interface in the v83 source?
2. How do I make the in game letters, ASCII and korean text? (in game korean text shows up as boxes)
3. How do I give custom weapons names in game instead of blank text?
4. Is their a way I can make an item dropped in ONE map not dissapear?
5. is their a tutorial for making a custom GUI WZ/client file updater/patcher?
I'll probably come back with more, but thank you!
I will answer these for you right now, but in the future, do use the Search button and Google. If those don't help, then post your questions here as long as they are related to MapleStory.
1. What do you mean by this? You could put in the graphical elements, yes. But it won't match completely.
2. http://forum.ragezone.com/f427/relea...ngwage-528507/
3. String.wz.
4. Write an if statement.
5. No, but there are tutorials all over the web on how to program, and we got a few Java tutorials for MapleStory here. Learn to program.
PS: Not all this belongs in wz editing. For a general idea of what falls under wz editing or for help on how to start on WZ editing and understanding the concepts, I would highly recommend that you pick up my tutorial and give it a good read:
http://forum.ragezone.com/f719/tutor...torial-838526/
Re: [HELP] A few questions in all few areas
With number 1. i mean like the post-bigbang ui (the bottom ui and ect. also the option to make the screen 1280x720)
Re: [HELP] A few questions in all few areas
Quote:
Originally Posted by
CSquared
With number 1. i mean like the post-bigbang ui (the bottom ui and ect. also the option to make the screen 1280x720)
You'd have to recreate the UI and resize things in PhotoShop, and find the correct origins. Secondly, you cannot have the option to make the screen to 1280x720 in older versions. That is handled in the client. You'd require the client's source (which we don't have).
Re: [HELP] A few questions in all few areas
Quote:
Originally Posted by
Dynamik
You'd have to recreate the UI and resize things in PhotoShop, and find the correct origins. Secondly, you cannot have the option to make the screen to 1280x720 in older versions. That is handled in the client. You'd require the client's source (which we don't have).
also with number 4 what did you mean create an if statement?