Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. it is party ... but only the player who still remain in the stage game map will receive the items.
  2. what char ? you mean the number of characters appear in username ? or number of max character he can create ingame for each account ?
  3. try edit at skill_db.txt // 0x0100- skill that damages/targets yourself
  4. getitem (( Sex )?607:608 ),1;
  5. Emistry

    OnHour:

    OnClock0000 = 12AM OnClock0100 = 1AM OnClock0600 = 6AM OnClock1200 = 12PM OnClock1800 = 6PM OnClock2300 = 11PM etc....... Range Clock : 00 ~ 11 ( 12AM ~ 11PM ) Minute : 00 ~ 59 ( 0th ~ 59th )
  6. @lolz0921 search it using search engine... i am sure you will found it. @GM Takumirai OnMon1600 - Monday 4pm OnMon1800 - Monday 6pm and yes it will appear for 1 hours...
  7. try this ? maybe this will work.. ...........{ bonus2 bHPRegenRate,(( MaxHP * 2 )/100 ),2000; },{},{}
  8. if you want disable some item from WOE...i think you can just do it here.. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/item_noequip.txt Example //GVG 12218,4 //LV5 Assumptio Scroll 14529,4 //Greed Scroll 14590,4 //Party Assumptio 5 Scroll it will block the usage of those items from WOE.. if you want to restricted it from only certain map..then use // 32 - restricted in zone 1 // 64 - restricted in zone 2 // 128 - restricted in zone 3 // 256 - restricted in zone 4 // 512 - restricted in zone 5 // 1024 - restricted in zone 6 // 2048 - restricted in zone 7 but select carefulyl..since certain zone are using by other map also.
  9. try this ? <font color="red"><?php echo $this->linkToCharacter($char->char_id, $char->name, $serverName) ?></font>
  10. @takumirai try add this OnMon1600: OnThu1600: OnFri1600: OnMon1800: OnThu1800: OnFri1800: hideoffnpc strnpcinfo(0); sleep ( 1 * 3600000 ); // 1 Hours Duration hideonnpc strnpcinfo(0); end; @thuglife.. LOL..you found out about it...>.<
×
×
  • Create New...