Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/05/25 in Posts

  1. https://drive.google.com/drive/folders/1wtuoE_-uSersbDMQXjvwBsw2akeNRY7G?usp=sharing Skylove Github mirror, download while its up I included the bodystyle fix diff. Msg me on discord for others. chainflex#5343 Help each other out and don't gatekeep or else the sellers win.
    2 points
  2. Aqui les dejo el MSGSTRINGTABLE.csv si quieren ver las Ñ y las tildes ir a su clientinfo.xml y cambiar el <langtype>1</langtype> 1 es para america de tal modo podran verlo tal cual pero todo lo que sea coreano se vera codificado, recalco que modifique algunas letras para que se vea el texto mejor y no uno sobre otro o por fuera, si quieren modificar algo lo abren en notepad++ que es el que uso, seleccionan el texto a decodificar, en la barra de menu Base64 Encode para codificar y Base64 Decode para decodificar, si desean todo seleccionan todo y le dan Base64 decode by line. Ejemplo: MSI_DO_YOU_AGREE,Estas de acuerdo? Codificado: TVNJX0RPX1lPVV9BR1JFRQ,RXN0YXMgZGUgYWN1ZXJkbz8 cuando tengan todo listo para codificar deben tener en cuenta queprimero codifican el ID MSI_DO_YOU_AGREE y luego el texto Estas de acuerdo? si observan entre el ID y el texto hay una "," esa coma no se puede codificar ya que si lo hacen el exe no leera el archivo y les dara NO MSG por lo cual deben codificar las partes por separado y no todas de golpe ya que si tiran toda la linea el programa les codificara esa "," MSG Dowload: Editado 05/05/2025 msgstringtable.csv
    2 points
  3. have u also add it to simplecashshopscript.lub?
    1 point
  4. From what i understand, it's optimum value is 2. I personally have set mine to 20 as i have a lot of OnPCLoginEvent scripts which would ordinarily exceed the queue value. There's no magic settings to "optimize performance". The more scripts you run on a server, the more resources it will use. The more players you have connected, the more scripts you have running. The best answer i can give you for number 3 though, is to avoid scripts that use timers/loops. Scripts that use static data perform better than scripts that use dynamic data. Keep your variable usage to a minimum by using bitmasked values. Event scripts that spawn x amount of monsters in a specific location at x times of the day are discouraged, as that will create your resource bottlenecks.. but if you know where they are, then you can do things to combat them
    1 point
×
×
  • Create New...