L2JMobius

Homunculus Admin UI & Enchant Improvements

realAprox · 5 · 3126

Offline realAprox

  • Heir
  • **
    • Posts: 10
  • Pip Pip The Diddly Doo
    • YouTube
FIXED:
-Improved Admin UI
-null enchant value returns 0 instead of error.
-Added Items Enchant commands for:
     # Brooch
     # Bracelet
     # Seed Bracelet
     # Artifact book
     # All Equipped Agathions
     # All Equipped Artifacts

--------------------
PATCH Update File
(Updates Source and admin/html/*)
DOWNLAOD
--------------------





Offline Spellfox

  • Vassal
  • *
    • Posts: 1
Good job and thanks for sharing.

I applied the Patch and I have this problem

Code: [Select]
[26/04 00:28:56] -------------------------------------------------=[ Scripts ]
[26/04 00:28:56] AirShipManager: Loaded 0 private airships
[26/04 00:28:56] ShuttleData: Loaded 3 shuttles.
[26/04 00:28:56] GameServer: Loading server scripts:
[26/04 00:28:59] GameServer: Failed to execute script list!
java.lang.RuntimeException:
----------------
File diagnostics
----------------

-----------------------
Compilation diagnostics
-----------------------
WARNING: data\scripts\handlers\admincommandhandlers\AdminEnchant.java, Line 321, Column 45
code: compiler.warn.restricted.type.not.allowed
message: as of release 10, 'var' is a restricted type name and cannot be used for type declarations or as the element type of an array
WARNING: data\scripts\handlers\admincommandhandlers\AdminEnchant.java, Line 336, Column 45
code: compiler.warn.restricted.type.not.allowed
message: as of release 10, 'var' is a restricted type name and cannot be used for type declarations or as the element type of an array
ERROR: data\scripts\handlers\admincommandhandlers\AdminEnchant.java, Line 321, Column 41
code: compiler.err.cant.resolve.location
message: cannot find symbol
  symbol:   class var
  location: class handlers.admincommandhandlers.AdminEnchant
ERROR: data\scripts\handlers\admincommandhandlers\AdminEnchant.java, Line 336, Column 41
code: compiler.err.cant.resolve.location
message: cannot find symbol
  symbol:   class var
  location: class handlers.admincommandhandlers.AdminEnchant

at org.l2jmobius.gameserver.scripting.java.JavaExecutionContext.executeScripts(JavaExecutionContext.java:171)
at org.l2jmobius.gameserver.scripting.java.JavaExecutionContext.executeScript(JavaExecutionContext.java:239)
at org.l2jmobius.gameserver.scripting.ScriptEngineManager.executeScript(ScriptEngineManager.java:164)
at org.l2jmobius.gameserver.GameServer.<init>(GameServer.java:380)
at org.l2jmobius.gameserver.GameServer.main(GameServer.java:509)


Do I need to make any changes to work in the current version or am I doing something wrong?


Online CostyKiller

  • Distinguished King
  • *****
    • Posts: 953