Recently I made the decision to move my old H5 server to the new "master" one available on L2J, However, a few error has appear :?: , when try to put my customization environment, which is made by this list:
1 - Auto Announcement: handle auto announcement over the server,
7 - Trader Zone: giran harbor with delimiter npc for trader zone, a few edited htmls and more...
8 - SQL Fixing: including autorestart, city guards enhancer, more custom item drops, etc...
9 - Vote Reminder: a screaming npc in each town, obvious
10-Delevel Manager: obvious
11-Services Manager Premium: premium NPC for player that donate, more xml, more script, and so on...
12-Potion Stuff: stack pot system (swift, haste, mana drug, and so on).
And now the questions: :crazy:
1- Notice that entire Multisell format on L2J has changed, now is not allow the "id" attribute on "item" element, which forced me to change ALL multisell xml o the entire server. There is any better way to search and replace a pattern like <item id="1"> to <item>, and <item id="276"> to <item> as well, rather than manual style? :think:
2- Services manager, is a fork from Services Manager by Allen, work really good those lately year, but now is giving me headache, missing imports, tons of multisell to change "manually" to fit new xml format, endless pain. The XML can be fix soon or late in auto or manual mode, but on script matter, I have some missing imports, there is any fix from that Services Manager to new L2J H5 format? Here are some missing headers:
from com.l2jserver import L2DatabaseFactory
from com.l2jserver.gameserver.model.quest.jython import QuestJython as JQuest
from com.l2jserver.gameserver.model.base import Race - ¿Founded in: com.l2jserver.gameserver.enums?
from com.l2jserver.gameserver.datatables import SkillTable
from com.l2jserver.gameserver.datatables import SkillTreesData - ¿Founded in: com.l2jserver.gameserver.data.xml.impl?
from com.l2jserver.gameserver.datatables import ClanTable - ¿Founded in: com.l2jserver.gameserver.data.sql.impl?
from com.l2jserver.gameserver.datatables import CharTemplateTable
from com.l2jserver.gameserver.datatables import HennaTreeTable
3- Substack system, also work with a lot of script server side, it was a fork of By Allen once more, but again some import are missing and of course doesn't work under this new L2J H5 structure, any help?. :roll:
Basically: :crazy:
1- Missing import from Services Manager and Substack System
---
I hope get some help and answer from here, otherwise, I will need to forget the update, which is not what I'm looking.
I will use this thread to put all my doubt, waiting for some good soul to enlighten me... :clap:
Never mind @LordWinter, seems I got confused. Please accept my apologies. But for the record will you explain me what kind of calculation provides 9.5242%chance for Metallic Fiber at x1 and 33.3346%chance at x25 i see also have by chance a very large amount.
This is x15 according to my formula.
Guys, every item that is being generated in DB has unique ID bound only to this specific item.
Admins don't even bother tracing transactions. They can find it among all other item data.
Regardless, depending on what filters admin apply, item transactions will be very visible in logs.
If admin wants to find it and he has the skills to do it, he will.
Question
howdoyouturn69 0
Share this post
Link to post
Share on other sites
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.