Jump to content

Recommended Posts

Posted

Hello, i was searching for this command but i didnt found it in our forum so i decided to share it, below you can preview the html's


 


 

 



fnvm36.giff0n4vs.gif
How to install it? EASY:

 

 



1. GameServer\data\html\mods (add here the repair FOLDER not only the files)
2. GameServer\data\scripts\handlers\voicedcommandhandlers (only the file Repair.java)


  (dont forget to edit your masterhandler.java script)

 

 


This is the hidden content, please



Credits: Szponiasty

 

 

 

 

  • Like 1
  • 1 year later...
  • 2 years later...
Posted

How would you look in the parts of the connection to the database? These parts here,

 

UPDATE characters SET x=17867, y=170259, z=-3503 WHERE charId=?"

 

 

and

 

SELECT charId FROM characters WHERE char_name=?"

 

Because that way nothing happens, I already changed

 

that

 

charId

 

for that

 

obj_id

 

 

And it's still happening, he does not even notice the other player.

  • 10 months later...
Posted (edited)

HTML repair button does nothing, like @l2jkain said, for acis the charId needs to be changed tp obj_id, and on character_shortcuts needs to be like this:
 "DELETE FROM character_shortcuts WHERE char_obj_id=?"

 

if you run ".startrepair charactername" it will do the repair, but if you run the HTML and press the "REPAIR" button nothing happens.

Update:
 

in repair.htm edit the repair button to match this:
<button value="Repair" action="bypass -h voice_startrepair $name" width="75" height="26" back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">

From there on ti should work

Edited by abumini
  • 1 month later...
Posted

Hello! I ask to help with one problem.
Installed this share on aCis 374 and, like, everything works, but it's not entirely correct.
the .repair command launches, the window opens, but after clicking on the Repair button, it always comes out - Repair Attempt: Failed. And if you enter manually .startrepair <crar_name>, then everything works as it should.

As if in a line     

<button value = "Repair" action = "bypass -h voiced_startrepair $name".....

$name - the repairChar value is not defined and the query is in the string
      

 if (command.startsWith ("startrepair") && (repairChar! = null))

is always "null", so the error also gets out. I'm just starting to understand all this. Thank you.

Posted
On 06/03/2018 at 7:10 PM, Seemann said:

Hello! I ask to help with one problem.
Installed this share on aCis 374 and, like, everything works, but it's not entirely correct.
the .repair command launches, the window opens, but after clicking on the Repair button, it always comes out - Repair Attempt: Failed. And if you enter manually .startrepair <crar_name>, then everything works as it should.

As if in a line     


<button value = "Repair" action = "bypass -h voiced_startrepair $name".....

$name - the repairChar value is not defined and the query is in the string
      


 if (command.startsWith ("startrepair") && (repairChar! = null))

is always "null", so the error also gets out. I'm just starting to understand all this. Thank you.

It's not the .repair thats wrong.
Your VoiceCommand probably doesn't have a condition in the RequestBypassToServer.java for the command "voice_" or "voiced_", it depends on what version you created.

 

Try adding this:
https://pastebin.com/ttb3FW5Q

Posted

At me bypass it is "voiced_", in that continually that the command passes (if I specifically specify the wrong command in repair.htm, I receive the message about its absence), and here the name which should be substituted instead of $name is ignored, if the command did not pass I would not see a log Repair Attempt: Failed in the terminal. This log appears only if the name is not specified, I can also just enter the .startrepair command without a name and the same log "Repair Attempt: Failed ". May be problem in htm? x_x

Posted

try to debug it. and see what's missing.

Mine is working witouth a problem. if you bypass states "voiced_" then the htm command should be:
 

<button value="Repair" action="bypass -h voice_startrepair $name" width="75" height="26" back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">


You don't need to edit anything else in the htm.
If it didn't work, try it on a fresh instance and track down the culprit.

 

 

  • 2 weeks later...
  • 1 month later...
  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Download Lobby u need island for lobby Download Crow Island  
    • Website: https://l2elixir.org/ Discord: https://discord.gg/5ydPHvhbxs    
    • L2-LORENA x100 MID RATE   Interlude Nostalgia Meets Modern Gameplay   OFFICIAL OPENING:  April 4 (Saturday)  19:00 UTC+1 ⸻  MAIN INFORMATION  Adena: x5  Drop: x10  Spoil: x10  Raid Boss: x10  Seal Stones: x2  Quests: x10 ⸻  FEATURES  GM Shop up to B-Grade  Full Buffer  Premium System (x2 bonuses)  AutoFarm – FREE for everyone ⸻  SERVER CONCEPT  Classic Interlude nostalgia  Enhanced with modern interface & mechanics  Balanced PvP & PvE gameplay  Active development & custom features ⸻  WHY JOIN L2-LORENA?  No Pay-to-Win  Smooth gameplay & stable server  Competitive PvP environment  Friendly & active community ⸻  JOIN US NOW L2-LORENA 100X <<< LINK Discord: https://discord.gg/TYZ88Tgx4b  Facebook: https://www.facebook.com/share/18kwbkaYZY/?mibextid=wwXIfr   L2-LORENA Link << Discord: https://discord.gg/TYZ88Tgx4b  Facebook: https://www.facebook.com/share/18kwbkaYZY/?mibextid=wwXIfr
    • https://web.archive.org/web/20260306183214/https://maxcheaters.com/topic/241828-l2j-l2damage/page/3/ https://l2topzone.com/forum/l2-server-support-problems/9/l2damage-stopped/30514 Also we will try to push longer seasons ever ! (1135-100)/9 = 115 online
    • ONE SIDE – AND EVERYTHING BREAKS ▪ Looks like a simple case: Florida DL, back side, barcode – “clean and minimal”. ▪ In reality, these are exactly the tasks that fail most often. – data provided as plain text – request only for the back side – focus on the barcode (PDF417) ▪ And here’s the key point: ▪ A barcode is not just a “picture on the back”. It’s compressed logic of the entire document. ▪ If it doesn’t match the front, format, and data structure – the system flags it instantly. ▪ Many create a “similar-looking” code. But systems don’t read “similar” – they read by specification. ▪ In cases like this, it’s not about design. It’s about correct data assembly and how it behaves inside the format. ▪ Today only – 15% off for verification cases. ▪ Want it to pass, not just look right? Describe your case – we’ll show where even clean files break. › TG: @mustang_service ( https:// t.me/ mustang_service ) › Channel: Mustang Service ( https:// t.me/ +JPpJCETg-xM1NjNl ) #editing #photoshop #documents #verification #case
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..