1x1 Arena

Coffee

Heir
Customer
I was playing a Mobile game and had the idea of replicating this arena that existed in the game... I did everything by copying Ctrl C and Ctrl V what already exists in Lucera and it seems to have turned out well... Basically it's a 1v1 Duel event with very simple rewards...

so far i got : Voiced command for join or leave ( .pvparena ) / NPC registration option / Settings like , Instance ID ( it can be anywhere on the map..) , Rewards for victory and defeat , time for start and delay ... , Basics checks like Olympiad, duel, dead, mounted, or already in the event queue ... ( if (player.isInCombat() || player.isOlyParticipant() || player.isInDuel() || player.isDead() || player.isMounted ... )) .

 
Back
Top