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!

How to add a item to a NPC

Newbie Spellweaver
Joined
Nov 1, 2010
Messages
74
Reaction score
4
I really don't know how to explain it, Maybe you should just experiment with it, and see for your self :)
 
Newbie Spellweaver
Joined
Nov 21, 2010
Messages
17
Reaction score
0
i did that and my world server kept crashing :( need help badly
 
Newbie Spellweaver
Joined
Nov 1, 2010
Messages
74
Reaction score
4
Have you also put everything in your Data.res files ?
 
Newbie Spellweaver
Joined
Nov 21, 2010
Messages
17
Reaction score
0
aww when i put more items in, my world server kept crashing :(

---------- Post added at 06:15 AM ---------- Previous post was at 06:14 AM ----------

i replace the propitem.txt and propitem.txt.txt and character.inc but still crash :(
 
Newbie Spellweaver
Joined
Nov 1, 2010
Messages
74
Reaction score
4
Weird.... I've never had that problem.

Post your error ?
 
the sound's resound echo
Loyal Member
Joined
Jun 14, 2009
Messages
932
Reaction score
156
As hcsmurf said, post your error.txt and we will take a look at it.
 
Newbie Spellweaver
Joined
Nov 21, 2010
Messages
17
Reaction score
0
ok here is my error...
2011/ 1/20 17:52:53 rCnt=1

7.WorldServer.exe caused an EXCEPTION_ACCESS_VIOLATION in module 7.WorldServer.exe at 001B:004A1883

- Registers

EAX=00000000 EBX=1C633A90 ECX=0006DCE4 EDX=03020020 ESI=1C63445C
EDI=00000000 EBP=02D23EB0 ESP=0476B9FC EIP=004A1883 FLG=00010287
CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000

001B:004A1883 (0x00006E6F 0x00000000 0x00000000 0x00000000) 7.WorldServer.exe

2011/ 1/20 17:53:58 OP: 9403, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0

---------- Post added at 05:58 PM ---------- Previous post was at 05:57 PM ----------

i only need to put CS in shop then my server is ready to release but that world server kept crashing lol
 
Newbie Spellweaver
Joined
Nov 1, 2010
Messages
74
Reaction score
4
ok here is my error...
2011/ 1/20 17:52:53 rCnt=1

7.WorldServer.exe caused an EXCEPTION_ACCESS_VIOLATION in module 7.WorldServer.exe at 001B:004A1883

- Registers

EAX=00000000 EBX=1C633A90 ECX=0006DCE4 EDX=03020020 ESI=1C63445C
EDI=00000000 EBP=02D23EB0 ESP=0476B9FC EIP=004A1883 FLG=00010287
CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000

001B:004A1883 (0x00006E6F 0x00000000 0x00000000 0x00000000) 7.WorldServer.exe

2011/ 1/20 17:53:58 OP: 9403, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0

---------- Post added at 05:58 PM ---------- Previous post was at 05:57 PM ----------

i only need to put CS in shop then my server is ready to release but that world server kept crashing lol

And your sure, that your worldserver runs without the CS in the shops?
 
Newbie Spellweaver
Joined
Nov 21, 2010
Messages
17
Reaction score
0
the first time i added CS to shop is just a frog set then it show up in game then i added more and my world server always crash and i cant get online
 
the sound's resound echo
Loyal Member
Joined
Jun 14, 2009
Messages
932
Reaction score
156
Cant help that
You must've edited something else than you are supposed to ;O
The only things you should edit =
Enable the item
Change the Rarity's
Change the price

Thats all o.o
 
Experienced Elementalist
Joined
Jan 18, 2011
Messages
246
Reaction score
4
I've done everything well.
but it didn't work when i open the npc Is.
 
Newbie Spellweaver
Joined
Nov 21, 2010
Messages
17
Reaction score
0
well what is the number after the rarity? the one said "????" then a number below it
 
Newbie Spellweaver
Joined
Nov 21, 2010
Messages
17
Reaction score
0
Cant help that
You must've edited something else than you are supposed to ;O
The only things you should edit =
Enable the item
Change the Rarity's
Change the price

Thats all o.o

how about the number after the item rarity?
 
Skilled Illusionist
Joined
Dec 15, 2009
Messages
360
Reaction score
25
i kinda followed your tut and it's not showing up..

2011/ 1/27 00:46:51 FileName propItem.txt(5648) : IDS_FAME_MYRAS_TICKET Not Found. : IDS_FAME_MYRAS_TICKET IDS_FAME_TXT_009941 1 1 IK1_SYSTEM IK2_SYSTEM IK3_TICKET

2011/ 1/27 00:46:51 propItem.txt ID:0 last_read(ID:26960 name:Cupid's reward)

2011/ 1/27 00:46:52 FileName character.inc(551) : null Not Found. : null, -1, 0, 0, 1);

AddVendorItem( 0, IK3_MASK, -1, 1, 2, 100 );

AddVendor

2011/ 1/27 00:46:52 FileName character.inc(553) : [ Not Found. : 0, IK3_SCROLL, -1, 1, 1, 100 );

SetImage



2011/ 1/27 00:46:52 FileName character.inc(553) : ] Not Found. : ]0[/COLOR], IK3_SCROLL, -1, 1, 1, 100 );

SetImage

(

IDS_CHARACTER_INC_
 
Skilled Illusionist
Joined
Dec 15, 2009
Messages
360
Reaction score
25
somehow not sprotect get's in shop but reskill get's in =/
What am i doing wrong lolz...
 
the sound's resound echo
Loyal Member
Joined
Jun 14, 2009
Messages
932
Reaction score
156
I guess you didnt give them the same Rarity's
Or you didnt make the sprotect buyable.
 
Back
Top