hey emme , nice codes but u made like 2 mistakes or its just me o.o
Quote:
if (Control == 8)
{
SendPacket(General.MyPackets.NPCSay("What would you like to get second reborn into? Remember that your earlier skills don't save and it cost an ExemptionToken."));
SendPacket(General.MyPackets.NPCLink("Trojan", 9));
SendPacket(General.MyPackets.NPCLink("Warrior", 10));
SendPacket(General.MyPackets.NPCLink("Archer", 11));
SendPacket(General.MyPackets.NPCLink("Fire Taoist", 12));
SendPacket(General.MyPackets.NPCLink("WaterTaoist" , 13));
SendPacket(General.MyPackets.NPCLink("WaterTaoist" , 14));
SendPacket(General.MyPackets.NPCLink("Let me think it over.", 255));
SendPacket(General.MyPackets.NPCSetFace(30));
SendPacket(General.MyPackets.NPCFinish());
}
if (Control == 9)
{
if (MyChar.InventoryContains(721259, 1))
MyChar.ReBorn(11);
}
|
1st : when it checks if u have the item it doesnt remove it from inventory
it should be like this
if (MyChar.InventoryContains(721259, 1))
{
MyChar.RemoveItem(MyChar.ItemNext(721259));
MyChar.ReBorn(21);
2nd : 721259 id is not exeption token , so it will only check if u have a celestial stone and 2nd rb u lol the correct exemption token id is "723701"
well im not a good coder really but i just wanted to say that so u can fix it

btw nice codes im gonna use ur monster hunter and dis , +thanks