[XMAS Release][v232] Swordie source

I get this error if you die on certain maps and try to press OK to be resurrected, cant resurrect, posted in the Discord about it already but just posting here as well. It does work though!

View attachment 293686
which map id has this crash

the fix would be super easy, goto line of error add null check if null send player to mapid 100000000 henesys
Char.java:2059
 
Im not sure if i dont see it, but can I get the download link for the wz files?

thank you!
It explains to you how to use steam to download the client, if you are from EU or NA if you're from SEA grab the google drive link thats provided in the OP
 
Three questions. 1) where do i activate other cash shop items to show up in cash shop? 2) could you technically make the custom classes(such as pink bean) and 3) thank you for your work! hopefully we can get v .258 one day so we can make tanjiro class, i missed out on it lol.
 
1) They're in WZ now, so you can wz edit etc.wz/commodities or change them via data.wz.
2) Yes, PB and Yeti jobs are still in the game files
3) <3
 
1) They're in WZ now, so you can wz edit etc.wz/commodities or change them via data.wz.
2) Yes, PB and Yeti jobs are still in the game files
3) <3
appreciate the reply (:, would there be a way to add that to the character creation menu? or start the event world itself for that class? or is it not coded for that? I used !job 13000 to turn into the class, but i think in order to get it working correctly you need the prereq quests which you get from creating that class., i think so at least. either way thanks for the response !
Also what WZ editor do you use/ is there a tutorial on that?
 
Last edited:
appreciate the reply (:, would there be a way to add that to the character creation menu? or start the event world itself for that class? or is it not coded for that? I used !job 13000 to turn into the class, but i think in order to get it working correctly you need the prereq quests which you get from creating that class., i think so at least. either way thanks for the response !
Also what WZ editor do you use/ is there a tutorial on that?
He's saying that those classes are in the game files, but that doesnt mean theyre completely coded in to work and function correctly, you will have to do that yourself.
 
Thanks for this, got it working locally and it's fun to try out. Are there any threads that may be useful to figure out how to get a friend to join the server? Otherwise hopefully someone could share something that can just connect and tunnel localhost (back then it was Hamachi and Tunngle haha) and webstart as userID 2 or something, not enough to start a server but enough to help us play with friends.
 
Absolutely stunning release, thank you for all the hard work over the years. Really excited to start playing with the code of this some more. Quick question, for me when I'm running the client the game freezes a lot. Things like mousing over skills causes the game client to become unresponsive for 200-300ms. Has anyone else had this issue?

EDIT: Weirdly enough, I moved the client to my SSD and now it's even slower lol. More testing, a LOT of things are bringing my client to a stand-still and even crashing it, burning field text on screen, skill animations, mousing over UI elements, very odd.

Double Edit: Installed the steam depot client to try that to my NVMe, connecting to a channel and then connecting to the game takes 2-3 minutes, which is .... also confusing? Game still runs incredibly poorly. I have a 4070 Ti, I9 CPU, 32Gb RAM so unsure why the performance is tanking so horribly. Welp now the client is just full crashing after being in game for 2-3 minutes lol
 
Last edited:
Thanks for this, got it working locally and it's fun to try out. Are there any threads that may be useful to figure out how to get a friend to join the server? Otherwise hopefully someone could share something that can just connect and tunnel localhost (back then it was Hamachi and Tunngle haha) and webstart as userID 2 or something, not enough to start a server but enough to help us play with friends.
you have to create a launcher in order for anyone else to connect. theres people who have made them and showed them off in places but nobody has posted one publicly unfortunately for others to use, just simply editing an ip address in a client isnt going to work with this
 
Absolutely stunning release, thank you for all the hard work over the years. Really excited to start playing with the code of this some more. Quick question, for me when I'm running the client the game freezes a lot. Things like mousing over skills causes the game client to become unresponsive for 200-300ms. Has anyone else had this issue?

EDIT: Weirdly enough, I moved the client to my SSD and now it's even slower lol. More testing, a LOT of things are bringing my client to a stand-still and even crashing it, burning field text on screen, skill animations, mousing over UI elements, very odd.

Double Edit: Installed the steam depot client to try that to my NVMe, connecting to a channel and then connecting to the game takes 2-3 minutes, which is .... also confusing? Game still runs incredibly poorly. I have a 4070 Ti, I9 CPU, 32Gb RAM so unsure why the performance is tanking so horribly. Welp now the client is just full crashing after being in game for 2-3 minutes lol
we have had some really weird reports of issues from other community members with more mordern intel CPU's it seems to be an issue with hyperthreading on E and P cores that causes the stuttering, if you disable hyperthreading in your bios it should fix the problem
 
we have had some really weird reports of issues from other community members with more mordern intel CPU's it seems to be an issue with hyperthreading on E and P cores that causes the stuttering, if you disable hyperthreading in your bios it should fix the problem
Sure enough, that was it. How wild lol, thanks.
 
现在我们必须把你下载的文件夹里的 WZ 文件复制到源文件中,方法是把它们复制到源目录里一个叫 'wz' 的新文件夹里。或者,如果你不想复制文件,可以把“ServerConstants”里的“WZ_DIR”改成和你下载的游戏文件夹一致('WZ_DIR = “C:/YourGamePathHere”')。x
这段在哪里操作新手有点不太明白

感谢大佬我已经运行成功了,但是我是个中国人,还要研究一下汉化的问题
 
Last edited:
How can I download the 232.2 client from Steam? What are the AppID, DeoptID, and Manifest ID respectively?

现在我们必须把你下载的文件夹里的 WZ 文件复制到源文件中,方法是把它们复制到源目录里一个叫 'wz' 的新文件夹里。或者,如果你不想复制文件,可以把“ServerConstants”里的“WZ_DIR”改成和你下载的游戏文件夹一致('WZ_DIR = “C:/YourGamePathHere”')。x
这段在哪里操作新手有点不太明白

感谢大佬我已经运行成功了,但是我是个中国人,还要研究一下汉化的问题
这段话的意思是,你不想把客户端的wz文件复制到服务端,可以把WZ_DIR = “改成你游戏客户端的路径”
 
Last edited:
we have had some really weird reports of issues from other community members with more mordern intel CPU's it seems to be an issue with hyperthreading on E and P cores that causes the stuttering, if you disable hyperthreading in your bios it should fix the problem
i disabled hyperthread , maplestory still force closed after nexon logo

im using intel i9 14900K ( this happen to atlantica too same not launching problem )
 
,有没有人知道如何翻译脚本中的文本,使其在
1768317618916 - [XMAS Release][v232] Swordie source - RaGEZONE Forums
MapleStory.exe WebStart whatever Unable to log in to the game
 
i disabled hyperthread , maplestory still force closed after nexon logo

im using intel i9 14900K ( this happen to atlantica too same not launching problem )
the symptom your describing has nothing to do with the one i posted the solution for, not being able to open the game is something else entirely, this is only for when you have stutters and insane frame dips and freeze while you're inside the game
 
Back