[HELP] Read this, Thanks

11/21/2009 07:35 UnoAmigos#1
Guys, I need Quest Maker (Yeah i can make quest but im not good in english) :D
quest for my source and BIG CREDITS to those who willing to make quest for my server...heres the code of my NPC

Just an Example:
Code:
if (ID == NPC ID)
{
   if (To == 0) [COLOR="Magenta"]<-------- This should be the "NPC Talk" in LOFT[/COLOR]
   {
       S("Blah blah");
       L("Yes", 1);
       L("No Thanks", 255);
       Face(159);
       Done();
   }
   if (To == 1) [COLOR="Magenta"]<-------- This should be the "NPC Do" in LOFT[/COLOR]
   {
      S("Code it");
      L("No Thanks", 255);
      Face(159);
      Done();
   }
}

Code:
Founder: [COLOR="Red"]UnoAmigos[/COLOR]
Quest Maker:
Website Maker:

Add me [Only registered and activated users can see links. Click Here To Register...]

If you want to help me (to those who willing to help i mean)
Make any quest and i add it to my source, SIMPLE or HARD Quest..
Just send your Quest Script to my E-mail [Only registered and activated users can see links. Click Here To Register...]

Thanks in ADVANCE

To all PINOY Epvper's Members (Lives in Philippines)
I would like to create a team for PServer but i don't want in
Chatting or What-ever....Let's talk Personally and make a Server..

In TAGALOG Words:
Sa lahat ng PINOY Member dito sa Epvper's, gusto kong bumuo ng Team
natin perso yung magkakakita tayo, ayaw ko ng Chatting on Web..

Add nyo e-mail ko, kita or Message me..
I live in ILIGAN CITY, PHILIPPINES or contact me via e-mail...Thanks..
Code:
Coders: UnoAmigos (3 more coders)
Quest Maker: (Know how to speak English)
Skill Maker: UnoAmigos 
DLL master: Need one person only
OllyDB Master: UnoAmigos (I need help here too)
PhotoShop Master: UnoAmigos (I can handle this)
PM & GM: UnoAmigos (2 for PMs and 1 for GMs)
Website Maker: 1-3 person
11/21/2009 07:36 UnoAmigos#2
#RESERVED for future post for my server, Thanks.
11/23/2009 00:22 Arcо#3
Quote:
Originally Posted by UnoAmigos View Post
Guys, I need Quest Maker (Yeah i can make quest but im not good in english) :D
quest for my source and BIG CREDITS to those who willing to make quest for my server...heres the code of my NPC

Just an Example:
Code:
if (ID == NPC ID)
{
   if (To == 0) [COLOR="Magenta"]<-------- This should be the "NPC Talk" in LOFT[/COLOR]
   {
       S("Blah blah");
       L("Yes", 1);
       L("No Thanks", 255);
       Face(159);
       Done();
   }
   if (To == 1) [COLOR="Magenta"]<-------- This should be the "NPC Do" in LOFT[/COLOR]
   {
      S("Code it");
      L("No Thanks", 255);
      Face(159);
      Done();
   }
}

Code:
Founder: [COLOR="Red"]UnoAmigos[/COLOR]
Quest Maker:
Website Maker:

Add me [Only registered and activated users can see links. Click Here To Register...]

If you want to help me (to those who willing to help i mean)
Make any quest and i add it to my source, SIMPLE or HARD Quest..
Just send your Quest Script to my E-mail [Only registered and activated users can see links. Click Here To Register...]

Thanks in ADVANCE

To all PINOY Epvper's Members (Lives in Philippines)
I would like to create a team for PServer but i don't want in
Chatting or What-ever....Let's talk Personally and make a Server..

In TAGALOG Words:
Sa lahat ng PINOY Member dito sa Epvper's, gusto kong bumuo ng Team
natin perso yung magkakakita tayo, ayaw ko ng Chatting on Web..

Add nyo e-mail ko, kita or Message me..
I live in ILIGAN CITY, PHILIPPINES or contact me via e-mail...Thanks..
Code:
Coders: UnoAmigos (3 more coders)
Quest Maker: (Know how to speak English)
Skill Maker: UnoAmigos 
DLL master: Need one person only
OllyDB Master: UnoAmigos (I need help here too)
PhotoShop Master: UnoAmigos (I can handle this)
PM & GM: UnoAmigos (2 for PMs and 1 for GMs)
Website Maker: 1-3 person
Idk if you're still looking for someone to make this quest but what exactly kind of quest do you have in mind?
11/23/2009 00:42 onlyme64#4
I think hes looking for a tool that will make the quest for him using the the npc code he posted