Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. https://rathena.svn....tle/homunc.conf // Does autoloot work, when a monster is killed by homunculus only? homunculus_autoloot: yes https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/player.conf // Idle characters can receive autoloot? // Set to the time in seconds where an idle character will stop receiving // items from Autoloot (0: disabled). idle_no_autoloot: 0
  2. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/re/mobs/dungeons/lhz_dun_re.txt load it in your server
  3. try this ? set BaseExp, BaseExp - (( BaseExp * getarg(0) ) / 100 ); btw....your monster ID...all are above this value ? 5000000 huh ? you sure ?
  4. // Your Server Max Zeny Amount set .MaxZeny,1000000000; // Coins Item ID and each Coins Costs setarray .Coins[1],675,671,674; setarray .Zeny[1],1000000,10000000,100000000;
  5. you can try this if you want. http://pastebin.com/raw.php?i=Ca0FYuL9
  6. http://rathena.org/wiki/Adding_a_Script#Adding_and_Activating_Scripts
  7. Emistry

    Anime & Manga

    Sword Art Online http://www.youtube.com/watch?v=e-ItVSknzi8
  8. just add what i show you in the previous post inside the commands there...
  9. try put at the level 20 gm delitem : [true,false]
  10. like this ? getitemname(5013)
  11. you can find the number here https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/const.txt
  12. change all Zeny into your Vote Point Variable .... #VotePoints
×
×
  • Create New...