Jogos Brasil

Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

    [Release] Pharmacist,Blacksmith,Armorer e Old General Pegando itens fora da Birth Vill

    avatar
    Convidad
    Convidado


    [Release] Pharmacist,Blacksmith,Armorer e Old General Pegando itens fora da Birth Vill Empty [Release] Pharmacist,Blacksmith,Armorer e Old General Pegando itens fora da Birth Vill

    Mensagem  Convidad Dom Jul 12, 2009 11:15 am

    [Release] Pharmacist,Blacksmith,Armorer e Old General Pegando itens fora da Birth Vill

    Procure por 10008://Phermacist Bitch at NPCTalk.cs
    Substitua-a por esta:


    case 10008://Phermacist Bitch
    {
    if (LinkBack == 0)
    {
    Text("Hi! I am selling all kinds of potions and City gate scrolls in the cities. I also sell fireworks and skill books in the market.", CSocket);
    Link("What Potions?", 1, CSocket);
    Link("Consult others.", 255, CSocket);
    Face(30, CSocket); End(CSocket);
    }
    else if (LinkBack == 1)
    {
    {
    Então, mesmo NPCTalk.cs
    procure caso 10005: / / BlackSmith dude
    E substituí-lo com isto:


    Text("Healing and mana potions. Healing potions can make you healthy, and mana potions will enable you to cast spells.", CSocket);
    Text("That is all. If you have not talked to others NPCs, you had better have a chat with them so that you can learn more.", CSocket);
    Link("Do you have any potion to gave me???", 2, CSocket);
    Face(30, CSocket); End(CSocket);
    }
    }
    else if (LinkBack == 2)
    {
    {
    AddItem(1002020, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(1002020, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(1002020, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(1002010, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(1002010, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(1002010, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    Link("Thanks Man.", 255, CSocket);
    Face(30, CSocket); End(CSocket);
    }
    }
    break;
    }

    Então, mesmo NPCTalk.cs procure
    caso 10007: / / Armorer dude
    E substituí-lo com isto:

    case 10007://Armorer dude
    {
    if (LinkBack == 0)
    {
    Text("Armorers swear only to provide the very best in defense. Whether it's robes or helmets, we stock it all.", CSocket);
    Link("I see. Where can I find an armorer?", 1, CSocket);
    Link("Consult others.", 255, CSocket);
    Face(30, CSocket); End(CSocket);
    }
    else if (LinkBack == 1)
    {
    {
    Text("Every city or major settlement has one. But our armors very best from place to place. Some armorers have better helms, while others specialize in mail or helms.", CSocket);
    Text("Just to be sure to buy armor without red text in the description. You won't be able to wear those!", CSocket);
    Link("Here are some basic armor that i can offer you great hero.", 2, CSocket);
    Face(30, CSocket); End(CSocket);
    }
    }
    else if (LinkBack == 2)
    {
    {
    AddItem(120009, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(150019, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(160019, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(191905, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    Link("Thanks Man.", 255, CSocket);
    Face(30, CSocket); End(CSocket);
    }
    }
    break;
    }

    case 10005://BlackSmith dude
    {
    if (LinkBack == 0)
    {
    Text("Us blacksmiths can be found from North to South, East to West. We promise a fine selection of weapons for you to purchase!", CSocket);
    Link("Hmmmm, tell me more.", 1, CSocket);
    Link("Consult others.", 255, CSocket);
    Face(30, CSocket); End(CSocket);
    }
    else if (LinkBack == 1)
    {
    {
    Text("Let me tell you how to choose a good weapon. Hover your mouse pointer over the weapon, check its stats and find a weapon with all white writing. If there's red text, you won't be able to use it.", CSocket);
    Text(" After you buy it, you open your backpack, find the right item and right-click it to equip. It's as easy as that! Oh, and to sell an item, you just drag and drop to my shop!", CSocket);
    Link("What about repairs?", 2, CSocket);
    Link("Consult others.", 255, CSocket);
    Face(30, CSocket); End(CSocket);
    }
    }
    else if (LinkBack == 2)
    {
    {
    Text("First, unequip the item by double-clicking it in your status window. Then find me, click my repair button and click the item.", CSocket);
    Link("Any other tips?", 3, CSocket);
    Link("Consult others.", 255, CSocket);
    Face(30, CSocket); End(CSocket);
    }
    }
    else if (LinkBack == 3)
    {
    {
    Text("Yeah, some items are high quality: Normal, Refined, Unique, Elite, Super. That's specialist stuff, only found in the market. That is all. If you have not talked to other NPCs, you had better have a chat with them so that you can learn more.", CSocket);
    Link("Is there any weapon that you can gave me now?", 4, CSocket);
    Face(30, CSocket); End(CSocket);
    }
    }
    else if (LinkBack == 4)
    {
    {
    AddItem(410901, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(420009, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(410009, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(421009, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(430003, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(440009, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(450009, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(460009, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(480009, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(481009, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(500009, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(560009, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(561009, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(601009, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    Link("Thanks Man.", 255, CSocket);
    Face(30, CSocket); End(CSocket);
    }
    }
    break;
    }

    Em seguida, no mesmo NPCTalk.cs
    Olhe para o caso 425: / / Old geral cara yang
    E substituí-la com a Este:

    case 425://Old general yang dude
    {
    if ((int)CSocket.Client.Class >= 50 && (int)CSocket.Client.Class <= 55)
    {
    if (LinkBack == 0)
    {
    Text("I will teach you a basic weapon skill. ", CSocket);
    Link("Ok I'm ready !", 1, CSocket);
    Link("Thanks anyway...", 255, CSocket);
    Face(30, CSocket); End(CSocket);
    }
    else if (LinkBack == 1)
    {
    {
    Text("Take this scroll and learn the art of fighting !", CSocket);
    AddItem(725005, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(725002, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(725012, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    AddItem(725025, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
    Link("Thanks Man.", 255, CSocket);
    Face(30, CSocket); End(CSocket);
    }
    }
    }
    break;
    }

    Creditos MeGaMaX ...

    Em breve + códigos
    lol!

      Data/hora atual: Dom maio 19, 2024 6:28 am