Quantcast
Channel: RaGEZONE - MMO Development Forums
Viewing all articles
Browse latest Browse all 14563

[Release] [Release] Fix GMS 131 WZ Error Bug Fixed

$
0
0
most of you guys will come across this error it was due to nexon added something in the wz files I dont know if this is the proper fix or not or anyone has a better way

go to MapleLifeFactory

Search

Code:

for (MapleData c : npcStringData) {
Add

Code:

if(c.getName().equals("pack_ignore")){
                continue;
            }


It should fix it

please dont ask me for a source code or how to develop to gms as I myself dont even do anything like this

btw this should also fix the GMHandTool that was released by Elem8000 no idea where is that dude :(

Viewing all articles
Browse latest Browse all 14563

Trending Articles