++if(!cha.getPincheck())+{+ final NpcHtmlMessage html =newNpcHtmlMessage(0);+ html.setFile("data/html/pin.htm");+ html.replace("%player%", cha.getName());+ cha.setIsSubmitingPin(true);+ sendPacket(html);+return;+}+
cha.setClient(client);
I get the html from the pin code but when I enter a password it does not release me to enter the character
I removed java HTML and wrote this way.
<html><head><title>Character Pin Panel</title></head>"
<body><center><tablewidth="250"cellpadding="5"bgcolor="000000"><tr><tdwidth="45"valign="top"align="center"><imgsrc="L2ui_ch3.menubutton4"width="38"height="38"></td><tdvalign="top"><fontcolor="FF6600">Pin Panel</font><br1><fontcolor="00FF00"> %player% </font>, use this interface to enable pin secirity.</td></tr></table></center><center><imgsrc="l2ui_ch3.herotower_deco"width=256height=32align=center><br></center><tablewidth="350"cellpadding="5"bgcolor="000000"><tr><tdwidth="45"valign="top"align="center"><imgsrc="Icon.etc_old_key_i02"width="32"height="32"></td><tdvalign="top">Please enter your PIN:<editvar="dapin"width=80height=15><br1>info or something (can delete)</td></tr></table><br>"
<center><buttonvalue="Submit"action="bypass -h enterpin $dapin"width=75height=21back="L2UI_ch3.Btn1_normalOn"fore="L2UI_ch3.Btn1_normal"></center><center><imgsrc="l2ui_ch3.herotower_deco"width=256height=32align=center><fontcolor="FF6600">By Elfocrash</font></center></body></html>
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.
Account Features
➡ EARLY SUPPORTER BADGE
➡ NO QUEST BADGE
➡ 24 MONTHS BOOST BADGE
➡ 1 YEAR NITRO SUBSCRIPTION
➡ CREATION DATE IS 2017
➡ ACCOUNT STANDING STATUS IS ALL GOOD
➡ CLEAN BILLING
➡ OGE MAIL OUTLOOK
PAYMENT METHODS
➡ CRYPTO
➡ PAYPAL
➡ CASHAPP
➡ BANK TRANSFER
➡ GIFTCARDS
➡ ZELLE
➡ VENMO
CONTACTS
➡ DISCORD : crh11s
➡ TELEGRAM : crh11s
CONTACT WITH ME IF YOU ARE SERIOUS BUYE
To check the operation of npc movement. You can turn off all movement in the game and move only the npc you want using the move to package. This way you will reduce a lot of unnecessary code and understand where the problem is.
And all your maps are not thread safe and you are using multithreading
startQuestTimer("move", 5000, npc, null);
Question
Williams
Hi I'm trying to put in to add the pin code when selecting the character, I removed EnterWorld code and added in CharacterSelect
Code : https://pastebin.com/raw/gzC3FMBG
CharacterSelect.java
I get the html from the pin code but when I enter a password it does not release me to enter the character
I removed java HTML and wrote this way.
4 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.