Jump to content

Recommended Posts

Posted

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

Posted

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

Posted

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

 

 

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

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

 

 

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock