marwan Posted November 18, 2012 Posted November 18, 2012 Hello guys , I updated my old zone with new things also its configured via XML Create new file in /data and name it customzone.xml <?xml version='1.0' encoding='utf-8'?> <customzone> <enter> <msg>You entered pvp zone</msg> <flag>false</flag> <randomName>true</randomName> <party>true</party> <chat>true</chat> <dieMsg>You have died. You can press Back to Village or some one revive you</diemsg> </enter> <exit> <msg>You exit pvp zone</msg> <flag></flag> </exit> </customzone> <enter> When you enter the zone <msg> send a message when you enter <flag> you get flagged when you enter (true/false) <randomName> every player gets random name when enters <party> allows party or not <chat> allows chat or not <dieMsg> displays message when you die </enter> <exit> When you exit the zone <msg> displays message when you exit <flag> remove flag instantly when you exit </exit> Pastebin : http://pastebin.com/V6HtDaqi I'am still updating it Quote
MlDNlGHT Posted November 18, 2012 Posted November 18, 2012 Better idea, to have it more customizable .......... But really you should add these options in to the L2JConfig. It would be 99% less code, and 100% more logical. Make your own customzone.properties and add all the code in to config.java.. If you need some examples let me know, I would be more than happy to show you some.. (is this for freya or hi5?) Quote
marwan Posted November 18, 2012 Author Posted November 18, 2012 Better idea, to have it more customizable .......... But really you should add these options in to the L2JConfig. It would be 99% less code, and 100% more logical. Make your own customzone.properties and add all the code in to config.java.. If you need some examples let me know, I would be more than happy to show you some.. (is this for freya or hi5?) Yea it woulld be hell easier if its in config but I wanted to make something unique I coded on Hi5 Quote
marwan Posted November 21, 2012 Author Posted November 21, 2012 Marwan how to add cordinations? what do you mean ? Quote
marwan Posted December 3, 2012 Author Posted December 3, 2012 I dont have import ZoneID which client and pack are you using ? Quote
SweeTs Posted December 3, 2012 Posted December 3, 2012 I dont have import ZoneID CTRL+Shift+O to organize imports. Quote
marwan Posted December 3, 2012 Author Posted December 3, 2012 I use l2jendure:) l2jendure based on l2jserver , just do as SweeTs said or quick fix Quote
TreVor Posted December 14, 2012 Posted December 14, 2012 Marwan please update to l2jendure , dont work /; Quote
marwan Posted December 14, 2012 Author Posted December 14, 2012 like i said before l2jendure is based on l2jserver so it should work if its giving error in imports then CTRL+Shift+O to organize imports. Quote
TreVor Posted December 16, 2012 Posted December 16, 2012 Command dont work ;/ [javac] D:\eruris4\Endure Server Pack\CORE\java\com\end\gameserver\model\zone\type\L2CustomPvP.java:36: error: cannot find symbol [javac] import com.end.gameserver.model.zone.ZoneId; [javac] ^ [javac] symbol: class ZoneId [javac] location: package com.end.gameserver.model.zone [javac] D:\eruris4\Endure Server Pack\CORE\java\com\end\gameserver\model\zone\type\L2CustomPvP.java:133: error: cannot find symbol [javac] character.setInsideZone(ZoneId.PVP, true); [javac] ^ [javac] symbol: variable ZoneId [javac] location: class L2CustomPvP [javac] 2 errors Quote
snopzito Posted February 8, 2013 Posted February 8, 2013 someone could give me the patch does not work because pastebin Sorry foy my english 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.