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!

All 62 Shop NPC's. - Update: Version 3!

Experienced Elementalist
Joined
Apr 5, 2008
Messages
236
Reaction score
1
Re: [Release] All 53 Shop NPC's.

Nice and clean, and very reusable code for future shops or whatnot. I shall be adding this to my server code and replacing the old meh shops I got from somewhere. Again, very nice work. =]
did u get this to work???
 
Newbie Spellweaver
Joined
Apr 7, 2008
Messages
66
Reaction score
0
Re: [Release] All 53 Shop NPC's.

Players.cpp
c:\users\\desktop\maplestoryserver\maplestoryserver\players.cpp(120) : warning C4018: '<' : signed/unsigned mismatch
Quests.cpp
Shops.cpp
Skills.cpp
MySQLM.cpp
DropsPacket.cpp
InventoryPacket.cpp
Generating Code...
Compiling...
LevelsPacket.cpp
LoginPacket.cpp
MapPacket.cpp
MobsPacket.cpp
NPCPacket.cpp
PacketCreator.cpp
PlayerPacket.cpp
PlayersPacket.cpp
QuestsPacket.cpp
SkillsPacket.cpp
Initializing.cpp
tinystr.cpp
tinyxml.cpp
tinyxmlerror.cpp
tinyxmlparser.cpp
Timer.cpp
TimerTest.cpp
GameMasters.cpp
MapleIsland.cpp
ShopNPCs.cpp
c:\users\\desktop\maplestoryserver\maplestoryserver\npcs\shopnpcs.cpp(1) : fatal error C1083: Cannot open include file: 'NPCs.h': No such file or directory
Generating Code...
Build log was saved at "file://c:\Users\\Desktop\MapleStoryServer\MapleStoryServer\Debug\BuildLog.htm"
MapleStoryServer - 1 error(s), 1 warning(s)
========== Rebuild All: 2 succeeded, 1 failed, 0 skipped ==========

Should i move the ShopNPCs.cpp to the main folder or should i move the NPC.h to the shops folder?
 
Mocro.net
Joined
Feb 3, 2008
Messages
690
Reaction score
96
Re: [Release] All 53 Shop NPC's.

Code:
cl : Command line error D8016 : '/MT' and '/clr' command-line options are incompatible
MapleStoryServer - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========

Help?
 
Initiate Mage
Joined
Apr 8, 2008
Messages
1
Reaction score
0
Re: [Release] All 53 Shop NPC's.

can't find the "shop" = =~
 
Newbie Spellweaver
Joined
Apr 2, 2008
Messages
83
Reaction score
0
Re: [Release] All 53 Shop NPC's.

Very great full for this man. :).
 
Newbie Spellweaver
Joined
Jun 2, 2007
Messages
15
Reaction score
0
Re: [Release] All 53 Shop NPC's.

i got this error after i use your tut,

3>cl : Command line error D8016 : '/MT' and '/clr' command-line options are incompatible

any suggestions?
 
Mocro.net
Joined
Feb 3, 2008
Messages
690
Reaction score
96
Re: [Release] All 53 Shop NPC's.

i got this error after i use your tut,

3>cl : Command line error D8016 : '/MT' and '/clr' command-line options are incompatible

any suggestions?

same error
 
Newbie Spellweaver
Joined
Mar 21, 2008
Messages
97
Reaction score
0
Re: [Release] All 53 Shop NPC's.

thank you vewry much, plain simple to install
i only got 1 error can't seem to fix the problem

when i go to lil harbour (weapon store) and click on him my client gets d/c
i got the files in the right position and got the xml in the right place any help here ?

Kacangboi...
 
Newbie Spellweaver
Joined
Apr 4, 2008
Messages
52
Reaction score
0
Re: [Release] All 53 Shop NPC's.

Lol, Same with other people, No errors, compiled right and npc's dont work Q.Q
 
Newbie Spellweaver
Joined
Apr 5, 2008
Messages
58
Reaction score
1
Re: [Release] All 53 Shop NPC's.

omg i love yoooooooooh! thank you so much for this.
Works perfectly fine for me.
 
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
8
Reaction score
0
Re: [Release] All 53 Shop NPC's.

Thank you this works great. I had only 1 problem but that was easily fixed. If anyone already has the shoppies.cpp i would suggest you remove it before adding these.
 
Newbie Spellweaver
Joined
Apr 4, 2007
Messages
22
Reaction score
0
Re: [Release] All 53 Shop NPC's.

AFFF...
i have this error:
c:\documents and settings\admin\desktop\maplestoryserver\maplestoryserver\teleportnpcs.cpp(1418) : error C2039: 'npc_2030000' : is not a member of 'NPCsScripts'
c:\documents and settings\admin\desktop\maplestoryserver\maplestoryserver\npcsscripts.h(29) : see declaration of 'NPCsScripts'
Build log was saved at "file://c:\Documents and Settings\Admin\Desktop\MapleStoryServer\MapleStoryServer\Debug\BuildLog.htm"
MapleStoryServer - 21 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========


and i do everything like u said..
><
 
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
12
Reaction score
0
Re: [Release] All 53 Shop NPC's.

Agreed, every new NPC i add doesn't work. I even tryed copying the same NPC script from henesys.cpp and added it again with a new NPC. There's something missing. It doesn't just doesn't work from making a shop.cpp and editing the NPCsScript.h , i think people are missing something / leaving something out.
 
Newbie Spellweaver
Joined
Feb 6, 2006
Messages
40
Reaction score
0
Re: [Release] All 53 Shop NPC's.

thnx!
 
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
63
Reaction score
0
Re: [Release] All 53 Shop NPC's.

Thanks a lot... very useful!! Only i had to correct bug with negative amount of mesos and shop

You rule!!

Sorry my bad english...

Rom!x
 
Newbie Spellweaver
Joined
Nov 9, 2006
Messages
15
Reaction score
0
Re: [Release] All 53 Shop NPC's.

in compile not error, in game not work npc :S anyone help
 
Newbie Spellweaver
Joined
Apr 9, 2008
Messages
5
Reaction score
1
Re: [Release] All 53 Shop NPC's.

This works fine. However, the only bug I have spotted is that if you try to sell an item back to the NPC the item is duped. Possible fix for this from the topic poster?
 
Back
Top