Jump to content

Dubxsion

Members
  • Posts

    235
  • Credits

  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by Dubxsion

  1. The errors are showing if your syntax is incorrect and if you are issuing wrong commands with missing elements etc, the list is limitless. As I have told you in the previous post, try to read the lines and get the idea behind them. You have the starting point of getting it done, that's great but there's literally no function in your code that gets it running. CommunityBoardHandler.separateAndSend(html, activeChar); ^ there's a hint... PS: also look at your html side, you are still adding the semi-colon... action="bypass _testpage1;"
  2. Alright, you are making an effort which is a great start, however you are not paying attention to the lines you are adding, nor the ones I've marked above. I would strongly advise you to do your work inside any IDE (not a Notepad++). Otherwise you have no live code analyzer to point you where you messed up. First stage is displaying your HTML, which in your case is issued with: String html = HtmlCache.getInstance().getHtm(activeChar.getHtmlPrefix(), "data/html/CommunityBoard/home.html"); CommunityBoardHandler.separateAndSend(html, activeChar); Your new bypass is *_bbcustom* <- there's no semi-colon and it is used for other purposes, yours is straight bypass command so stick to that. You are also not keeping the structure of the code by missing start/end of your code scope "{ }" Get an IDE for the structure and try and read the lines, otherwise you ain't getting anywhere.
  3. All I see is picture of some HTML's and the header of homeboard.java.. the rest I have to assume is that you want to get those HTML's and whatever they are holding, into your Community Board. This isn't StackOverflow, even if you ask straight about certain problem, you still may not get your answer - let alone not giving out any clues.
  4. If you find yourself troubled performing basic tasks such as clicking on download links, give up on L2 or computers in general. There's a Classic 1.0 in the forum I posted above, if you can't find it, don't expect someone to spoon feed this to you.
  5. https://mmore.club/threads/archive-of-game-clients-Архив-игровых-клиентов.335/
  6. There aren't any configs in the cfg files that will allow you to do that. You will have to implement methods in the source code and create config lines in the .cfg files.
  7. i did, it was successful but nothing was deleted, anyway i did it my method with notepad++
  8. I can give u another "grandma" noob method to do ur job. 1: Dump ur droplist sql table on ur desktop 2: Make a separate copy of it. 3: Open it with Notepad++ 4: Open Find menu (CTRL+F) 5: Navigate to "Mark" tab 6: Type '57' in the search field and check Bookmark line square 7: Press "Mark all" and u will see little dots appearing on the left side of all records containing the id '57' 8: Close search/find menu and navigate to Search tab in notepad++ 9: Go to Bookmark tab from the falling menu 10: Click "Inverse Bookmark" 11: Then go again to Bookmark and press "Remove bookmarked lines" 12: This will delete all the records beside the ones that have the id 57 13: Then save the SQL, empty the "droplist" table u already have in ur navicat and execute the SQL u just modified. 14: All records with only Adena in them will be set in the droplist and u have the thing u wanted. Hope that helped. Its not important how u made it, its important that u managed to do it!
  9. delete from droplist what? there's no point-out what exactly to delete, just condition :?
  10. RACE SUPREMACY OMG <333333333333333333333
  11. then i have something really special for you, dm me if you want :P
  12. The whole feeling came from factions being separated in good and evil (human - dark elf etc) and their representative buffs on use. Felt like real lineage history! Choosing is like boring All Pick mode.
  13. AHAHAHHAHAHAHAHAH, THANK YOU @.Elfocrash <3 I won 50$ bet, that if anyone is going to introduce the Battle Royal mode in Lineage 2 that would be Elfo xd
  14. I miss the old GvE where Humans, Elves, F.Dwarves were GOOD, and D.Elves,Orcs,M.Dwarves were Evil and weapon was enchanted +1 after etc amount of kills, buffs were permanent, with only D.Elf,Orc ones for evil, and human,elves for good. Anyway, Gl with your project!
  15. Its not the real one...
  16. Thank you for your reply, but i don't think you understand what i need.
  17. Oh ;( i thought this is the original GvE from 2006... anyway gl with your project.
  18. Welcome, and Congratulations for the baby!
  19. You won't be able to find it, that's not a brand music, sadly it is just a compose.
  20. I still can't understand what your problem is O_o ? You mean to say that he gets kicked with an item +31 ? but the setting is on 32?
  21. Lets say in example " Augment skill chance: Blessed the Soul" Upon you get hit by a melee attack, there is etc chance on receiving a buff for few seconds. How can i add an animation under the character once the buff kicks in? [Interlude Client]
×
×
  • Create New...