Originally Posted by EmmeTheCoder
Hello elitepvpers. This is my 5th post to help ya'll. This time,I will release all my contributions in one thread,and also guide how you input it into your source,( LOFT Source ) . Please ask any questions and when you are done press +thanks.
We start with Rebirth NPC,since I already released the rebirth code. Now,go Client.cs , and go around line 1236. Also be aware of that you should have already added the rebirth code which is in my other guide. Input this:
Now,move on to somewhere around line 3124,and input this:
Now, go to your database and add a new NPC with npcid 1278. Good,your done!
Now,lets do DisCity,which will higher the status of your server,makes it look more professional. Remember that it will only work if you have the MonsterHunter quest added. Will post that one a bit later in this post.
Start with going to Client.cs,around line 1245. Copy and paste this there:
Now ,at client.cs , go around line 2836,and input this:
Now ,in Client.cs,go around line 1582,and input this:
if (CurrentNPC == 1280)
{
if (Control == 2)
MyChar.QuestMob = "Phantoms";
}
Now,to make the Dis City monster stage 1 drop Soulstones,go into Entities.cs, and around line 545, input this:
Now,go into your database,first add all the DisCity npcs,with id's 1279,1280 and 1281. Then go into monster table,and insert some new mobs,should look like this :
And create one more monster,you decide how it should be,it should be the Dis City boss,be aware of that the name MUST be DisBoss
You could also add more monsters to discity,but I wont release all the mech id's. But I sell conquer's latest patch monster database,which have all the monsters.
I think thats it,not kinda sure,pretty tired. Tell me if it dont work.
Now,lets add MonsterHunter quest ( My edition, takes alot lesser space than Kinshi's )
Lets start,go to Character.cs , and add this under public Timer TheTimer = new Timer();
Now go around line 1973,in Character.cs , and add this:
Now go around line 203 in World.cs,and add this:
Now go around line 984,in Client.cs, and add this :
Now go around line 1566,in Client.cs,and add this :
Now go around line 4418,in Client.cs , and add this command to check how many you killed so far:
Now,to make everything save,go to Database.cs. Search for
Replace that fully line,(didnt include fully ), with :
And then,at line 1210,add this :
Now,go into your database,and add two new tabs in Character.cs, QuestKO and QuestMob.
The fields that are not mentioned should be blank
Now,go into database again,and in NPC table,and add the new NPCs mentioned in the code.
Gosh,your done! Please enjoy
Now,lets add second rebirth quest. Now,if you want second rebirth quest instead of simply buying an exemption token to get second reborn,you have to modify the Rebirth npc a bit,will tell futher about that a bit down.
Lets start with the NPCs. Go into Client.cs,around line 1208.
Add this there:
Now,go around line 3304 in Client.cs,and add this :
Now go to Character.cs, around line 1983,and add this:
taking a break! do not use mountain code,its not done
|