Jump to content

Question

Posted

It is possible to make zone for noblesse Just for noblesse? What i mean? Well, player can walk till that zone, and i want when player walk and enter in that zone to farm, to get out instantly. And i want only noblesse can farm there. Thank you!

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

onEnter(){

check if !char.isNoble();

if true

do sth

else

whatever.

 

for teleporting from Gatekeeper by default it's provided already the function for noblesse only tp ... so play arround with  that u will figure it out :D

Edited by LordPanic
  • Upvote 1
  • 0
Posted

Thank you for answer, so in what package? L2Teleporter.java? Cuz i do noblesse teleport in CustomTeleport table created by L2j-Sunrise Devs

  • 0
Posted
8 hours ago, 0flee said:

Thank you for answer, so in what package? L2Teleporter.java? Cuz i do noblesse teleport in CustomTeleport table created by L2j-Sunrise Devs

 

You simply check if player is Noble before entering that zone, but first you have to create a custom zone (assign coords to it in the datapack) and do the enter/checks in there (java).

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
Answer this question...

×   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...