alright so here's da problem...I am makin my 5165 source and modifying a few things into it and outa it...so then IDK wat I did wrong but I even tried restoring everythin back from what I did...as in I commented out some stuff and I had da prob den I UNCOMMENTED everythin and still I am havin da problem as when U make u character and u relog it doesnt save ANYTHIN jus da level and reborns...and it only saves 2 gears (ears,and a weapon) and all ur gears are gone...what might be da problem?
what I tried to do is comment everythin dat had Tower/Fan/Steed in it since I did not like those in my source...I.E. I commented the sendScreen method of the Tower/Fan/Steed and also the part in skills.cs about steed stamina...practically I tried taking off/erasing EVERYTHIN dat had to do with STEEDS,FANS,AND TOWERS...so I commented them...I got the error...dats fine...wat really got me workin is when I added everythin back and I still get dat error...
In my source window(black cmd) I get an error in Character.cs on line 10662 which is very weird becuz all I have in that line is something about my blessing...
so does any one know wat I am missing/doing wrong or wat the problem might be?
Thanks... Regards,
killersub
what I tried to do is comment everythin dat had Tower/Fan/Steed in it since I did not like those in my source...I.E. I commented the sendScreen method of the Tower/Fan/Steed and also the part in skills.cs about steed stamina...practically I tried taking off/erasing EVERYTHIN dat had to do with STEEDS,FANS,AND TOWERS...so I commented them...I got the error...dats fine...wat really got me workin is when I added everythin back and I still get dat error...
In my source window(black cmd) I get an error in Character.cs on line 10662 which is very weird becuz all I have in that line is something about my blessing...
Code:
[COLOR="Red"]LINE 10662--->[/COLOR]if (BlessingLasts > 0 && DateTime.Now > BlessingStarted.AddDays(BlessingLasts))
{
BlessingLasts = 0;
StatEff.Remove(StatusEffectEn.Blessing);
MyClient.LocalMessage(2000, "Your heaven blessing has expired.");
}
Thanks... Regards,
killersub