Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. your problems has been answered here. http://rathena.org/board/topic/77088-certain-map-weapon-restriction/page__p__170992#entry170992 please refrain from double posting your problems.
  2. Emistry

    GoldRoom

    try this ? http://pastebin.com/raw.php?i=xL7pwXPK
  3. mes "You will be punished upon killing these Monsters and interupt the Game."; atcommand "@jail "+strcharinfo(0)+" 1h"; not sure the "1h" is it refer to 1 hours of jail time.
  4. compile your server after you download it from the site... refer Compiling
  5. tried change the forum theme to "Unlimited" then adjust the forum skin color ....? * wondering how you gonna apply the CSS if you have 1...../fsh *
  6. mentioned inside Euphy script... // Custom points, if needed: "<variable>","<name to display>" setarray .Points$[0],"#CASHPOINTS","Cash Points";
  7. try ~ http://pastebin.com/raw.php?i=w9XktqLG
  8. Emistry

    most Requested

    @XGamer i just show you the script....you can just basically edit the script and change the variables....
  9. Emistry

    most Requested

    http://rathena.org/board/topic/60513-event-ticket-rewarder-php-log-viewer-anti-gm-corruption/ http://rathena.org/board/topic/70634-rewards-npc-in-game-set/ In-Game Item Rewarder In-Game Points Rewarder Kill Players gain Cash Points https://rathena.org/board/index.php?/files/file/2496-%7B?%7D/ https://rathena.org/board/index.php?/files/file/2550-%7B?%7D/ Exchanger [ Cashpoint to Coins ] Exchanger [ Poring Coin - Zeny ] Exchanger [ Points to Tickets ] Exchanger [ Item to Item ] Exchanger [ Item to Item ] Exchanger [ Multi Item to 1 Item ] trunk/conf/groups.conf permissions: { all_skill: true } Party Team PK Match Party Match just search the forum, i am sure you will get more than this...
  10. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/
  11. example compare(getarg(@i+1)........... to compare(""+getarg(@i+1)................
  12. OnPCKillEvent: if( getcharid(3) != killedrid ) unittalk getcharid(3),"PAWNEED!!!!!"; end;
  13. usage of atcommand should be avoided when script npc....it's bad for certain cases like server log the usage of @commands...
  14. OnMobKilled: specialeffect2 183; unitkill getcharid(3); end; make sure you spawn the monster that has OnMobKilled event label
  15. cuba ... SQL_Installation Using_rAsql XAMPP_Installation
  16. distance(.@x,.@y, .npc_x,.npc_y) > 2 increase the value of 2
  17. atcommand "@kick "+strcharinfo(0);
×
×
  • Create New...