PDA

View Full Version : [517]3 Issues Prayer, Agility, and account saving error[508/525]



Musicmasta
June 29th, 2010, 18:02
Ok, On my economy world theres 3 issues when you train and when you disconnect

1.) You bury bones and you have to relog to bury more
2.) After you use the agility log in the Agility course you have to relog or you cant move.
3.) Randomly accounts will reset after they logout or disconnect i can't have that happening because its kinda hard to get ur levels and stuff and i cant give back a level =\ i know theres backups and stuff but i cant have to do that constantly

If you can help it would be extremely appreciated and i will give u some creds when i open it up :)

Thanks,
~~~~MมşĺςMāŠŦą™~~~~

James
June 29th, 2010, 18:08
there is no such thing as a 517....

Nathan
June 29th, 2010, 18:11
dont really wanna help u after banning me on ur server. code for ur log for agility?.
i will tell u problem with it

owner lorenzo
June 29th, 2010, 18:19
Oh i have same problem with burying bones but i fixed it here maybe u can use my code



//Bones

case 526: //Bones
if (p.buryDelay <= 0) {
Engine.playerItems.deleteItem(p, itemId, itemSlot, 1);
p.requestAnim(827, 0);
p.appendExperience(45, 5);
p.buryDelay = 1;
}
break;
case 536: //Dragon bones
if (p.buryDelay <= 0) {
Engine.playerItems.deleteItem(p, itemId, itemSlot, 1);
p.requestAnim(827, 0);
p.appendExperience(7200, 5);
p.buryDelay = 2;
}
break;

}

millennium
June 29th, 2010, 19:12
Reset fix... U should go to filemanger > Or where ever ur player store method = Change al .dat to .txt

And

private Stream stream = new Stream(3000, 3000); // or sumthing familiar like this

change that too 7000 or 30000 (sometimes 30000 causes resets depends on how much ur player file saves)

Musicmasta
July 1st, 2010, 02:33
there is no such thing as a 517....

517 stands for 508 loading 525 cache... lol =)

Nathan
July 1st, 2010, 22:20
still having any problems with these?