Jump to content

DrHouse__

Members
  • Posts

    64
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by DrHouse__

  1. Yeah looks like he forgot to add the whole L2BufferInstance class or added in wrong package
  2. Despite I dont really know the other projects deeply enough I have voted for L2JServer ;D ;D
  3. Good guide ;) Please just see this one as a complement, for more detailed information about how to check out l2jserver from official SVN using eclipse svn pugin (subclipse) http://www.l2jserver.com/trac/wiki/Eclipse
  4. Not good guide... diskw? wtf?... not needed to run L2J
  5. Some problems have been detected in win mysql installer. Open your my.ini file and check that your data folder path is the right one. If not browse your computer for the base tables (mysql, schemes, etc...), take the path and put it in the my.ini. This is pretty well-known issue, hope you fix it ;)
  6. omg those saying this is a "good guide"... I hope they just want to get some extra post ;D
  7. yah, it should work for white chat
  8. Probably you made a mistake somewhere since code is OK (you made me test it lol :P) Post whole method/classes where you inserted that code
  9. Strings are immutable, you cannot modify the string itself, you can just create another one and point it to the same reference so. Your problem has easy fix though, since replaceAll method returns the new string: instead of text.replaceAll("\n", ""); use text = text.replaceAll("\n", ""); and all your problems are done ;D
  10. Imho he means he has played lineage2 since he was 11 ;D
  11. start reading something about php and basic web management. however this is really easy. Just copy the output to any folder of your web folder
  12. No, it doesnt broacast any magicskilluse packet :/ While designing I decided not to broadcast any packet but necessary for performance
  13. yah once you get it running you just need to read config information and ingame htmls
  14. You can compare Inet4Address objects using identity, it would be faster
  15. omg..! yeah, I agree, dont use preconfigured packs... they are hardly ever (or never) updated and support jsut doesnt exist. Use any l2j project. Also start learning things about network security, java, mysql, etc... before running your own server. Or... at least dont expect you create a safe successful server from scratch... Maybe you could hire a developer or a sys admin...
  16. Apply the patch manually or try buzz factor (not recommended for non experienced users). Also you can cry for an updated patch there where you got it :P
  17. Main screen http://img23.imageshack.us/i/shot00001bfw.jpg/ First of all you have to create an scheme in "manage my schemes" (I created a new one called MaxCheaters) http://img23.imageshack.us/i/shot00002yvo.jpg/ Now go to "edit my schemes". An NpcHtmlMessage similar to this one will appear, with the groups the admin had defined. Click on the scheme you want to edit (MaxCheaters) http://img166.imageshack.us/i/shot00003d.jpg/ Click on any group http://img23.imageshack.us/i/shot00004ihm.jpg/ Start adding skills from any group by clicking on them. You'll notice a new list in the end with the skills you have already choosen http://img166.imageshack.us/i/shot00005n.jpg/ http://img404.imageshack.us/i/shot00006t.jpg/ http://img404.imageshack.us/i/shot00007l.jpg/ Finally go back to main screen and select either buff to you or your pet. Then choose the scheme and you'll have all the buffs for you or your pet http://img401.imageshack.us/i/shot00008x.jpg/ PS: Weird... guys you made me work :P
  18. It is glad to see that even tEh h4x0rs like a bit my old buffer ;D
  19. Months ago I told you I were following all your steps ;D
  20. hey toastgodsupreme :P ! Nice to see you everywhere ;D Nice videos!
  21. First of all, I apologize if this has been posted previously, I couldnt find another thread after several searchs. Ok, this is my own npc buffer I coded long time ago. I was downloaded more than 2k times in l2j forums so I guess it is interesting :P It has several adds to any other common buffer. Whole information and feedback can be found here: http://l2jserver.com/old-forum/thread.php?threadid=28853&page=1 This is a quotation of my own words:
  22. OMG... I'm freaking out... so you guys didnt really know this one? http://www.l2jdp.com/trac/wiki/XML Official XML guide by L2J, kept up by Datapack developers after every time new info is added/removed... I think it is more interesting than just Stats.java file
  23. This guy is not an L2JServer developer, either from core or datapack subprojects. At least I have no info if anyone of my team mates are offering such services =) . If this is wrong just send me a PM on forum and I will edit this post ;D
  24. Just go to SQL and set max to 1. Possibly you'd have to modify chance too depending on your drop rate (categorized drop system is a real mess to calculate probabilities)
×
×
  • 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