ryusama2007 Posted March 1, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 102 Reputation: 0 Joined: 04/20/12 Last Seen: January 14, 2014 Share Posted March 1, 2013 Personal buy a command that disables src txt born in emualdor, exempo how would I would put him well in conf txt disables that total. may not be so conf. npcdisable: npc / custom / warper.txt or may be a script like. npcdisable npc / custom / warper.txt Quote Link to comment Share on other sites More sharing options...
ryusama2007 Posted March 2, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 102 Reputation: 0 Joined: 04/20/12 Last Seen: January 14, 2014 Author Share Posted March 2, 2013 'm buying a personal mapflag that fuse with drop item, if you want a mapflag put the id of the mob and then the id of the drop and the drop% without being affected by rate and server that supports at least 20 items. Quote Link to comment Share on other sites More sharing options...
Cydh Posted March 2, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted March 2, 2013 confused. @_@ Quote Link to comment Share on other sites More sharing options...
PewN Posted March 2, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted March 2, 2013 'm buying a personal mapflag that fuse with drop item, if you want a mapflag put the id of the mob and then the id of the drop and the drop% without being affected by rate and server that supports at least 20 items. trunk/db/mob_item_ratio.txt rAthena only Quote Link to comment Share on other sites More sharing options...
ryusama2007 Posted March 2, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 102 Reputation: 0 Joined: 04/20/12 Last Seen: January 14, 2014 Author Share Posted March 2, 2013 Thanks I'll try to use, and on the other topic. Quote Link to comment Share on other sites More sharing options...
Angel Posted March 2, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 85 Reputation: 17 Joined: 12/25/11 Last Seen: April 11 Share Posted March 2, 2013 (edited) if u are not using rathena you can try this one:http://rathena.org/board/topic/56424-advanced-common-drop-system/ or you can get the code of changeset 15521 [rev=15521]http://trac.rathena.org/changeset/15521/rathena Edited March 2, 2013 by Angel Quote Link to comment Share on other sites More sharing options...
ryusama2007 Posted March 2, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 102 Reputation: 0 Joined: 04/20/12 Last Seen: January 14, 2014 Author Share Posted March 2, 2013 Personal buy a command that disables src txt born in emualdor, exempo how would I would put him well in conf txt disables that total. may not be so conf. npcdisable: npc / custom / warper.txt or may be a script like. npcdisable npc / custom / warper.txt Perfect just need to resolve this now. 'm buying a personal mapflag that fuse with drop item, if you want a mapflag put the id of the mob and then the id of the drop and the drop% without being affected by rate and server that supports at least 20 items. trunk/db/mob_item_ratio.txtrAthena only calling for work? Quote Link to comment Share on other sites More sharing options...
clydelion Posted March 2, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 754 Reputation: 186 Joined: 05/22/12 Last Seen: October 15, 2022 Share Posted March 2, 2013 There's an existing command. @unloadnpcfile npc/custom/warper.txt Quote Link to comment Share on other sites More sharing options...
ryusama2007 Posted March 2, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 102 Reputation: 0 Joined: 04/20/12 Last Seen: January 14, 2014 Author Share Posted March 2, 2013 (edited) if it is a command, but I want to do the same NPC to NPC disables some officers without moving much in txt and in conf. @edit is possible to add something in the command to serve in npc you need to type @ command? if so can you help me? Edited March 3, 2013 by ryusama2007 Quote Link to comment Share on other sites More sharing options...
Lighta Posted March 6, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share Posted March 6, 2013 you could use :atcommand @unloadnpcfile npc/custom/warper.txt;"atcommand" it's a script npc command that allow you to use atcommand in script :http://rathena.org/wiki/Atcommand Quote Link to comment Share on other sites More sharing options...
ryusama2007 Posted March 7, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 102 Reputation: 0 Joined: 04/20/12 Last Seen: January 14, 2014 Author Share Posted March 7, 2013 (edited) atcommand "@unloadnpcfile npc/merchants/shops.txt"; Erro: - script npc Remover -1,{ end; OnInit: atcommand "@unloadnpcfile npc/merchants/shops.txt"; atcommand "@unloadnpcfile npc/re/merchants/shops.txt"; atcommand "@unloadnpcfile npc/re/kafras/kafras.txt"; atcommand "@unloadnpcfile npc/merchants/cashheadgear_dye.txt"; atcommand "@unloadnpcfile npc/other/mail.txt"; atcommand "@unloadnpcfile npc/other/resetskill.txt"; end; } - script npc Remover -1,{ end; OnInit: atcommand "@unloadnpcfile npc/merchants/shops.txt"; end; atcommand "@unloadnpcfile npc/re/merchants/shops.txt"; end; atcommand "@unloadnpcfile npc/re/kafras/kafras.txt"; end; atcommand "@unloadnpcfile npc/merchants/cashheadgear_dye.txt"; end; atcommand "@unloadnpcfile npc/other/mail.txt"; end; atcommand "@unloadnpcfile npc/other/resetskill.txt"; end; end; } Screem: Edited March 7, 2013 by ryusama2007 Quote Link to comment Share on other sites More sharing options...
Cydh Posted March 7, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted March 7, 2013 (edited) I think atcommand need player to be attached. xD and your second code, the OnInit first line content has end;, that mean another line will not be executed. if your problem because duplicate NPC, you can remove it, the debug messages tell you where the npc file, or rename the NPC name. Edited March 7, 2013 by Cydh Quote Link to comment Share on other sites More sharing options...
ryusama2007 Posted March 7, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 102 Reputation: 0 Joined: 04/20/12 Last Seen: January 14, 2014 Author Share Posted March 7, 2013 I'll leave without end, yet he's failed, I'll change the name ^ ^. Quote Link to comment Share on other sites More sharing options...
Question
ryusama2007
Link to comment
Share on other sites
12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.