Dvrstle Posted September 25, 2012 Posted September 25, 2012 Please make a pvp ladder which will record the kills/deaths on woe maps . . . particularly gefg_cas04 and prtg_cas03 . . . Thanks!! =) this will be helpful to others for POTM purposes bump~~~ Quote
Emistry Posted September 25, 2012 Posted September 25, 2012 try this.. http://pastebin.com/raw.php?i=1BaMT2Xy untested.... make sure you load this SQL query before using this script.. CREATE TABLE IF NOT EXISTS `E-WOE Ladder` ( `account_id` int(11) unsigned NOT NULL default '0', `char_id` int(11) unsigned NOT NULL default '0', `name` varchar(30) NOT NULL DEFAULT '', `kill` int(11) unsigned NOT NULL default '0', `death` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`char_id`), KEY `account_id` (`account_id`), KEY `name` (`name`) ) ENGINE=MyISAM; Quote
Dvrstle Posted September 25, 2012 Author Posted September 25, 2012 ok ok . . . tnx =) try this.. http://pastebin.com/raw.php?i=1BaMT2Xy untested.... make sure you load this SQL query before using this script.. CREATE TABLE IF NOT EXISTS `E-WOE Ladder` ( `account_id` int(11) unsigned NOT NULL default '0', `char_id` int(11) unsigned NOT NULL default '0', `name` varchar(30) NOT NULL DEFAULT '', `kill` int(11) unsigned NOT NULL default '0', `death` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`char_id`), KEY `account_id` (`account_id`), KEY `name` (`name`) ) ENGINE=MyISAM; THANKS!! I know that you'll never disappoint us =) do i need to reload script? Quote
Question
Dvrstle
Please make a pvp ladder which will record the kills/deaths on woe maps . . . particularly gefg_cas04 and prtg_cas03 . . . Thanks!! =)
this will be helpful to others for POTM purposes
bump~~~
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.