Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/23/17 in all areas

  1. The topic has been removed because of rAthena staff double standards and hypocrisy things. (rA staff blame me that I made a money on this topic while it's not and never was) All that I did for the last 2.5 years with around ~1k answers from my side is help for free for newbies here, but to rA staff, my topic is a pain in the ass. Sorry guys, but the topic can't be maintained on such a community anymore because of its admins. Bye
    1 point
  2. When you diff your client using nemo. Just tick the "Remove GM Sprites. And on your clientinfo.xml those account ID inside <admin></admin> brackets will have yellow name and chat.
    1 point
  3. - Enchants monster race headgear. - Poring Village Instance (Beginner Mode). (sakray server) - Level 5 Fire Expasion skill don't longer magic damage, now is the same damage that acid demonstraion. (sakray server) - Update Royal Criatura Academy in izlude. (sakray server) - Renewal Sepulchre of victims. - Illusion Frozen - Madogear improvement (sakray server) - Renewal Para-market
    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
  5. i think you can try something like this. prontera,155,181,5 script RebirthNPC 4_F_KAFRA1,{ doevent "rebirth_main::OnTalk"; } - script rebirth_main -1,{ OnTalk: if ( BaseLevel < 175 || JobLevel < 60 ) { mes "You need to be level 175/60."; } else { jobchange Job_Novice; resetlvl 1; REBIRTH_COUNT++; } close; OnPCStatCalcEvent: if ( REBIRTH_COUNT ) { bonus2 bExpAddRace, RC_All, ( REBIRTH_COUNT * -2 ); } end; }
    1 point
  6. Bindatcmd use the equivalent of gm level in parameter, not the group *bindatcmd "<command>","<NPC object name>::<event label>"{,<atcommand level>,<charcommand level>}; Check the gm level of your GM group and maybe raise it
    1 point
×
×
  • Create New...