Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. should only execute these kind of query when server is offline or every players is offline.
  2. try use BaseClass instead of BaseJob BaseClass - The character's 1-1 'normal' job, regardless of Upper value. For example, this will return Job_Acolyte for Acolyte, Priest/Monk, High Priest/Champion, and Arch Bishop/Sura. If the character has not reached a 1-1 class, it will return Job_Novice.
  3. if( condition ){ <--- curley missing },{},{} another curley missing.
  4. i believe you can get the translated lub file here https://subversion.assembla.com/svn/client-side-translation/
  5. if( pl_sd->state.vending || pl_sd->state.buyingstore || pl_sd->state.autotrade ) continue; add this during the @recallall checking part
  6. conf/groups.conf create a custom group..and give whatever permission you want.
  7. change the column name to your item table with appropriate colum name.
  8. what error message when you try to install the fluxcp ?
  9. Emistry

    Guild Script

    it would be better to use source mod. http://upaste.me/648510601a30ea563 try change map-> // map_ guild-> // guild_
  10. ORDER BY `name_english` LIMIT 128;
  11. ...........{},{ callfunc( getPremium,86400 ); },{ set prmm,0; doevent "login::OnPCLoginEvent"; } try
  12. set $@drate, 10000; end; // <----------------- ADD THIS OnClock0000 change to OnSat0000: then OnSun0000: copy the same part..with original drop rate settings.
  13. if you're looking for someone to improve your script, then at least show the script. After all this is script support section, should provide the script for someone else to fix/improve it. Otherwise, post at script request section next time if you're just looking for a script. annieruru dota pvpladder ghost pvp ladder i believe both of this did store char_id for ranking records.
  14. just create a super tanker mob..with billions of HP.... then keep FULL HEAL itself when damaged...xD you will get an immortal mob then.
  15. rentitem atoi( .@atcmd_parameters$[0] ),atoi( .@atcmd_parameters$[1] );
  16. rentitem 5022,3600; Helm of Sun God for 1 Hours.
  17. @Adrian why not remind of yourself too..xP http://rathena.org/board/index.php?app=forums&module=extras&section=boardrules rAthena Board Rules Please don't edit your first post to remove your question when your problem has been solved.
  18. SC_MOVEARM( "npc name" ); you didnt provide npc name.
  19. bindatcmd( "rent",strnpcinfo(0)+"::Onrent",99,99 );
  20. OnInit: // <--- add this monster ................... end; for 20% rate if( !rand(5) )
  21. http://rathena.org/board/forum/44-employment/
  22. probably you didnt use a proper settings. conf/battle/items.conf#L91
  23. you duplicated/loaded the same script for 28 times.
  24. something similar http://upaste.me/r/501485
  25. swt, yes. src/config/renewal.h#L48 similar topics are everywhere in rAthena ...
×
×
  • Create New...