[Release] GMS Like NPCs Or Others [Requests Allowed]
First of all, If these aren't good, please don't flame me, but I'm making some stuff like they have in GMS.
Not like "Give me 10 Mesos and I'll give you 10 Ilbis."
Big thanks to get31720 for helping me fix my NPCs. :)
So first of all.
Taking Requests
1.
2.
3.
4.
Form
What does the NPC say?
What does it do?
Shop/Quest/Standard Text?
Anything else?
Crystal Ilbi Throwing-Star Maker (Part 1)
Spoiler:
Code:
/*
This file is a part of Mages4ever.
Forgers by Mages4ever.
<NPC> () found in <Town> ().
Copyright ? 2008 Mages4ever of Mages4ever.
*/
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
}
else {
if (status >= 3 && mode == 0) {
cm.sendOk("Come back if you want Crystal Ilbis");
cm.dispose();
return;
}
if (mode == 1) {
status++;
}
else {
status--;
}
if (status == 0) {
cm.sendNext("Would you like a set of Crystal Ilbis? (Req. Level 70, Attack + 29)");
}
else if (status == 1) {
cm.sendNext("I will use my powerful magical powers to create you a nice set of Crystal Ilbi. Although, for the magic powers to work.. you will need to find me some ingredients for my formula. You will need to get me: #g1 Crystal Ilbi Forging Manual, #g1 Ilbi, #g7 LUK Crystals and #g1 Dark Crystal.");
}
else if (status == 2) {
if (cm.haveItem(4031912, 1) && cm.haveItem(2070006, 1) && cm.haveItem(4005003, 7) && cm.haveItem(4005004, 1)) {
cm.sendYesNo("It seems like you have the required materials, do you want me to make a set of #bCrystal Ilbi#k for you?");
}
else if (!cm.haveItem(4031912, 1)) {
cm.sendOk("You don't a #gCrystal Ilbi Forging Manual!");
cm.dispose();
}
else if (!cm.haveItem(2070006, 1)) {
cm.sendOk("You don't have an #gIlbi!");
cm.dispose();
}
else if (!cm.haveItem(4005003, 7)) {
cm.sendOk("You dont have enough #gLuk Crystals!");
cm.dispose();
}
else if (!cm.haveItem(4005004, 1)) {
cm.sendOk("You dont have a #gDark Crystal!");
cm.dispose();
}
}
else if (status == 3) {
cm.gainItem(4031912, -1);
cm.gainItem(2070006, -1);
cm.gainItem(4005003, -7);
cm.gainItem(4005004, -1);
cm.gainItem(2070016, 1);
cm.dispose();
}
}
}
Crystal Ilbi Throwing-Star Maker (Part 2) (The ITGC Stuff for the Crystal Ilbi Forging Manuel)
Spoiler:
Code:
/*
This file is a part of Mages4ever.
Forgers by Mages4ever.
<NPC> () found in <Town> ().
Copyright ? 2008 Mages4ever of Mages4ever.
*/
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
}
else {
if (status >= 3 && mode == 0) {
cm.sendOk("Come back if you need the Forging Manuel.");
cm.dispose();
return;
}
if (mode == 1) {
status++;
}
else {
status--;
}
if (status == 0) {
cm.sendNext("Would you like a of Crystal Ilbi Forging Manuel?");
}
else if (status == 1) {
cm.sendNext("I a Forging Manuel. Although, for my service, you will need to find me some ingredients for my formula. You will need to get me: #g1 Crystal Shard and #g1 Naricain Jewel.");
}
else if (status == 2) {
if (cm.haveItem(4031917, 1) && cm.haveItem(4031758, 1)) {
cm.sendYesNo("It seems like you have the required materials, do you want me to make a #bCrystal Ilbi Forging Manuel#k for you?");
}
else if (!cm.haveItem(4031917, 1)) {
cm.sendOk("You don't a #gCrystal Shard!");
cm.dispose();
}
else if (!cm.haveItem(4031758, 1)) {
cm.sendOk("You don't have an #gNaricain Jewel!");
cm.dispose();
}
}
else if (status == 3) {
cm.gainItem(4031917, -1);
cm.gainItem(4031758, -1);
cm.gainItem(4031912, 1);
cm.dispose();
}
}
}
Stormcaster Glove Maker (Part 1)
[spoiler]
[code]
/*
This file is a part of Mages4ever.
Forgers by Mages4ever.
<NPC> () found in <Town> ().
Copyright
20-12-08
El Knorke
Re: [Release] GMS Like NPCs (Or Fixes)
Wow, i love GMS-like Stuff, will test it tomorrow :)
Good job :thumbup1:
20-12-08
Bradness
Re: [Release] GMS Like NPCs (Or Fixes)
Good job, this is pretty cool, seeing the way the GMS NPC is, because I have never really gotten to level 70, so yea.
20-12-08
SharpAceX
Re: [Release] GMS Like NPCs (Or Fixes)
Nice idea. I like it when its GMS-like. If I have the time, I might contribute an npc for you.
20-12-08
iamSTEVE
Re: [Release] GMS Like NPCs (Or Fixes)
I dont see it's GMS-like, it trades stars for the manual, when in GMS you have a quest for them..
20-12-08
Mages4ever
Re: [Release] GMS Like NPCs (Or Fixes)
No, You trade in the actual items for the Manuel and then you get the other stuff for the stars.
20-12-08
xbLazE
Re: [Release] GMS Like NPCs (Or Fixes)
Making it GMS like eh...
Keep it coming boy
20-12-08
Mages4ever
Re: [Release] GMS Like NPCs (Or Fixes)
Ok, In 20 mins I've Made 3 npcs, from a pre-planned model.
Now, the problem is what if we run out of NPCs?
20-12-08
XotiCraze
Re: [Release] GMS Like NPCs (Or Fixes)
Quote:
Originally Posted by Mages4ever
Ok, In 20 mins I've Made 3 npcs, from a pre-planned model.
Now, the problem is what if we run out of NPCs?
What kind of NPCs ? Lol .
20-12-08
Mages4ever
Re: [Release] GMS Like NPCs (Or Fixes)
I dont know, but like useable ones. (That we can add to.)
20-12-08
XotiCraze
Re: [Release] GMS Like NPCs (Or Fixes)
Oh.
Wow, 3 npcs in 20mins Pro ! Lol .
20-12-08
TotalMs
Re: [Release] GMS Like NPCs (Or Fixes)
I think they should all be combined into one forger NPC.
20-12-08
El Knorke
Re: [Release] GMS Like NPCs (Or Fixes)
man, you are fast :O
20-12-08
Mages4ever
Re: [Release] GMS Like NPCs (Or Fixes)
Ok, If Only I learned how to do that XD.
I just know how to make individual ones, I may have a clue though.
(All in one seller NPC)