Jump to content
  • 0

How to fix this?


removed_001

Question

Hey i was wondering... i have an l2 Server gracia final (ct2.3) and for example the snow fernir is not summoning.... I have the item in the bag but when i click it nothing happens.... How can i fix this?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Give more details, if really nothing happens (not even summoning animation), the item handler or the item itself is probably broken (check sql or xml dunno since when items are XMLized).

 

If you see summoning animation but in the end nothing happens, check your gameserver logs, probably you got a NPE.

Link to comment
Share on other sites

  • 0

I can't even wear it to use the skill.... That happens also to :

Snow fenrir

Great snow wolf necklace

and all hunting helper's necklaces

So what can you guess with this?

sql and xml seems ok btw

Link to comment
Share on other sites

  • 0

I can't even wear it to use the skill.... That happens also to :

Snow fenrir

Great snow wolf necklace

and all hunting helper's necklaces

So what can you guess with this?

sql and xml seems ok btw

 

Have you place  the Htm files to the correct Server folder???? Also what Datapack are you using??? Based on???

Link to comment
Share on other sites

  • 0

Dude it's not a fockin agathion, it's a wolf :P. You haven't to wear it, you right click/ double left click on it and tadam magical power.

 

Time to play on retail servers perhaps :P.

Link to comment
Share on other sites

  • 0

Its ok i found it. Here's the solution. There is no problem to neither data files nor the sql database. If you open the (Your server here\gameserver\data\stats\etcitem) you will see the item named 10600-10699.xml. Ok now open it, and you will see in about 3rd or 4th line that there is this one:

<cond>

blablabla

</cond>

Ok now delete all those lines between the two conds. Mine had 2 conds so i deleted them and all working nice....

Solution Shared

Question Solved

So topic has to be locked ;)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • Welcome to my store : https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 60.99 $ 2016 Discord Account : 10.50 $ 2017 Discord Account :4.99 $ 2018 Discord Account : 3.99 $ 2019 Discord Account : 2.99 $ 2020 Discord Account :1.99$ 2021 Discord Account :1.50$ 2022 Discord Account :0.99$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore11 Whatsapp ; +212614849119 Welcome to my store : https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 60.99 $ 2016 Discord Account : 10.50 $ 2017 Discord Account :4.99 $ 2018 Discord Account : 3.99 $ 2019 Discord Account : 2.99 $ 2020 Discord Account :1.99$ 2021 Discord Account :1.50$ 2022 Discord Account :0.99$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore11 Whatsapp ; +212614849119
    • The heavy lifting is done in the client, because while you can get away with small imperfections in the java, everything in the client must be impecable. So, if you haven't touched the client, I'd say pick the newest protocol version you can find the client editing tools and Interface.u (mandatory) / NWindow.dll (better to have it) / Engine.dll (optional) sources for. At the very least, you need the Interface.u to fix the Clan Window and enable skill enchanting on Classic/Essence versions, if you decide to use one of them instead of MAIN/LIVE.
    • Thanks for clarification. Do you think the newest clients offer solid advantages compared to the classic ones like Salvation? I'm also in the process of porting h5 to one of them just for the sake of it, so I was wondering if I should just attempt to go to the newest possible.
    • Upgrading to Salvation is exactly the same as upgrading to the newest client with the only difference being access to free-shared client editing tools and resources. I am speaking from experience. I have upgraded my HF source to one of the newest clients by myself (in terms of server side. got help with the client) and hit every single wall there was in the process. Now, I already have several multi-protocool server cores so I can easily compare different approaches to tackling the same issue, which also helped the learning process. Best way to learn would be to use this one (link below) to snoop around and figure out what has been changed in the server side (the packet structure will be different, for sure, but works for understanding/figuring the process out in general terms). https://github.com/iBezneR/L2J_SunriseProject_Purity The client side will always be the same, always the same files, only the DAT structure will be different. I personally wrote myself some parsers for the data of the DAT files from OLD -> NEW client.
  • Topics

×
×
  • Create New...