Sell Custom extensions for lucera2 | HTML Design (NPC & CB)

Very cool addition feature! The dev is also very helpful, supported us a lot along the way of the setup in our server!
 
Different name colors for PvP Zones
Price: 10eur
Buy for Interlude
Buy for Classic (soon)
Note: the zone need to be battle_zone!
Every zone can have different color!
After the player leave the zone the color is removed.
Simple setup with 2 lines of code!
You can setup the pvp count per kill for example 2/3/4/5/6/7/8 or any number, again this can be setup separately per zone!
Command for exit zone .exitpvp
Auto Respawn time via config
Entering zone message info via strings
Configurable coordinates for exit
Simple setup example​
Code:
<zone name="[baium_epic_fun]" type="battle_zone" >
        <set name="enabled" val="true" />
        <set name="zoneNameColorEnabled" val="true" />
        <set name="zoneNameColor" val="FFFF00" />
         <!-- optional custom PvP logic -->
        <set name="zonePvpCountEnabled" val="true" />
        <set name="zonePvpRate" val="4.0" />
        <polygon>
            <coords loc="116616 17576 10032 10232" />
            <coords loc="117064 16552 10032 10232" />
            <coords loc="117032 15592 10032 10232" />
            <coords loc="116664 14632 10032 10232" />
            <coords loc="116024 14008 10032 10232" />
            <coords loc="115128 13640 10032 10232" />
            <coords loc="114136 13624 10032 10232" />
            <coords loc="113256 13992 10032 10232" />
            <coords loc="112568 14664 10032 10232" />
            <coords loc="112216 15592 10032 10232" />
            <coords loc="112216 16552 10032 10232" />
            <coords loc="112600 17432 10032 10232" />
            <coords loc="113288 18120 10032 10232" />
            <coords loc="114152 18472 10032 10232" />
            <coords loc="115144 18488 10032 10232" />
            <coords loc="116152 18024 10032 10232" />
        </polygon>
    </zone>


1774944238537.webp1774944268170.webp
1774944305986.webp
 
Last edited:
Back
Top