--mob hareket ekleme fix by swx karus
update K_NPCPOS set RightX= RightX + 30 where ZoneID=1 and ActType=1
update K_NPCPOS set BottomZ= BottomZ - 20 where ZoneID=1 and ActType=1
update K_NPCPOS set LimitMaxX= LimitMaxX + 30 where ZoneID=1 and ActType=1
update K_NPCPOS set LimitMaxZ= LimitMaxZ - 30 where ZoneID=1 and ActType=1
update K_NPCPOS set LimitMinZ= LimitMinZ - 6 where ZoneID=1 and ActType=1
update K_NPCPOS set LimitMinX= LimitMinX + 14 where ZoneID=1 and ActType=1
--mob hareket ekleme fix by swx (elmo)
update K_NPCPOS set RightX= RightX + 30 where ZoneID=2 and ActType=1
update K_NPCPOS set BottomZ= BottomZ - 20 where ZoneID=2 and ActType=1
update K_NPCPOS set LimitMaxX= LimitMaxX + 30 where ZoneID=2 and ActType=1
update K_NPCPOS set LimitMaxZ= LimitMaxZ - 30 where ZoneID=2 and ActType=1
update K_NPCPOS set LimitMinZ= LimitMinZ - 6 where ZoneID=2 and ActType=1
update K_NPCPOS set LimitMinX= LimitMinX + 14 where ZoneID=2 and ActType=1
Teşekkürler Tufan.. 1 Ara ulaş Bana Cep'ten 🙂
update K_NPCPOS set RightX= RightX + 30 , BottomZ= BottomZ - 20 , LimitMaxX= LimitMaxX + 30 , LimitMaxZ= LimitMaxZ - 30 , LimitMinZ= LimitMinZ - 6 , LimitMinX= LimitMinX + 14 where ZoneID in (1,2) and ActType=1
evet arkadaslar yakında acacağım serverdan size breth ve piana 'daki 1e1 olmasada hemen hemen tüm kordinatlar buyrun
View hidden content is available for registered users!
Not:bu kodları teker teker gireceksiniz dbye ayrı olarak yapıskan sorunu fixlemeniz gerekir elimde suan gerekli kodu yok evde kaldı onu siz ayarlarsınız zaten basit bişey
eger benim verdigim kodlarda sizin npclere uyumlu degilse kendiniz k_npc'den yada k_monsterden mobların ve npclerin numarasına bakıp ayarlayın
Yapısıklık Sorunu Fixleme
Kod:--mob hareket ekleme fix by swx (karus) update K_NPCPOS set RightX= RightX + 30 where ZoneID=1 and ActType=1 update K_NPCPOS set BottomZ= BottomZ - 20 where ZoneID=1 and ActType=1 update K_NPCPOS set LimitMaxX= LimitMaxX + 30 where ZoneID=1 and ActType=1 update K_NPCPOS set LimitMaxZ= LimitMaxZ - 30 where ZoneID=1 and ActType=1 update K_NPCPOS set LimitMinZ= LimitMinZ - 6 where ZoneID=1 and ActType=1 update K_NPCPOS set LimitMinX= LimitMinX + 14 where ZoneID=1 and ActType=1
Kod:--mob hareket ekleme fix by swx (elmo) update K_NPCPOS set RightX= RightX + 30 where ZoneID=2 and ActType=1 update K_NPCPOS set BottomZ= BottomZ - 20 where ZoneID=2 and ActType=1 update K_NPCPOS set LimitMaxX= LimitMaxX + 30 where ZoneID=2 and ActType=1 update K_NPCPOS set LimitMaxZ= LimitMaxZ - 30 where ZoneID=2 and ActType=1 update K_NPCPOS set LimitMinZ= LimitMinZ - 6 where ZoneID=2 and ActType=1 update K_NPCPOS set LimitMinX= LimitMinX + 14 where ZoneID=2 and ActType=1