Jump to content
  • 0

PvP Ladder [WoE Map Kills Only]


Dvrstle

Question


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2370
  • Joined:  10/28/11
  • Last Seen:  

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;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  34
  • Reputation:   1
  • Joined:  07/04/13
  • Last Seen:  

is not working

Link to comment
Share on other sites

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.

×
×
  • Create New...