Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. Emistry

    Help :)

    source mod.... @recall or @recallall command add the check for SC status and skip if berserk exist.
  2. https://eathena-project.googlecode.com/svn/trunk/npc/custom/warper.txt mes "Zeny : 5,000"; if( Zeny < 5000 close; Zeny -= 5000; before the warp add this. or begining of npc.
  3. http://irowiki.org/wiki/Drop_System http://rode-r.doddlercon.com/viewpage/d/3 something like this if there are no changes...
  4. Emistry

    Q>Deal Logs

    picklog -> type "T"
  5. just add another shop npc and menu for it ...
  6. if( getcharid(3) == 10000000000000 && getcharip() != "127.0.0.1" ) atcommand "@kick "+strcharinfo(0); end;
  7. @GM Kinko at least learn to show some more details map server error ? what your current script look like ?
  8. maybe you picked a client that isnt compatible ?? lack of packet ?? custom source od break your functionality ??
  9. your quest has already answered here http://rathena.org/board/topic/96987-request-level-10-cook-book-ingredients/?p=264333 just create another npc shop that sell the item and add another option to call the shop.
  10. now you're confusing me. what you want actually. a php to execute sql a sql that retrieve data from mysql a mysql table to store information etc
  11. source mod adjust the rate message in @mi command.
  12. getitem 7227,#Mission_Points; #Mission_Points = 0;
  13. http://www.w3schools.com/sql/sql_delete.asp
  14. @Zirius nothing can be done unless you willing to do some troublesome source mod for that. it's the original behaviour of shop-type npc.
  15. add this to your script before the npc remove card from the item getinventorylist; if( @inventorylist_count > 95 ){ mes "Your inventory slot is getting full, please remove some item"; close; }
  16. $sql = "SELECT char_id,value FROM `global_reg_value` WHERE str='reborncount' ORDER BY value DESC"; $sth = $server->connection->getStatement($sql); $sth->execute($bind); $result = $sth->fetchAll(); something like this.
  17. http://upaste.me/r/79269f i think better to count the char in account, since not everybody know which slot belong to '0' ...
  18. https://github.com/rathena/rathena
  19. http://www.dmca.com/takedowns.aspx
  20. @Topic Starter Maybe you should try checking if there are any error messages that shown in map-server ? @Off-topic: lol .. the script isnt in english language ... i dont understand what the script does..
×
×
  • Create New...