[Idea]Item Reset Page

Joined
Nov 17, 2006
Messages
511
Reaction score
0
Location
Estonia
Hmm.. i think in evry1 server cant sell cash items so maybe make a item reset page like..
|-------------------------------|
|[Login] :
|[Password] :
|[Character Name] :
|-------------------------------|
| [Submit]
|-------------------------------|

What u guys think???
Well i realy dont know how do it but i think
Login is CID
Password is for check
And Character is what Char reset from items
 
Last edited:
why would you want to reset your items? if you are saying that you cant buy prems on your server look at the tut on doing it. or make a items page like the real gunz servers have.
 
why would you want to reset your items? if you are saying that you cant buy prems on your server look at the tut on doing it. or make a items page like the real gunz servers have.

he/she is talking about some items that you cant sell, why not make a page on your wbesite that will allow you to get rid of them.. like the premiums, you cant sell them. so if you buy a set you dont want, you'll be able to remove the unused oens.
 
K, I'll save some of your ripping-scripts time:

Code:
<?php
/*
Code: Delete all the items from the Item table.
Credits: me, but you can rip this I don't really care

Remember to filter the $_GET variables and call em as
Login: $getlogin
Password: $getpassword
Character Name: $getname */

$a = mssql_query("SELECT AID FROM Accounts WHERE UserID = '$getlogin' AND Password = '$getpassword'") or die();
$b = mssql_query("SELECT CID FROM Character WHERE AID = '$a' AND Name = '$getname'") or die();

DELETE FROM Items WHERE CID = '$b'
echo("Items deleted sucessfully");
 
nice thinking!

umm...yer can some one make a like a item delete table editer (so you can choese what items to delete)
 
it would be cool (but requires pro php coder) if someone made a page where you can buy/sell or gift items to others (although I dont know why you would gift :P since he/she can buy it too)..... but still gifting event prizes to a friend would be cool (1 week its for u, next week for me, etc)

but I dont think someone would release such script -.-
 
Right now me and my staff are working in making premium items selleable, should be out really soon, we already made a couple, it's just a matter of time (AND WORK) to make them all.
 
Actually, Daemon's Ring has had this feature for quite awhile. Here's a link to our page with it, actually.

 
Back