Jump to content
  • 0

Buy Command src


ryusama2007

Question


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

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
Link to comment
Share on other sites

12 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

'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.

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

confused. @_@

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

'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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

Thanks I'll try to use, and on the other topic.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  85
  • Reputation:   17
  • Joined:  12/25/11
  • Last Seen:  

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 by Angel
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

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.txt

rAthena only

 

calling for work?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

There's an existing command.

@unloadnpcfile npc/custom/warper.txt
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

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 by ryusama2007
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

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:

2wpno94.jpg

Edited by ryusama2007
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

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 by Cydh
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

I'll leave without end, yet he's failed, I'll change the name ^ ^.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...