l2jkain Posted May 7, 2019 Posted May 7, 2019 Hello, which class meets this attribute? msg="811;Rune Township" which is inside the telemetry htmls msg="" <a action="bypass -h npc_%objectId%_goto 1047" msg="811;Rune Township">Rune Township - 57000 Adena</a><br1>
0 D3X Posted May 8, 2019 Posted May 8, 2019 Can you please explain what are you trying to do so we can understand it and try to help you?
0 Katara512 Posted May 8, 2019 Posted May 8, 2019 811 is id from systemmsg that contains a string , this is a requestbypass packet
0 l2jkain Posted May 12, 2019 Author Posted May 12, 2019 I want to define for all Gatekeeper I wrote this more I came across it msg = "811; Town of Oren" in all htmls has this string msg = "" I want to add the has inside this string but I do not know where it is if (getTemplate().isType("Gatekeeper")) player.sendPacket(new ConfirmDlg(SystemMessageId.WILL_BE_MOVED).addString(getTemplate().getName()).addZoneName(player.getPosition()).addTime(15000).addRequesterId(player.getObjectId())); Hello I'm trying to set a team to close https://ibb.co/mh8mRgx
Question
l2jkain
Hello, which class meets this attribute?
msg="811;Rune Township"
which is inside the telemetry htmls
msg=""
<a action="bypass -h npc_%objectId%_goto 1047" msg="811;Rune Township">Rune Township - 57000 Adena</a><br1>
3 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now