Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. hmm ? elaborate your request or problems in details...
  2. try - script Sample -1,{ OnTalk: input .@mob_id; if( .@mob_id == 1 ){ killmonster strcharinfo(3),strnpcinfo(0)+"::OnMobKill"; message strcharinfo(0),"All Summoned Mobs killed."; }else if( getmonsterinfo( .@mob_id,MOB_NAME ) == "null" ){ message strcharinfo(0),"Invalid Mob ID."; }else{ mes "Select size for "+getmonsterinfo( .@mob_id,MOB_NAME ); .@size = select( "Medium Size","Small Size","Large Size" ) - 1; close2; // monster "this",-1,-1,"--ja--",.@mob_id,1,strnpcinfo(0)+"::OnMobKill"; monster "this",-1,-1,"--ja--",.@mob_id,1,strnpcinfo(0)+"::OnMobKill",.@size; } OnMobKill: end; } .................{ doevent "Sample::OnTalk"; },{},{}
  3. Judas have another mirror for it here.. http://supportmii.com/ro1/Clients/Weediff2012Pack_v5.7.7z
  4. make sure you have loaded this SQL table trunk/sql-files/logs.sql ensure the logs database connection are correct trunk/conf/inter_athena.conf // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: ragnarok log_codepage: log_login_db: loginlog
  5. edit ur clientside file... System/ItemInfo.lub
  6. trunk/npc/custom/healer.txt http://rathena.org/board/topic/54109-request-player-like-a-npc/?p=59202
  7. item that have "player name" are not suppose to have any item slots.
  8. you can try this... http://www.eathena.ws/board/index.php?showtopic=244658 ( my favourite card remover ) edit the item requirement here...add more if needed. // setarray .@item1, 501,1; // need 1 red potion // setarray .@item2, 502,2; // need 2 orange potions // setarray .@item3, 0,0; // setarray .@item4, 0,0; // setarray .@item5, 0,0;
  9. Emistry

    Request.

    prontera,155,181,5 script Sample 757,{ while( 1 ){ mes "Kick : "+@action[0]+" times."; mes "Punch : "+@action[1]+" times."; next; .@i = select( "Kick","Punch" ) - 1; @action[.@i]++; } close; }
  10. Stop keep posting the same topic over and over again....1 topic for your issues is more than enough !! beside, ur question has been answered...
  11. http://subversion.assembla.com/svn/ClientSide/ http://supportmii.com/ro1/Clients/
  12. make sure you have ur own translated data folder / GRF files. and 2012 need the System/itemInfo.Lub files too..
  13. Suggestion has been added to current version of Advanced Stylist ( 4.0 ). Script updated : Fixed clothes blacklist bug. If current preview style was blacklisted, NPC will show previous hairstyles. Added support for Multi types of Currency as Payment. Thank you @frenzmu06 for pointing out the cloth blacklists problems. It's caused by a minor typo on the variables.
  14. if you are using 2012 client... make sure you have this file.. System/itemInfo.lub
  15. like this ? http://pastebin.com/raw.php?i=VTAWN3Lc
  16. custom items ? refer Custom_Items
  17. disable this is already enough .. trunk/src/config/renewal.h /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas #define RENEWAL
  18. like this ? http://pastebin.com/raw.php?i=W4UXJLw9 OnInit: // craft settings .craft_rate = 50; setarray .item_id,607,608; setarray .item_amount,1,2; .item_id_size = getarraysize( .item_id ); // item gain .craft_gain = 7539; end;
  19. like this ? prontera,155,181,5 script Sample 757,{ mes "map name"; input .@map$; mes "Coordinate"; input .@x; input .@y; close2; warpportal 155,175,.@map$,.@x,.@y; end; } refer warpportal
  20. what item ?? can you list out ? trunk/npc/jobs/1-1e/
  21. just revert back the changes made regarding the item_noequip.txt....
  22. all ur drop rate for Boss item.. item_rate_common_boss: 10000 item_rate_heal_boss: 10000 item_rate_use_boss: 10000 item_rate_equip_boss: 1000 item_rate_card_boss: 1000 this rate will multiply the original drop rates of monster from mob_db.txt those boss drops rate are usually higher than other normal mob...when multiply with your rates... of course it will drop at 100% ...
  23. you should probably post rAmod issues in rAmod forum .... rAthena dont have this added in it..so we wont know how it work ...
  24. Emistry

    DB error

    http://rathena.org/board/topic/72005-sql-error-20m-hp/
×
×
  • Create New...