Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Thats why you should first test and then pay. At least mention what pack it is.
  2. Bcs, as I said, you didn't handle community board bypass correctly.. That's why I told you to check the goddamn package. First https://xp-dev.com/svn/aCis_public/aCis_gameserver/java/net/sf/l2j/gameserver/communitybbs/CommunityBoard.java Then https://xp-dev.com/svn/aCis_public/aCis_gameserver/java/net/sf/l2j/gameserver/communitybbs/Manager/ClanBBSManager.java
  3. Under community board bypass. Check community board package, you will manage most likely.
  4. Yeah, it's faction server. But few years back, he had low/mid rates (L2Rival) with no problems. The only thing players can really complain, is the issue related to geoengine / movement. I won't talk about 'missing' features like seal stones as not everyone is using it / can execute old spawnlist. Tk could add old mobs spawn, but he won't do it. So, you are alone here. Everything depends the servers style you want to create and effort you want to put into it. If we look on aCis like "download files and ready to go", obviously you will fail, as vampir said. Only wannabe admin could do that.
  5. Missing things - if you need them, otherwise it's not a problem. Skills - what's actually wrong with them? Geoengine - sure, that nasty 'chasing' issue is present, but not a BIG issue. Look at sahar server, he did not fix it yet people didn't report it. Even worse, the same crap happens on l2rpg or whatever the server it was (could twist the name), yet people play it and don't complain. People rarely use brain, so such situation is like a gold fish. You know it does exists, but you never seen her.
  6. Looks like some kind of l2jserver as it has server_variable.
  7. No code, no cookies (no help).
  8. Just config won't magically enable the aura. You want config create it, go to abstractnpcinfo, find line related to abnormaleffect and add your check. http://letmegooglethat.com/?q=Champions+aura+maxcheaters.com
  9. What not work. It's simple config and one line edit, there is no reason it doesn't work.
  10. Read eclipse suggestion "create LOCAL variable expGainOn".
  11. You didnt create variable _expGainOn and you misspelled, read the method values, it's addToExp not addTOExp, case sensitive.
  12. Guess error is clear. Check other .py files if they are using the db connection and see how to close it / check the file itself for the method. Anyway, you should not use old .py files.
  13. "Also, things we have not seen yet and things that we do not know yet… it is foolish to fear them". 

  14. Try using another items id's. All topics related to black icons on mxc, the problem was the ID. Like already in use or too high. So, try to lower the id's and make sure they are not used.
  15. It could be the ID, don't exceed 65535 ID.
  16. I don't remember exactly, but it was grp files related. Moved to client.
  17. <set name="operateType" val="P" />
  18. Create new skill handler to keep it clean. Handle things from there, you have onStart and onExit methods, as far as I rem. But still, you would have to handle leave/dismiss from party, so once you get the buff and leave the party it won't stuck.
  19. I know how it works and I was telling it since beginning. The problem is the grow, which is not increasing npc's height - I suppose, it's just an effect. So, even decay and spawn with higher Z won't solve the issue. At least it's what I remember from my old tests. :p
  20. Ofc it is. We simply don't provide ready codes just bcs someone ask for it, since why should we download h5 files / waste our time to adapt, so you can one click and done. Try to learn, you have problem, you ask, we give solution, you learn and move forward. Atm it's like, here is the code, add it to my pack. 'Help' word in your sentence is abstract. As you didn't said what's your problem so far. Where you stuck.
  21. You don't edit class files as well. You need sources, .java files.
  22. There should be only one abnormal effect, so guess which is the correct way. If you can't, test both ways and see. Eh.
  23. Use pastebin for codes.
  24. It's still 2nd form out of 3. Trust me, as I use those id's. It's about the state with wings, mounted one, as far as I rem. It uses social action to show animation and skill 5017 to grow up. https://pastebin.com/Lr5b7Vs7
×
×
  • Create New...