Jump to content

HyperBlown

Gaming Moderator
  • Posts

    841
  • Credits

  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    100%

Everything posted by HyperBlown

  1. Which project? Sunrise/Jserver/Jserver Based -add this in L2PcInstance.java inside the setPrivateStoreType method if (privateStoreType == PrivateStoreType.NONE) { stopAbnormalEffect(AbnormalEffect.SLEEP); }else{ startAbnormalEffect(AbnormalEffect.SLEEP); } Acis 398 (Probably works for previous and recenter ones too) Look for the setOperateType method in the Player.java class and change for this one: public void setOperateType(OperateType type) { if(type == OperateType.NONE){ stopAbnormalEffect(AbnormalEffect.SLEEP); } else { startAbnormalEffect(AbnormalEffect.SLEEP); } _operateType = type; } For L2Scripts/FanDC based packs look for setPrivateStoreType method in Player.java and put this inside: if(type == 0) { // none stopAbnormalEffect(AbnormalEffect.SLEEP); }else{ startAbnormalEffect(AbnormalEffect.SLEEP); } I have not tested them, but this sound as simple as it is. U want to visualize the sleep effect when entering the private store mode and u want to remove it when not in the store mode anymore.
  2. bruv
  3. why are you encapsulating that object? also, isnt your package name wrong? Also, I think you are looking for AbnormalEffects and not actual skill casting. If you want skill casting animations, u need to change client side.
  4. No worries bud, if you want it removed from here just tell me. Im just reposting what I found on other forum like mentioned above, good work on what you achieved so far tho.
  5. He posted this on another forum and I found it interesting to bring it over to here. google translate from his note: Use as you please. Credits: @Ehoq Download: https://drive.google.com/file/d/1Q6Jv3CPiDsK7N_OR2ETJKnysBkzYfaTC/view?usp=sharing Download: https://mega.nz/file/1kd2xDDQ#dEXtiUGLUNT-Hgl5aCzswJONZuGYY6afZaRdmA_9dlw Geodata: https://mega.nz/file/0xIFnIYY#tvseRe3o1VlP4nsgK4jMoFtPJyfHd7WUehg3kL1uDGk
  6. it all depends of the project you are using.
  7. "I'am not a vip, can you please giveme the password?"
  8. HWID also require client side stuff... Thx for the share tho.
  9. Yamete Kudasai!
  10. Thx for the code! Adapted for Sunrise: https://pastebin.com/84umuuL2 To Adapt to other chronicles, its pretty easy. Use your head if you have one to do so. Htmls -> Same location as declared on original post SQL -> Same as original For those with the problem on the getHtml -> put player before the html path and change getHtml to getHtm it should be resolved. Problems with trove library? > https://mega.nz/file/l04UwTKL#ap1OK7KQD0DowRl3CUFNFaG6yK2sbCEEOsKOCpf0EMw and add as dependency to your project. * @author xDem (https://maxcheaters.com/profile/76276-xdem/) * Adapted Sunrise: l2jgabdev.com
  11. Well, they say it is, but what I've heard its not. I dont have their files, all I know is asumptions of what ive seen going around on discords and such.
  12. I heard that it was l2j core with L2Off Datapack.
  13. If you have the money, Scripts for low-mid If you are on a budget and want pvp server, Sunrise, I dont trust sunrise for low-mid since there are a lot of untested quests-boss-ai scripts. But if you can afford to pay an external dev, even the mainbranch of l2jserver can be good if your dev fix things. In my eye, every source is perfect, as long you have the knowledge to fix stuff. If you dont know java, hire someone to fix stuff. If you dont, then just give up or learn java before starting a server.
  14. Literally just change the "java" keyword to the path of your jdk 8 on your pc like mine....
  15. Im using java15 on my pc, but a lot of my clients still rocking the java8 servers. so this is how I start up them: "C:\Program Files\Java\jdk1.8.0_261\bin\java" -server -Dfile.encoding=UTF-8 -Xms2g -Xmx5g -cp config;./lib/geoeng_l2s.jar;./lib/* l2s.gameserver.GameServer
  16. Sometimes in life you dont get what you want If you want to use java11 on that revision, get the source and update it to java 11. Scripts engine is prorably for java 8. Deal with it or download and use the executable path in the gameserver.bat
  17. the 1.6 doenst say it is 1.6 tho. but for example, Back in the days when I tried running an java 8 rev on Java 7 installed. then it would give this error.
  18. This usually means wrong java version than required to run.
×
×
  • 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