איך אני עושה שמפה תיהיה PVP ולא CHANNEL
איפה אני יכול לשים את ה ID של אחד מהמפות וכך היא תיהיה מפה שבה PVP (והמפה תיהיה בכל הצאנלים)
|
|
ב AbstractDealDamageHandler.java
את שורה הזאת:
תשנה לזה:קוד PHP:if ((attack.skill != 2301002 && attack.skill != 4201004 && attack.skill != 1111008) && player.getClient().getChannel() == player.getClient().getChannelServer().getPvpChannel()) {
ואיפה שכתוב MAPIDHERE תשנה ל id של המפה שאתה רוצה.קוד PHP:if ((attack.skill != 2301002 && attack.skill != 4201004 && attack.skill != 1111008) && player.getMapId() == MAPIDHERE) {