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
Add
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 :(
go to MapleLifeFactory
Search
Code:
for (MapleData c : npcStringData) {
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 :(