Jump to content
  • 0

About cleaning some NPC's in specific map.


Gidz Cross

Question


  • Group:  Members
  • Topic Count:  128
  • Topics Per Day:  0.03
  • Content Count:  659
  • Reputation:   84
  • Joined:  04/07/14
  • Last Seen:  

Hello. I was able to create @go mall command to warp into turbo_room by following http://rathena.org/wiki/@go


Now, my problem is there are NPC's on that area. How can i clean that map? The purpose of this is to make custom NPC that sells custom items to normal players. Thanks!

post-25150-0-29033200-1398871461_thumb.jpg

Edited by gidzdlcrz
  • Upvote 1
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  179
  • Reputation:   17
  • Joined:  04/24/14
  • Last Seen:  

1) go to trunk\npc\scripts_athena.conf

 

2) search for - npc: npc/other/turbo_track.txt

 

3) change this line to //npc: npc/other/turbo_track.txt & save

 

4) @reloadscript in game

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  128
  • Topics Per Day:  0.03
  • Content Count:  659
  • Reputation:   84
  • Joined:  04/07/14
  • Last Seen:  

1) go to trunk\npc\scripts_athena.conf

 

2) search for - npc: npc/other/turbo_track.txt

 

3) change this line to //npc: npc/other/turbo_track.txt & save

 

4) @reloadscript in game

I'll have a look. Thanks!

I have this error. But it works. Is there other way that i can manually remove those NPC's?

post-25150-0-70396000-1399018660_thumb.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  179
  • Reputation:   17
  • Joined:  04/24/14
  • Last Seen:  

manually removing will take very long time, the way i told is the best time-saving and easy way to do it.

 

i had forgot that there are 2 mount manager npcs outside turbo track which remove your peco/cart

 

i think you will just need to do the following :

 

--->same like you did before do it for renewal & pre-renewal folder's turbo_track.txt

 

1) go to trunk\npc\re\scripts_athena.conf

-----search for - npc: npc/re/other/turbo_track.txt

-----change this line to //npc: npc/re/other/turbo_track.txt & save

 

2) go to trunk\npc\pre-re\scripts_athena.conf

-----search for - npc: npc/pre-re/other/turbo_track.txt

-----change this line to //npc: npc/pre-re/other/turbo_track.txt & save

 

--->doing this will wipe out / remove duplicate npc error

 

3) @reloadscript in game

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  128
  • Topics Per Day:  0.03
  • Content Count:  659
  • Reputation:   84
  • Joined:  04/07/14
  • Last Seen:  

Thanks! Problem solved!

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