Slayerduck Posted September 4, 2013 Posted September 4, 2013 When i run Gameserver it appears 2x ZoneData: No such zone type: MultiFunctionZone Hmm ? wtf Quote
^Wyatt Posted September 4, 2013 Author Posted September 4, 2013 When i run Gameserver it appears 2x ZoneData: No such zone type: MultiFunctionZone Hmm ? wtf Can't give any help if I don't know which pack are u using, which patch did u apply and if u added it correctly. Quote
Slayerduck Posted September 4, 2013 Posted September 4, 2013 Can't give any help if I don't know which pack are u using, which patch did u apply and if u added it correctly. L2jFrozen, and it didn't gave any error on compiling. Quote
^Wyatt Posted September 4, 2013 Author Posted September 4, 2013 The problem should be here Index: head-src/com/l2jfrozen/gameserver/datatables/xml/ZoneData.java =================================================================== --- head-src/com/l2jfrozen/gameserver/datatables/xml/ZoneData.java (revision 948) +++ head-src/com/l2jfrozen/gameserver/datatables/xml/ZoneData.java (working copy) @@ -58,6 +58,7 @@ import com.l2jfrozen.gameserver.model.zone.type.L2FortZone; import com.l2jfrozen.gameserver.model.zone.type.L2JailZone; import com.l2jfrozen.gameserver.model.zone.type.L2MotherTreeZone; +import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone; import com.l2jfrozen.gameserver.model.zone.type.L2NoHqZone; import com.l2jfrozen.gameserver.model.zone.type.L2NoLandingZone; import com.l2jfrozen.gameserver.model.zone.type.L2OlympiadStadiumZone; @@ -240,6 +241,10 @@ { temp = new L2NoHqZone(zoneId); } + else if(zoneType.equals("MultiFunctionZone")) + { + temp = new L2MultiFunctionZone(zoneId); + } else if(zoneType.equals("BossZone")) { int boss_id = -1; check if u added it correctly Quote
Slayerduck Posted September 4, 2013 Posted September 4, 2013 The problem should be here Index: head-src/com/l2jfrozen/gameserver/datatables/xml/ZoneData.java =================================================================== --- head-src/com/l2jfrozen/gameserver/datatables/xml/ZoneData.java (revision 948) +++ head-src/com/l2jfrozen/gameserver/datatables/xml/ZoneData.java (working copy) @@ -58,6 +58,7 @@ import com.l2jfrozen.gameserver.model.zone.type.L2FortZone; import com.l2jfrozen.gameserver.model.zone.type.L2JailZone; import com.l2jfrozen.gameserver.model.zone.type.L2MotherTreeZone; +import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone; import com.l2jfrozen.gameserver.model.zone.type.L2NoHqZone; import com.l2jfrozen.gameserver.model.zone.type.L2NoLandingZone; import com.l2jfrozen.gameserver.model.zone.type.L2OlympiadStadiumZone; @@ -240,6 +241,10 @@ { temp = new L2NoHqZone(zoneId); } + else if(zoneType.equals("MultiFunctionZone")) + { + temp = new L2MultiFunctionZone(zoneId); + } else if(zoneType.equals("BossZone")) { int boss_id = -1; check if u added it correctly Gameserver: ======================================================================-[ Zone ] Loading zones... ZoneData: No such zone type: MultiFunctionZone Initializing ArenaManager Initializing TownManager ZoneData: No such zone type: MultiFunctionZone Initializing OlympiadStadiaManager Initializing CastleManager Loaded: 9 castles Initializing GrandBossManager GrandBossManager: Loaded 15 Instances Initializing FishingZoneManage Zone.xml: :( Quote
^Wyatt Posted September 4, 2013 Author Posted September 4, 2013 Fu, dunno, maybe the error is that the zone must be added in other .xml and not peace.xml, not sure. But really dunno, I never work with IL, try to find help from someone else, I won't download IL source soz :p Quote
Slayerduck Posted September 4, 2013 Posted September 4, 2013 Fu, dunno, maybe the error is that the zone must be added in other .xml and not peace.xml, not sure. But really dunno, I never work with IL, try to find help from someone else, I won't download IL source soz :p Can you do fast a code for me? Quote
^Wyatt Posted September 4, 2013 Author Posted September 4, 2013 Go PM or Dev Help Section, but... I won't download IL source soz :p Quote
Slayerduck Posted September 8, 2013 Posted September 8, 2013 Update: - Code works now, but i dont get my reward, when killing a player :\ Quote
^Wyatt Posted September 8, 2013 Author Posted September 8, 2013 Update: - Code works now, but i dont get my reward, when killing a player :\ :/ dunno what you did m8, this code works. Quote
Slayerduck Posted September 9, 2013 Posted September 9, 2013 Man your code is fked up. We re-added it and everything works besides PvP Reward and the kill doesn't count to PVP Kills. Quote
^Wyatt Posted September 9, 2013 Author Posted September 9, 2013 Man your code is fked up. We re-added it and everything works besides PvP Reward and the kill doesn't count to PVP Kills. Tell it to all people that is using it and/or used it. If the PvP doesn't count is not coz my code, is coz of your pack. Probably some crap antifeed protection or who knows what. Before talking, try to know what are u saying. Quote
Slayerduck Posted September 9, 2013 Posted September 9, 2013 Tell it to all people that is using it and/or used it. If the PvP doesn't count is not coz my code, is coz of your pack. Probably some crap antifeed protection or who knows what. Before talking, try to know what are u saying. I say that because it's not working. Also like i said i would like to know why this PvP Reward doesnt work. ._. its urgent man i need that. Quote
^Wyatt Posted September 9, 2013 Author Posted September 9, 2013 Stop spamming and read what I said. If you don't get PvP Kills has nothing to do with my ZONE, coz the zone does not give pvp points. The zone just gives you reward if you get 1 PvP Point inside the Zone, so, if you aren't getting PvP Points you won't have any reward. And, as I said, it's something related with your pack and anti-feed protections, more than probably. Quote
Devlin Posted September 9, 2013 Posted September 9, 2013 Stop spamming and read what I said. If you don't get PvP Kills has nothing to do with my ZONE, coz the zone does not give pvp points. The zone just gives you reward if you get 1 PvP Point inside the Zone, so, if you aren't getting PvP Points you won't have any reward. And, as I said, it's something related with your pack and anti-feed protections, more than probably. For me that zone was working perfect. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.