Jump to content
  • 0

Few problems with l2jesios pack, tvt event, and ...


Question

Posted

Hello, people!

 

I have a few problems with l2jesios pack, that i can not solve, so I decided to ask some help. Im using LINUX;Debian.

 

1st question:

How to fix TVT event? I already created L2TvTEventNpc with 50006 ID, the npc spawns correctly, but when i try to click on the npc nothing happens, no chat appears, no error in gameserver log appears, just nothing happens.

# <u><b><font color="red">WARNING: this mod require custom NPC table support turned on !</font></b></u>
CustomNpcTable = True 
#in General.properties

There is no such a file as GENERAL.PROPERTIES, but I created it manually, but still... same.

 

2nd question:

How to understand that l2jesios .xml enchant system? I dont get it, how to set as example 50% enchant rate and max 16 ?

    <enchantscroll itemId="959"><!-- Scrolls: Enchant Weapon S -->
        <type grade="S" weapon="true" armor="false" isBlessed="false" hero="false"/>
        <plus min="1" max="1"/>
        <limits min="0" max="15"/>
        <drop min="0" max="0"/>
        <chance default="70" save="3">
            <itemGroup type="magic" default="40" save="3">
                <add level="16" chance="20"/>
            </itemGroup>
            <itemGroup type="fight" default="70" save="3">
                <add level="16" chance="35"/>
            </itemGroup>
        </chance>
    </enchantscroll>

 

3rd question/request:

Maybe someone still haves all l2jesios pack voicecommand list and custom nobless ID ?

 

4th question:

How to edit NPC aggro/clan??...

 

 

pre-thanks for those who will try to help me, THANKS!! sorry for bad english.

8 answers to this question

Recommended Posts

  • 0
Posted

About enchant

 

default="70"

 

default is the value / chance and it's separated for "fight" and "magic" weapons.

 

so if i want to set enchant rate mage  65 and fighter 75 so the code should look like this:

    <enchantscroll itemId="959"><!-- Scrolls: Enchant Weapon S -->
        <type grade="S" weapon="true" armor="false" isBlessed="false" hero="false"/>
        <plus min="1" max="1"/>
        <limits min="0" max="15"/>
        <drop min="0" max="0"/>
        <chance default="100" save="3">
            <itemGroup type="magic" default="65" save="3">
                <add level="16" chance="20"/>
            </itemGroup>
            <itemGroup type="fight" default="75" save="3">
                <add level="16" chance="35"/>
            </itemGroup>
        </chance>
    </enchantscroll>

?

and what the fcuk

                <add level="16" chance="35"/>

means?

  • 0
Posted

Seems so.

And 'bout the 2nd question... seems to be a different % when the enchant is >= 16... but who knows...

Why don't u ask to the project owners from their forum/topic...?

  • 0
Posted

Seems so.

And 'bout the 2nd question... seems to be a different % when the enchant is >= 16... but who knows...

Why don't u ask to the project owners from their forum/topic...?

 

l2jesios forum is closed. elfo seems to be bussy, cuz he dont answer pm message :(

 

 

WHAT ABOUT TVT ITS THE MAIN QUESTION OF THIS TOPIC

 

AND HOW TO EDIT NPC AGGRO/CLAN, when i try to edit it in game, I receive a error in the stdlog, that column aggro does  not exist in database, when I add the aggro column, i dont receive no errors, but still - aggro stays 500..

  • 0
Posted

l2jesios forum is closed. elfo seems to be bussy, cuz he dont answer pm message :(

 

 

WHAT ABOUT TVT ITS THE MAIN QUESTION OF THIS TOPIC

 

AND HOW TO EDIT NPC AGGRO/CLAN, when i try to edit it in game, I receive a error in the stdlog, that column aggro does  not exist in database, when I add the aggro column, i dont receive no errors, but still - aggro stays 500..

U don't need to use caps in order to think that u'll receive more help.

If I don't help you with that questions is because I never used, cared, seen, this pack and I won't.

 

About the aggro, your solution must be in the DB, make sure u filled all columns regarding to aggro.

You could post your npcaidata.sql or whatever is called in that pack, where the aggro thing is.

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...