Jump to content

LoVe+

Members
  • Posts

    115
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by LoVe+

  1.  

     

     

    give this one a try  maybe that stands for chance ? 

    rarity = 80 chance to get rare

    and rarity2 = 40 chance to get masteerwork

     

    also you will have to change  Vesper Helmet Vesper Helmet Foundation and Custom Vesper Helmet Foundation to itemId that stands for this names.

    <item id="954" recipeId="15792" name="mk_sealed_vesper_helmet" craftLevel="10" type="dwarven" successRate="60">
            <ingredient id="15792" count="1" />
            <production id="== PUT ITEM ID HERE ==" count="1" />
            <productionRare id="== PUT ITEM ID HERE ==" count="1" rarity="80" />
      		<productionRare2 id2="== PUT ITEM ID HERE ==" count="1" rarity2="40" />
            <statUse name="MP" value="252" />
        </item>

     

  2. <productionRare2 id="Custom Vesper Helmet Foundation" count="1" rarity="4" />

     

    try like this 

    <productionRare2 id2="Custom Vesper Helmet Foundation" count="1" rarity2="4" />

    how i know should be like this you ask ? 

     

    did you do the java work yourself ?

     

    				else if ("productionRare2".equalsIgnoreCase(c.getNodeName()))
    							{
    								set.set("rareItemId2", Integer.parseInt(c.getAttributes().getNamedItem("id2").getNodeValue()));
    								set.set("rareCount", Integer.parseInt(c.getAttributes().getNamedItem("count").getNodeValue()));
    								set.set("rarity2", Integer.parseInt(c.getAttributes().getNamedItem("rarity2").getNodeValue()));
  3. About ChatGPT .. i had a conversation with the thing and i asked him if i can connect hes api to my l2j project , and maybe if he use all packets to move etc he could join me raids , the thing said he would apreciate that but is difficult but not imposible .. jajaja he wanna play with us 

    • Haha 1
  4. Hello , did anyone ever worked with some kind of system that allow players use microphone to speak in game ? 

     

    I mean , java work maybe i can handle making chat over radius etc but can someone that know client edit tell me if there is something in the client about this thing ? thank you i would ask chat gpt but i need a client dev here maybe ?

  5. On 3/16/2023 at 7:40 PM, Neonzed said:

    It all started with custom interfaces (like Celestine or Iordanov) not working anymore nowadays, as a returning player after a long pause:). Once you replace the server files  interface.u or interface.xdat in the \system folder with the interface files interface.u or interface.xdat> l2.exe it will throw file corrupt error.

    The idea is to:

    1. create a new folder(which will contain the interface files) inside the system folder, like system\celestine\

    2. keep the server files  interface.u or interface.xdat in their \system folder

    3. modify l2.ini path values to load interface.u from system\celestine\

    4. the post you mentioned is similar to this,  not sure on the correction of typing though, the number of dots show the depth level from lineage installation folder?

           a. Paths=./celestine/*.u

            b. Paths=../celestine/*.u

              c. Paths=.../celestine/*.u

    Dont know if this works, but i gathered bits of information from here and there, since more people have this issue.

     

     

    man , so lets say you change the paths but client loads same files from different directory , where is difference ? why you should not get same error.

  6. I just downloaded game + patch the work that has been done here is just wow , gg nice skills staff team , i think this can be maybe the best server from all time in a point of view , the point of development dedication and time spent for work and no bullshit for real.. very sophisticated very good user interface , pictures and everything... this is what passion looks like. ggwp!! , in the other hand your timing is very bad almost sad to say this but i feel like this was all in vain (if you learn trough development progress is ok tho , you just achieved some new skills gg) is just bad timing the game is dead , is pay for play time , not pay 2 win.. anyway , nice server , too bad there is no l2 community to play it. if it was 2012 , you would be rich now buddy... l2j is like bitcoin 

    • Like 1
  7. so in other words you want a player to start attacking after using a skill ? but that can't be good for mage class .. or you want a player that is already hitting something , and then use a skill after cast is finished to return on last action that was hitting target ? i think i can help you , i remember like a year ago i managed to make a lets say archer that is moving somewhere to cast rapid shot / dash and without any click to continue hes movement to location that was going to before casting started.

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock