Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Enchant PHP Script

Joined
Aug 20, 2010
Messages
409
Reaction score
160
This is a simple Enchant script made by me. You just need to edit the IP, the username and the password.
 

Attachments

You must be registered for see attachments list
Last edited:
Retired (Goddamn idiots)
Joined
Dec 3, 2003
Messages
391
Reaction score
483
Very cute and simple.
However you could improve it a tad.
Get rid of
Code:
mssql_select_db($db, $conn);
And change
Code:
$sql3   = 'INSERT into td_Enchant (TargetItemUniqueNumber, TargetItemNum, EnchantItemNum) Values ('.$_POST["ID"].', '.$_POST["ItemNum"].', '.$_POST["CardNum"].')';
To
Code:
$sql3   = 'INSERT into '.$db.'.dbo.td_Enchant (TargetItemUniqueNumber, TargetItemNum, EnchantItemNum) Values ('.$_POST["ID"].', '.$_POST["ItemNum"].', '.$_POST["CardNum"].')';
You could improve it even more but small things like that never hurt.

All in all, well done and a nice tool for people who are too limited to do it manually.
 
Joined
Aug 20, 2010
Messages
409
Reaction score
160
Yea, I know but I just changed a bit from my other script which shows and edit something in the database and I was to lazy to change more then I need :)
 
Joined
Aug 20, 2010
Messages
409
Reaction score
160

I guess there is no maximum enchant xD

EDIT: There IS an maximum xD. After making enchant 200k I can´t log in xD
 
Last edited:
Joined
Aug 20, 2010
Messages
409
Reaction score
160
it´s a website script >_>
just download WAMP or something like that and put it in the "www" folder.
then you can open it by typing 127.0.0.1 in your browser
 
Experienced Elementalist
Joined
Sep 11, 2007
Messages
295
Reaction score
2
sorry for the beginner question. Im thinking about developing this game for a pserver for fc. but nevermind that. can this be used as a donation gift? like a reward for donating.?
 
Skilled Illusionist
Joined
Aug 5, 2010
Messages
303
Reaction score
161
You can do this. But I would create a login for this and adjust it so that you can make only 3 weapons with max enchant 14. But you need to have mysql and php skills.
 
Experienced Elementalist
Joined
Sep 11, 2007
Messages
295
Reaction score
2
so whats the point of enchanting weapons?
 
Experienced Elementalist
Joined
May 9, 2011
Messages
222
Reaction score
34
Hum is this so necessary to enchant more than 40? ^^
 
Back
Top