Request help! Deleting NPC & deleting items from NPC

07/28/2016 13:29 killerflood#1
Hello Epvpers,

I've got a question,,

I'd like to know how to delete NPC & deleting items from NPC.
I've already tried to search the files i should needed with how to add npc tutorials, but i still got an error when i launch my client.

Can somebody explain me which files i must edit for deleting a NPC & NPC item properly?

Thanks in advance!

Greetings,

Killerflood
07/28/2016 13:52 EdwardTeach+-#2
i explained that before, lemme search, ok got it,

remove the npc from "SRO_VT_SHARD" > "Tab_RefTactics"
Delete NPC WITH "CodeName128"
Code:
Delete from SRO_VT_SHARD.dbo._Tab_RefTactics where dwObjID in = (select ID from SRO_VT_SHARD.dbo._RefObjcommon where Codename128 like ' NPC NAME ')
07/28/2016 13:58 killerflood#3
And where to delete in the media? because thats where i struggle:P
07/28/2016 14:00 R3D*#4
Quote:
Originally Posted by 哈野浅哈 View Post
lemme search, ok got it,

lemme search, ok got it

Are you ill or Is there something in your brain mate :rolleyes: ?

Quote:
Originally Posted by killerflood View Post
And where to delete in the media? because thats where i struggle:P
There isn't media side
07/28/2016 14:34 killerflood#5
Hmm,, okay, thank you =) thought that when the NPC were enabled in the client the NPC spawned as well..