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.
Hey everyone!
L2Evolution – Inspired by L2Pride
We’ve just released more info about the server everything you need to know is now available!
👉 Learn more here: https://l2evolution.org/Forum/wiki/
🌐 Official Website: l2evolution.org
Question
VideoCopilot
Hello i made this
npc that appear a html
tb.append("<td><button value=" +p.getName() + " action=\"bypass -h Quest SearchPlayer getinfo\" width=180 height=21 back=\"L2UI_CT1.Button_DF_Down\" fore=\"L2UI_CT1.Button_DF\"></td><br>");
the question is how i set the bypass to target the player name
example im the player "Admin" and the npc find all active players in world and appear their names in a list
but i want when i click the player name to give me details for him like his levels e.t.c so in a new class
private void Results(L2PcInstance p )
{
}
i want post the things of the player that i click his name like p.getLevel() e.t.c and return HIS LEVEL no mine..
Thanks!
2 answers to this question
Recommended Posts
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.