Jump to content

Victory

Banned
  • Posts

    34
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Victory

  1. Client was fucked up, don't lock the topic yet would like to find the cause of this issue in order to post it here and help someone else with the same problem !
  2. Already tried this nothing helped Edited: Added screenshot from the database table of Pets ( name appears as null )
  3. The issue is experience on aCis 401 without any modifications on summon logic. 1. On every Summon item this is what I see. https://prnt.sc/l8zjhfS_ZweB 2. Cannot interact with the summon (it doesn't open the summons's stats + skill/inventory) 3. On kill or on resurrection I receive this. On die. https://prnt.sc/dJEWa_hbW-SB On resurrection. https://prnt.sc/b1-rLyJJCZSy Also the data from pets table in database. https://prnt.sc/-vVn4BxlvuXT Thank you in advance.
  4. Sure Kenium i've tried to do my best protecting you from scammers, about the rest. As far as I remember I've provided you an information in private chat(discord or someth whatever) my advice was to go for acis + contacts of trusted devs im working with for my servers. At the end of the year I've tried to help and in return you gave me shit. I don't buy this type of bullshit. Good luck mate EDIT: With the next purchase of server files or features, please ask the merchant to send you "essentials in English" as a gift.
  5. I really don't know the intention of asking those things here when each of your questions are already answered over the years in certain categories and topics. We don't even know which l2jproject you've downloaded. Also, we already know that you just want to make a server for 10 days with compiled files to make some quick bucks out of it. Guess what It's not 2010, there are big sharks and it's hard to find 50 small fishes to play something that they'd already seen/played last few years. The truth is that I've done the same thing with my first server and really without any irony I'm sorry that I've made some bucks out of It and closed after month because it was a trash!!! Just because of my marketing skills and the way I treated the players + high online time from me and my GM helper the server was liked by small community that supported the server for a while. Honestly, it's not something to be proud of, trash server with 1month life I wasn't even able to reinvest the profit. Because I regret it now, I'm investing a lot into a new project because "You need to give in order to get!", fair trade! All of the above isn't with a purpose to discourage you but to open your eyes that there is free and free Free Shared packs + everything pre-made + 0 effort and heart from you. and Free l2jserver projects to be downloaded clean + source where you can learn Invest from your time + some money + piece of your love for the game and it will be played from people like you who will support your idea and concept. At the end of the day, you will feel like a trash or like someone who knows how to do the things and who's respected and liked from your server's community it's not even about the money
  6. if you are trying to edit encrypted files for example Smartcrypted files you can produce this error over and over again. If you want to edit your own just make clean installation and use the proper protocol of the game version. But if you try to steal already made lines by someone else will be hard if you dont know the right people and if you dont own the right software.
  7. For High Five yes, trusted ! P.S. @`NeverMore sadly this dude doesn't want to pay for anything otherwise he was goin to knew already about your pack, in my opinion the best l2j project with constant updates and fixes
  8. Every other of your shares is downloadable but this one for me gives this message on loadup. Thank you in advance
  9. So everyone who will give you an offer will try to scam you! Anyone with a little bit of self-esteem In this forum will give you an advice to make your own changes. Preconfigured + custom stuff like buffers gmshop and etc. (working correctly) should cost a lot if its well made all you better go for clean aCis and find some good developer to pay him only for the features that you really need ! Quality, reliable maybe even cheaper and your code will be clean and organized! Good luck with this adventure.
  10. @NevesOma Neves brother can you update the link, I will appreciate it! thank you in advance.
  11. I've helped with his issues and everything about this topic is fixed. Feel free to lock it.
  12. Hey @L2RAPTOR 1.About the Life cubic, everytime you restart/exit game the Cubic's effects are removed. 2.Hot Springs mobs should hit the player and they have chance to give him those debuffs only when they hit. You need only to take their aggro by any type of damage or aggro on them. The big head spring effect is only received trough the area affection when you get into the water. I hope that i've helped.
  13. 12 hours and 1 correct answer passed and you still didn't provided the information, trust me you won't open this server when you want everything to be pre-made for you, this forum doesn't provide lottery pool with information and free server development to anyone, at least you should've given some effort to provide the information till now. Dunno why this topic isn't locked yet.
  14. You need eclipse/intellij idea in order to build/compile the files and than just make the datapack. You cant start the server with the source files if they arent compiled. As you said "im new to blah blah" you should know that you cant develop anything without the source, cause most of the changes are done in the server/java/core however you will call it. This is not a hate or anything like this and i wish you all the best, but if you really wanna do something positive and learn something you should start from the essentials not just talking how you just want to practice and instead willing to push the next trash online. If you are serious i might help you with the information how to start but nothing more. In this forum here you have all the information to continue further.
  15. No prob, take your time. Just wanted to make sure if the "fix" as you said will be to provide armorgrp for Interlude as well or just to change the share for H5 only ? Thanks in advance. Appreciate your shares mate, keep up the good vibes!
  16. Has anyone successfully adapted the armorgrp.txt of the Guardian armor and Cloaks on interlude ? Thank you in advance !
  17. Oh maybe you are using aCis which is one way directed. Internal or External. Which means that either you run the server on 127.0.0.1 (localhost) or you run it by your external IP with portforwarding to your dhcp assigned 192.168...etc. But I've figured it out on how to trick the system of course in a limited way up to 4 external PCs (free plan) using Hamachi. This can help you build the server testing with your friends before you host it on production! If you need more information on how to do that don't hesitate to hit me up on PM.
  18. Gimme a sec you gave me an idea. @Zake The topic can be locked problem solved.
  19. @MrTitanasI feel so sorry about the toxic part of the community that you are in. I was seeking for guidance in the other part of the normal ppl. learning, helping and being kind with each other. Thats why we are all here right ? sorry bout my language but you stupid af nobody is roasting the pack. And I do not consider myself as a noob or a pro just a regular guy tryna do his best to learn and advance.
  20. Hello @Zakeon 94th line there is a method showEditSchemeWindow(player, st.nextToken(), st.nextToken(), Integer.parseInt(st.nextToken())); private void showEditSchemeWindow(Player player, String groupType, String schemeName, int page) { final NpcHtmlMessage html = new NpcHtmlMessage(0); final List<Integer> schemeSkills = BufferManager.getInstance().getScheme(player.getObjectId(), schemeName); html.setFile(getHtmlPath(getNpcId(), 2)); html.replace("%schemename%", schemeName); html.replace("%count%", schemeSkills.size() + " / " + player.getMaxBuffCount()); html.replace("%typesframe%", getTypesFrame(groupType, schemeName)); html.replace("%skilllistframe%", getGroupSkillList(player, groupType, schemeName, page)); html.replace("%objectId%", getObjectId()); player.sendPacket(html); } Also i tried to put it in while(st.hasMoreTokens()){ } still not workin.
  21. Hello guys I'm kindly asking for your help to discover what's happening with the integrated Tryskell Crappy buffer out of curiosity I've spent whole day looking for the problem by myself with the hope that I wouldn't bother you. Unfortunately here I am. The problem is that: 1. Out of all options only Heal, Drop buff effects and Schemes list (which is empty ofc.) options are working 2. On one of the buttons "Scheme options (Edit my schemes)" this error is occurring Failed reading [C] RequestBypassToServer for [Character: MyNickname - Account: MyAccount - IP: MyIP]. java.util.NoSuchElementException at java.base/java.util.StringTokenizer.nextToken(StringTokenizer.java:347) at net.sf.l2j.gameserver.model.actor.instance.SchemeBuffer.onBypassFeedback(SchemeBuffer.java:94) at net.sf.l2j.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:145) at net.sf.l2j.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:52) at net.sf.l2j.gameserver.network.GameClient.run(GameClient.java:144) at net.sf.l2j.commons.pool.ThreadPool$TaskWrapper.run(ThreadPool.java:221) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Any help will be appreciated. Thank you in advance !
  22. In addition I would like to say that the target they've had was 0.30$ cents by the end of this year (2021), unfortunately its $0.5241 with highest peak of $0.9698. For sure many factors can change the price up and down, but for me it's one stable new project with big future ahead. Still the first one cause i started slowly and i didnt had the time to order the 2nd one so far. I'm very pleased with it cause I make all purchases with it and 1% is 1% who else gives it
×
×
  • Create New...