Hey,
I made this npc script (and stilll making) for the shop/hair etc...
it mabby later can be for use, if wedding ever gets added
its handy to have the Thomas teleport script before addings this :)
i add Cosmetic mabby later,
I made:
The Hairsalon
The wedding shop
They are all GMS based
Credits to Chaisoft for helping me
Thanks for Zids for fixing
now it haves male/female
First:
In C++ maplestoryserver source
add to the NPCs folder Amoria.cpp
just place this in Amoria.cpp
http://pastebin.com/f16dbf809
Go to NPCsSCRIPTS.h
and add
Code:// Amoria case 9201015: npc_9201015(npc); break; case 9201016: npc_9201016(npc); break;BTW if you have !shopcoupons command add this to 9999996.xmlCode:// Amoria static void npc_9201015(NPC * npc); static void npc_9201016(NPC * npc);
in your shops folder:
under:Code:<Item> <ID>5150020</ID> <Price>4000000</Price> </Item> <Item> <ID>5151017</ID> <Price>4000000</Price> </Item> <Item> <ID>5150019</ID> <Price>2000000</Price> </Item> <Item> <ID>5151016</ID> <Price>2000000</Price>
For the Wedding Shop download this: RapidShare: 1-Click WebhostingCode:<Item> <ID>5220000</ID> <Price>2000000</Price> </Item>
and place it in shops folder,
if you already got it, replace the old one whit mine ;)
it only haves effect if you have added all the 62 npcs ;)
GL any ideas/ bugs or stuff are welcome,
please no flame :bad: the code fixed now ;)


![[Release] Amoria NPCs all Based on GMS! [FIXED 2 TIMES)](http://ragezone.com/hyper728.png)


