[REQUEST] 5165+ Source

02/09/2010 18:05 sdickson#1
I am lookin for a 5165 source. It can't have the following:

Santas
Halloween NPCs
ANYTHING that is related to holidays...

But, i would appreciate these, but you DON'T HAVE TO HAVE THEM!:

3-10th RB npc, but with a reasonible price.
A level 130-255 NPC, reasonible price.
And anything else that isn't stupid...

Oh and if you could also say how to edit the maximum level, experience rates, and how do i add new items?
I think i know how to make the max level higher and the exp' rates higher, but im not so sure about adding new items.
So just reply back when anybody gets the chance!

Thanks,
Samuel
02/09/2010 18:16 SaM.ThE.MaN#2
Is this for Private server?
Then its in the wrong section
02/10/2010 20:35 Huseby#3
#Moved
02/10/2010 20:49 LetterX#4
What you want is NPC work...one of the easiest things to do for a server. X_X
Code:
...NPC Talk...
if (Client.Entity.Level == 130)
{
Client.Entity.Level = 255
//send the string packet to update the level in the status window
Client.Send(Packets.StringPckt(blah, blah, blah));
//Save Client too if server doesn't auto save when important stuff happens
Database.SaveClient(Client);
}
This is not in the LOTFv5165 syntax, but come on dude. D: