Jump to content

Custom Zone- XML


marwan

Recommended Posts

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

Link to comment
Share on other sites

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?)

Link to comment
Share on other sites

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

 

 

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

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

 

 

Link to comment
Share on other sites

  • 1 month later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...