Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Add New Custom Npc's

Initiate Mage
Joined
Jan 10, 2012
Messages
43
Reaction score
3
Re: [Guide] Add New Custom Npc's

i am hugh problem while adding items to my custom npc
client crashing at loading this what i did in refshopgoods:
Code:
1	15	STORE_STATIIC_TAB1	PACKAGE_ITEM_SCROLL_MOB_CH_TIGERWOMAN	0	-1	xxx	-1	xxx	-1	xxx	-1	xxx
soo where the problem execly?

try to change the item code with another as example change "PACKAGE_ITEM_SCROLL_MOB_CH_TIGHERWOMAN" with "PACKAGE_ITEM_EU_TSTAFF_13_A_RARE"

PS : did you putted an item in your NPC before?? :laugh:

http://forum.ragezone.com/f739/help-add-item-npc-826043/#post6880754

http://forum.ragezone.com/f739/help-add-item-npc-826043/#post6880754

http://forum.ragezone.com/f739/help-add-item-npc-826043/#post6880754

http://forum.ragezone.com/f739/help-add-item-npc-826043/#post6880754

http://forum.ragezone.com/f739/help-add-item-npc-826043/#post6880754

When i try to add item to my NPC i get this error :*::*:




============================

here is my DB info..



RefPackageItem :

Code:
1	15	86441	PACKAGE_ITEM_EU_TSTAFF_11_A	0	EXPAND_TERM_ALL	SN_ITEM_EU_TSTAFF_11_A	SN_ITEM_EU_TSTAFF_11_A_TT_DESC	item\europe\weapon\tstaff_11.ddj	-1	xxx	-1	xxx	-1	xxx	-1	xxx



RefScrapOfPackageItem

Code:
1	15	PACKAGE_ITEM_EU_TSTAFF_11_A	ITEM_EU_TSTAFF_11_A	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	-1	xxx	-1	xxx	-1	xxx	-1	xxx	86441



RefPricePolicyOfItem

Code:
1	15	PACKAGE_ITEM_EU_TSTAFF_11_A	1	0	9000000	-1	xxx	-1	xxx	-1	xxx	-1	xxx



RefShopGooD

Code:
1	15	STORE_REVELATION_TAB1	PACKAGE_ITEM_EU_TSTAFF_11_A	0	-1	xxx	-1	xxx	-1	xxx	-1	xxx

i hope i don't get ignored as usually , if anyone have a solution or knew where is the problem , please tell me :*::*::*:

Again i ask for some help , where is my problem why i always get this error when i open the server :huh:
 
Initiate Mage
Joined
Feb 24, 2012
Messages
96
Reaction score
6
Re: [Guide] Add New Custom Npc's

even when i try custom npc my client crashing :(
 
Joined
Nov 6, 2011
Messages
546
Reaction score
140
Re: [Guide] Add New Custom Npc's

try to change the item code with another as example change "PACKAGE_ITEM_SCROLL_MOB_CH_TIGHERWOMAN" with "PACKAGE_ITEM_EU_TSTAFF_13_A_RARE"

PS : did you putted an item in your NPC before?? :laugh:



Again i ask for some help , where is my problem why i always get this error when i open the server :huh:

I am sure u are use statiic
if i am right tell me and i will tell u how to fix it :eek:tt1:

Whatever xD


Code:
1	15	86441	PACKAGE_ITEM_EU_TSTAFF_11_A	0	EXPAND_TERM_ALL	SN_ITEM_EU_TSTAFF_11_A	SN_ITEM_EU_TSTAFF_11_A_TT_DESC	item\europe\weapon\tstaff_11.ddj	-1	xxx	-1	xxx	-1	xxx	-1	xxx

are u see the code xD 86441 change it for 86800
i know last code in db 86440 so u mad ur code 86441 but trust me :D
start from 86800 :D and the problem fix :D

Give me Like :p if i am right
 
Initiate Mage
Joined
Feb 21, 2012
Messages
30
Reaction score
0
Re: [Guide] Add New Custom Npc's

try to change the item code with another as example change "PACKAGE_ITEM_SCROLL_MOB_CH_TIGHERWOMAN" with "PACKAGE_ITEM_EU_TSTAFF_13_A_RARE"

PS : did you putted an item in your NPC before?? :laugh:
1. answer: i want its be unique scroll not weapon but i will try it
PS. answer: nope :(
 
Initiate Mage
Joined
Jan 10, 2012
Messages
43
Reaction score
3
Re: [Guide] Add New Custom Npc's

I am sure u are use statiic
if i am right tell me and i will tell u how to fix it :eek:tt1:

Whatever xD


Code:
1	15	86441	PACKAGE_ITEM_EU_TSTAFF_11_A	0	EXPAND_TERM_ALL	SN_ITEM_EU_TSTAFF_11_A	SN_ITEM_EU_TSTAFF_11_A_TT_DESC	item\europe\weapon\tstaff_11.ddj	-1	xxx	-1	xxx	-1	xxx	-1	xxx

are u see the code xD 86441 change it for 86800
i know last code in db 86440 so u mad ur code 86441 but trust me :D
start from 86800 :D and the problem fix :D

Give me Like :p if i am right

Not working i get this error after i changed the ID from 86441 to 86800

Statiic - Add New Custom Npc's - RaGEZONE Forums


and yes i use Statiic DB if you have better DB share it with us
 
Last edited:
Initiate Mage
Joined
Feb 18, 2012
Messages
26
Reaction score
0
Re: [Guide] Add New Custom Npc's

Hello,

I got a Problem.

I dont know how i can choose the Position.
Statiic - Add New Custom Npc's - RaGEZONE Forums


I want the NPC at this Position :
x = 1062,000000
y = -32,608883
z = 938,000000

If anyone can help me it would be create :)
 
Initiate Mage
Joined
Feb 21, 2012
Messages
30
Reaction score
0
Re: [Guide] Add New Custom Npc's

simply you can use dbo._Char to check pos or just use the same way on smc to check pos
P.S for that char must be offline
enjoy
 
Initiate Mage
Joined
Feb 18, 2012
Messages
26
Reaction score
0
Re: [Guide] Add New Custom Npc's

But at the SMC i can see X - Y - Z ....

But at this Guide are 5 Coardinates.
 
Initiate Mage
Joined
Feb 21, 2012
Messages
30
Reaction score
0
Re: [Guide] Add New Custom Npc's

you mean dir? if yes just use some npc dir morever i fixed it to you on the root ;)
Greetz Norman :)
kevin i give you little tip: in the first pink color you have to put region id
25000 its jangan
and the 3 next are the coords after that its dir = unknown yet.
 
Last edited:
Master Summoner
Joined
Nov 18, 2011
Messages
529
Reaction score
345
Re: [Guide] Add New Custom Npc's

dir = directon of the npc like front, sides, back, etc....
 
Initiate Mage
Joined
Mar 7, 2012
Messages
49
Reaction score
10
Re: [Guide] Add New Custom Npc's

hay Statiic may i ask you question ..
why i can't add items higher than D9 into my NPC ??
 
Junior Spellweaver
Joined
Apr 30, 2006
Messages
152
Reaction score
30
Re: [Guide] Add New Custom Npc's

Thank you for this guide Statiic
Statiic - Add New Custom Npc's - RaGEZONE Forums
 
Initiate Mage
Joined
Mar 7, 2012
Messages
49
Reaction score
10
Re: [Guide] Add New Custom Npc's

Thanks a lot Statiic all my problems has been solved :D
my server will be soon ONLINE
 
Initiate Mage
Joined
Feb 21, 2012
Messages
30
Reaction score
0
Re: [Guide] Add New Custom Npc's

ok guys i realy need your help becuse i think i doing something worng
i put on media the part of the _RefObjCommon
than i take the part of _RefObjChar
without id that what i get
look my job and look joymax:
my:
1 41798 NPC_STATIIC xxx xxx SN_NPC_STATIIC xxx 0 1 1 2 2 0 5000 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 npc\npc\event_santa_kisaeng1.bsr xxx xxx xxx xxx 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 336860180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
joymax:
1 41768 NPC_CH_EVENT_CLOWN_BALLOON ?? ??? ?? xxx SN_NPC_CH_EVENT_CLOWN xxx 0 1 1 2 2 0 5000 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 npc\npc\chinawoman_Noblegirl_event.bsr xxx xxx xxx xxx 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 336860180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
or i did it correct becuse at my there is have much 0
UPDATE:
i test client with my job and its work but its crash whan charactur screen come up
its happan with line like STATIIC and for my line
sorry for bed english :S
 
Last edited:
Initiate Mage
Joined
Mar 7, 2012
Messages
49
Reaction score
10
Re: [Guide] Add New Custom Npc's

hay guys how can i change the Tab name and the Group name and how can i make the NPC chatt ?

thanks for help before :)

Thank you Statiic Everything Good With Me Now :D

I mad NPC For Item Mall
3 Tab in Group1
3 Tab in Group2
and i will Add Group3 For Other Item mall

And i made the Npc Chat and name for all tab xD Ty so Much for everyone help or give me information

i still Work in add all items mall xD
Statiic - Add New Custom Npc's - RaGEZONE Forums


Statiic - Add New Custom Npc's - RaGEZONE Forums

hay bro how did you name the groups and the tabs ??? i made the NPC chat but i can't make names to the Groups and the tabs
 
Initiate Mage
Joined
Feb 12, 2012
Messages
29
Reaction score
1
Re: [Guide] Add New Custom Npc's

anyone can help me? how i can paste this codes sql server.
 
Initiate Mage
Joined
Feb 15, 2012
Messages
52
Reaction score
0
Re: [Guide] Add New Custom Npc's

Thank you could not do because there gönderirmisin Static DB

3) _RefShop ID yerine yaza yazamıyorum
 
Experienced Elementalist
Joined
Jan 20, 2012
Messages
244
Reaction score
59
Re: [Guide] Add New Custom Npc's

i will tell u
i try many thing but last thing try and the npc chat show in game

in server_dep\silkroad\textdata\
OPen the txt " npcchat.txt "

u will see in the txt
Code:
//Service	OwnerCodeName_128	msg1_strid_128	msg2_strid_128
//%d	%s	%s	%s
//xxx	xxx	xxx	xxx
[COLOR="Red"]1	STORE_PureShop	SN_NPC_CH_PureShop_BS	SN_NPC_PureShop_PS	
1	NPC_PureShop	SN_NPC_CH_PureShop_BS	SN_NPC_PureShop_PS[/COLOR]
[B]1	NPC_CH_SMITH	SN_NPC_CH_SMITH_BS	SN_NPC_CH_SMITH_PS
1	NPC_CH_SMITH	SN_NPC_CH_SMITH_BS	SN_NPC_CH_SMITH_PS[/B]

The Red = My Cods NPC
The Bold Black = The Code in txt
i mad Code in txt like the original in this txt and Import in media again
Mad the code in txt only don't worry about db

2nd OPen the
server_dep\silkroad\textdata\
textquest_speech&name.txt

In first Line in this txt u will found
Code:
[COLOR="Red"]// NPC speech 대사창[/COLOR]
2nd Line u will see 
1	SN_NPC_CH_SMITH_BS								Don't be hesitant to come here to get weapon in Jangan. There are various kinds of weapon other than what I have made myself. Well, if you are available, I am good to have a drink with you, Ah-ha-ha-ha.							



[B]Copy this Line and put it Up this  //NameString 
Like this [/B]
 
[COLOR="Red"]1	SN_NPC_PureShop_BS								Give you NPC CHAT Here :D, Ah-ha-ha-ha.[/COLOR]
 [B]//NameString[/B]


Don't Forget to Change the SN_CH_SMITH_BS " Not original Line " i mean the line u copied
FOr Ur Code SN_NPC_CH_PureShop_BS <<< This my code change for ur code

sorry for my English.

if u didn't understand what i said tell me and i will mad it in Video :blushing:

hey can u make it with video please :p
 
Initiate Mage
Joined
Mar 7, 2012
Messages
49
Reaction score
10
Re: [Guide] Add New Custom Npc's

hay guys how can i make more than 1group in my NPC?
 
Back
Top