Dvrstle Posted September 25, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted September 25, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: 3 hours ago Share 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 Link to comment Share on other sites More sharing options...
Dvrstle Posted September 25, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Radzmik Posted July 8, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 34 Reputation: 1 Joined: 07/04/13 Last Seen: August 21, 2015 Share Posted July 8, 2013 is not working Quote Link to comment Share on other sites More sharing options...
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~~~
Link to comment
Share on other sites
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.