Jump to content

HyperBlown

Gaming Moderator
  • Posts

    836
  • Credits

  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    100%

Everything posted by HyperBlown

  1. desyncing in the matter of xyz are perfect, even on awsd, the only issue with asdw desynchronization is that at 1/10 of the times, when near a structure (pillar) or some sort, it goes from past it is allowed (on server is fine but visual not.) This is the only issue remaining to finish this. And honestly Im out of options
  2. Ive succesfully fixed a lot of the desync issues, but some of them still persists and Im kinda giving up after 30 months haha AWSD movement is the best ive seen on the servers out there, desync issues are Minimalistics, But sometimes they still apear, ;/
  3. put a variable like "boolean noCarrier", and on EnterWorld, if TRUE, then send Party info packet. Or just if isInParty
  4. Error says PvPZone.java file line 73, what exactly is there?
  5. 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....
  6. 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
  7. What you need? You can check my website for my portfolio. 90% is sunrise ready. For custom requests > Gabriel 'GCS'#2589
  8. 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.
  9. 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.
  10. Add the link between "[=link=]" just as example below: [=https://maxcheaters.com/topic/241741-how-to-add-a-clickable-link-to-announcementstxt-at-login/=]
  11. RIP WhatsApp & Facebook

  12. 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),
  13. then you will probably need to change on server side code. Make a debug on RequestBypassToServer and see what you get as parameter.
  14. 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.
  15. Probably something related to visible Objects on java. Which source you using?
  16. 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?
  17. 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)
  18. You can connect 2 servers to one login. But you cannot connect One server to multiple Ips. Atleast not directly. Only via "proxies". Proxy is a another "route" to access your main server IP. Check
  19. For an serious client Im looking for an experienced GeoEngine Dev to fix a few bugs for this client. Since My area is not geoengine computations, Im looking for someone to do this job for them. Pack: L2Scripts Classic Requirements: - Have knowledge on GeoEngine computations - Be able to start as soon as possible - A few hours per day to work on this issue. What will you be doing? - Polishing the geoengine in general. - Making AWDS fluid - Fixing De-sync problems when near walls Price to be talked with the client and not with me. For more info please send me a PV message and I will send you their contact details. Payment will be through Paypal.
×
×
  • Create New...