Jump to content

HyperBlown

Gaming Moderator
  • Posts

    841
  • Joined

  • Last visited

  • Days Won

    9
  • Feedback

    100%

Everything posted by HyperBlown

  1. Most of the cases, its easier to just add an work around for that. I happen to have it but It will cost you more than the actual Sunrise License. Usualy its easier just to edit what you can do. or simply re-implement an copy of the system you want to edit. Might be cheaper.
  2. https://maxcheaters.com/store/category/5-premium-member/?ct=1634746107
  3. Well, that is more or less the idea. You share something useful, and get an share status, badge, given by someone from the staff. From there, you can download stuff.
  4. We should create a system, where you can only download certain stuff if you share something else.
  5. @NevesOma
  6. put a variable like "boolean noCarrier", and on EnterWorld, if TRUE, then send Party info packet. Or just if isInParty
  7. Error says PvPZone.java file line 73, what exactly is there?
  8. tbf, scripts aint worthit if you dont want to spend shit ton of extra money and time. I have a lot of scripts sources, and on many of them , like 70% of the systems arent working or arent implemented. Datapack is for 15% done....
  9. Limit viewrange on skills, animations, Disable a few skills animations from beeing sent Disable potion animation Limit amount of players you see within a certain range Buy custom skill effects from any client dev @NevesOma as example
  10. unlocked: authors request
  11. What you need? You can check my website for my portfolio. 90% is sunrise ready. For custom requests > Gabriel 'GCS'#2589
  12. public static void abuseLoad() { LineNumberReader lnr = null; try { StringBuilder abuses = new StringBuilder(); String line; lnr = new LineNumberReader(new InputStreamReader(new FileInputStream(ANUSEWORDS_CONFIG_FILE), "UTF-8")); int count = 0; while((line = lnr.readLine()) != null) { StringTokenizer st = new StringTokenizer(line, "\n\r"); if(st.hasMoreTokens()) { abuses.append(st.nextToken()); abuses.append("|"); count++; } } if(count > 0) { String abusesGroup = abuses.toString(); abusesGroup = abusesGroup.substring(0, abusesGroup.length() - 1); ABUSEWORD_PATTERN = Pattern.compile(".*(" + abusesGroup + ").*", Pattern.DOTALL | Pattern.CASE_INSENSITIVE | Pattern.UNICODE_CASE); } _log.info("Abuse: Loaded " + count + " abuse words."); } catch(IOException e1) { _log.warn("Error reading abuse: " + e1); } finally { try { if(lnr != null) lnr.close(); } catch(Exception e2) { // nothing } } } Seeing this looks like a simple regex former.
  13. Its a regex. Look up regex for more info. Its parsing looks kinda confusing on the Config.java, I dont think it works the way it should.
  14. Add the link between "[=link=]" just as example below: [=https://maxcheaters.com/topic/241741-how-to-add-a-clickable-link-to-announcementstxt-at-login/=]
  15. RIP WhatsApp & Facebook

  16. Skill ID 47101 Elemental Spirit AVE: H_SY_BOARDD_DECO(id:482), H_SY_BOARDC_DECO(id:483), H_SY_BOARDB_DECO(id:484), H_SY_BOARDA_DECO(id:485),
  17. then you will probably need to change on server side code. Make a debug on RequestBypassToServer and see what you get as parameter.
  18. Can be yes. Ive done a few jobs related to view distance for some clients. When having X players near, limite vision range to, E.G 500 to minimize lag. This is related to Knownlist, addVisibleObject depending of your source.
  19. Probably something related to visible Objects on java. Which source you using?
  20. Nice effects! No crossbow / ancient / rapier? So I guess interlude only? For rapier you could use one hand sword and anciet just the slasher. But crossbow maybe u can recolor an existing one and make effect for that?
  21. The l2s geodata, wasnt it encrypted with the users IP?
  22. Source when? Thanks for share
  23. This can be done without any problem BUT your race is bound to whatever your first class is. So by changing your first class you will change your race. And to enable other classes, It would also need to change the persons first class (Fighter, Wizard, Orc fighter, etc etc etc)
×
×
  • 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