Command Location

08/22/2010 21:05 FadMucker#1
hey guys noobish question but were wud i find the commands to edit and add in 5165? if its the database.cs i can only find some of the commands and /item /revivehere etc aint in there :/
08/22/2010 21:14 BLASTER!!!!#2
chat.cs
08/22/2010 22:18 FadMucker#3
Quote:
Originally Posted by BLASTER!!!! View Post
chat.cs
hey dude thanx for that and 1 more question i want to edit the drop items

case "dragonball": DropID = 1088000; break;
case "meteor": DropID = 1088001; break;
case "pointcard": DropID = 780000; break;
case "moonbox": DropID = 721080; break;
case "bag": DropID = 729910; break;
case "ball": DropID = 723834; break;

if i wanted to drop dbscroll do i just put this line in?

case "dbscroll": DropID = 720028; break;
08/23/2010 11:28 dowhatuwant#4
yes u do :)