Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. well...if you dont mind...next time you can use search engine search 1st.. this question has been asked and answered several times... uncomment the following line... https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/config/renewal.h /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas #define RENEWAL
  2. @DE.. sure...xD @Alexandria T__T .....you forgotten me,.... >.< @Others... thx.................xD
  3. if you dont want to update to latest svn.. just search inside your npc folder.. and get the path where those eden file is located.. and enable the server to load the npc upon startup...
  4. //===== rAthena Script ======================================= //= Map flags that disable guilds on pvp grounds. //===== By: ==================================================
  5. http://rathena.org/wiki/PCRE you need this,....to ensure those command work
  6. i think would be like this ACMD_FUNC(donation) { run_script(npc_name2id("NPCName"))->u.scr.script,0,sd->bl.id,fake_nd->bl.id); }
  7. OnPCLoginEvent: if( getgroupid() ) sc_start SC_ITEMBOOST,3600000,100; end;
  8. you can try this http://rathena.org/board/topic/59964-custom-droprate/page__p__84489__hl__+custom%20+drop#entry84489
  9. next; goto L_p11; end; } <------------------------------------------------ ADD THIS
×
×
  • Create New...