Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/01/20 in all areas

  1. search for ordeal_2-1 replace with ordeal_3-2 use notepad++
    1 point
  2. Change spawn maps to 3-2
    1 point
  3. OnInit: .s_idle = 1; // ban hourly rewards from idle players ? 0 no / 1 yes {if player didn't move for x time he wont get hourly reward} , DEFAULT = 0 .s_idle_time = 300; //1800 this the time for idle in secend , DEFAULT = 1800 (30 min)
    1 point
  4. That is not related to Akkarin's theme. You can try this: https://github.com/sanasol/FluxCP_Addons-VoteForPoints
    1 point
  5. yes this is possible; It requires a source edit though; Give me a few moments to find something for it . https://github.com/rathena/rathena/pull/2849
    1 point
  6. 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...