Jump to content

LoVe+

Members
  • Posts

    115
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by LoVe+

  1. do you broadcast to players in zone new changes ?
  2. is there any performance or any reason they did this ?
  3. you can make when this happens to request player to move in order to see that he is there or smth , also someone said on this forum somewhere.. best free anti cheat is to create gameplay that can't or is harder to be cheated .. bring all players one special zone timers etc
  4. 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>
  5. yep .. now wonder how it worked before adding rarity2 even on production there is not int value .. <production id="Vesper Helmet" count="1" /> and it parse int else if ("production".equalsIgnoreCase(c.getNodeName())) { set.set("itemId", Integer.parseInt(c.getAttributes().getNamedItem("id").getNodeValue())); .... } this is broken in all possible corner
  6. <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()));
  7. RequestShowMiniMap.java , maybe this can help you idk
  8. maybe via msn chat any chance microphone?
  9. 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
  10. you mean under rune castle ? i dont think is arena but is smth
  11. 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 ?
  12. TOMMOROW EVERY TWITCH STREAM BR SERVER LIVE STREAM RACES GG THX
  13. i had same issue but with casting speed like 2000 , and then i saw that without soulshots it was working fine , so you can change multiplier of soulshots that affects cast speed tweek it until you make it
  14. 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.
  15. LoVe+

    classic L2Xena

    you forgot to post website addres
  16. so you db is up , ls is still online without any problem but your gs is having trouble connecting to db sometimes ?
  17. 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
  18. i like your ambition wish you luck
  19. THIS:: I will never use anything he's touched again. DAAMN
  20. 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...