Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

KMS 1.2.220 (GMS 160) Human~Project

Junior Spellweaver
Joined
Jun 15, 2015
Messages
122
Reaction score
3
java 8 is not compatible with the version 1.2.220
here, i tried java 7, link image
TOIimv3l - KMS 1.2.220 (GMS 160) Human~Project - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 10, 2016
Messages
40
Reaction score
6
here, i tried java 7, link image
TOIimv3l - KMS 1.2.220 (GMS 160) Human~Project - RaGEZONE Forums

changes the system variable"Path" C:\Program Files\Java\jdk1.x.0_xx\jre\bin
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jun 15, 2015
Messages
122
Reaction score
3
Would anyone, know a link to download KMS 1.2.221 patch?
 
Junior Spellweaver
Joined
Jun 15, 2015
Messages
122
Reaction score
3
how to make command cloneme? :) help
 
Last edited:
Newbie Spellweaver
Joined
Aug 28, 2016
Messages
5
Reaction score
0
hey @Encrypter im done with all the things excuse sql, wz to server folder, netbean and wampserver but when im start the game enter pin code and it disappear without error. Can u help me for this ? sorry for bad english :(
update : i'm found that error now, its from set GM if i don't set GM i won't dc, so how can i fix this error ? help me pls
 
Last edited:
Newbie Spellweaver
Joined
Sep 1, 2016
Messages
26
Reaction score
0
I can't warp to map 926100100 and 926110100 and more. bug from src:
PHP:
private void spawnAndAddRangedMapObject(final MapleMapObject mapobject, final DelayedPacketCreation packetbakery, final SpawnCondition condition) {
        mutex.lock();
        try {
            runningOid++;
            mapobject.setObjectId(runningOid);
            mapobjects.put(runningOid, mapobject);


            final Iterator<MapleCharacter> ltr = characters.iterator();
            MapleCharacter chr;
            while (ltr.hasNext()) {
                chr = ltr.next();
                if (condition == null || condition.canSpawn(chr)) {
                    if (chr.getPosition().distanceSq(mapobject.getPosition()) <= GameConstants.maxViewRangeSq()) {
                        packetbakery.sendPackets(chr.getClient());
                        chr.addVisibleMapObject(mapobject);
                    }
                }
            }
        } finally {
            mutex.unlock();
        }
    }


this "ltr.hasNext()" false, can't load reactor from map. how to fix?



bumppp
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Sep 1, 2016
Messages
26
Reaction score
0
I can't warp to map 926100100 and 926110100 and more. bug from src:
PHP:
private void spawnAndAddRangedMapObject(final MapleMapObject mapobject, final DelayedPacketCreation packetbakery, final SpawnCondition condition) {
        mutex.lock();
        try {
            runningOid++;
            mapobject.setObjectId(runningOid);
            mapobjects.put(runningOid, mapobject);


            final Iterator<MapleCharacter> ltr = characters.iterator();
            MapleCharacter chr;
            while (ltr.hasNext()) {
                chr = ltr.next();
                if (condition == null || condition.canSpawn(chr)) {
                    if (chr.getPosition().distanceSq(mapobject.getPosition()) <= GameConstants.maxViewRangeSq()) {
                        packetbakery.sendPackets(chr.getClient());
                        chr.addVisibleMapObject(mapobject);
                    }
                }
            }
        } finally {
            mutex.unlock();
        }
    }


this "ltr.hasNext()" false, can't load reactor from map. how to fix?



bumppp
bumpp
 
Newbie Spellweaver
Joined
Nov 22, 2011
Messages
38
Reaction score
41
Every time a character goes to Henesys, they are stuck and the client crashes with runtime error. How do I fix that?
 
Newbie Spellweaver
Joined
Oct 27, 2018
Messages
22
Reaction score
0
hello guys >>> this kms what client need to use v160 and isee wz download here like 4,8G that's wz client to exchange for wz v160 or that's client I want know befor download
 
Initiate Mage
Joined
Jul 19, 2019
Messages
1
Reaction score
0
I tried to it but failed. Hshield was problem for me.

The error was 0x30000030.

I removed Hshield folder and extract your given Hshield zip.
 
Back
Top