Jump to content
  • 0

PvP Ladder [WoE Map Kills Only]


Question

Posted

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

Posted

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;

Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...