i have a problem , in CHARACTER INFO , PK mode is off , also online player list is emty maybe like role some tabel missing in db , any solution for this ? i searched and nothing got to work for me
oh found something , i have to edit datebase info ( username and password ) also in addon's item in pwAdmin folders , but still didnt find any solution for PK mode
i have a problem , in CHARACTER INFO , PK mode is off , also online player list is emty maybe like role some tabel missing in db , any solution for this ? i searched and nothing got to work for me
oh found something , i have to edit datebase info ( username and password ) also in addon's item in pwAdmin folders , but still didnt find any solution for PK mode
there is no pariah_time is my db :( , what should i do ? or what info u need to i give ?
i tried to add PvP ranking and all of them shows 0 kill , i noticed in roles , pvp_time pvp_kills pvp_deads , all are 0 and those do not change by kill and die in game , any solution ? maybe i asked in wrong section my question ?
i have a problem , in CHARACTER INFO , PK mode is off , also online player list is emty maybe like role some tabel missing in db , any solution for this ? i searched and nothing got to work for me
oh found something , i have to edit datebase info ( username and password ) also in addon's item in pwAdmin folders , but still didnt find any solution for PK mode
Mr sora, in this pwAdmin ¿work the function "import role to mysql db"? on character tab
I tested it slightly and get "Roles Imported to MySQL Table" but no players on my role table
Iam asking because maybe im doing something wrong or need add some steps on the editing of the web
Thank you for your time!
Regards
@elche27 you see that recycle arrow icon near Player, click on that and *BAAM* magic.
Hello mr NanayaQ, yes, the pic is after i clicked on that icon XD
That is why iam asking if is working or im doing something wrong on installation.
Thank you for ur reply.
Edited:
I was doing something wrong...it is working
Anyone know if addon are working? Because for example on getgold ask me a user and pass but when i enter it, nothing happens
Regards!
Last edited by elche27; 24-03-14 at 04:15 PM.
Reason: maked it work
i did all i got in search but the rank page didnt work on 1.5.1 , i have to say again in role tabel in db pvp_kills pvp_deads are 0 and dont change with killing or death ? cuz these are 0 the ranking shows for all ppl 0 killing , bt what is sultion for this ?
- - - Updated - - -
Originally Posted by StrangerJr
maybe pariah_time?
i noticed for some player pk mode is on and some other is off but all are in pk mode in game , i'm
-- phpMyAdmin SQL Dump
-- version 4.1.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 14, 2014 at 12:07 AM
-- Server version: 5.5.35-0ubuntu0.12.04.2
-- PHP Version: 5.3.10-1ubuntu3.10
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @old_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @old_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @old_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `pw`
--
-- --------------------------------------------------------
--
-- Table structure for table `roles`
--
DROP TABLE IF EXISTS `roles`;
CREATE TABLE IF NOT EXISTS `roles` (
`account_id` int(11) NOT NULL,
`role_id` int(11) NOT NULL,
`role_name` varchar(64) NOT NULL,
`role_level` smallint(6) NOT NULL,
`role_race` tinyint(4) NOT NULL,
`role_occupation` tinyint(4) NOT NULL,
`role_gender` tinyint(4) NOT NULL,
`role_spouse` int(11) NOT NULL,
`faction_id` int(11) NOT NULL,
`faction_name` varchar(64) NOT NULL,
`faction_level` int(11) NOT NULL,
`faction_domains` varchar(132) NOT NULL,
`role_faction_rank` int(11) NOT NULL,
`pvp_time` int(11) NOT NULL,
`pvp_kills` int(11) NOT NULL,
`pvp_deads` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Truncate table before insert `roles`
--
TRUNCATE TABLE `roles`;
/*!40101 SET CHARACTER_SET_CLIENT @old_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS @old_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION @old_COLLATION_CONNECTION */;
CREATE TABLE IF NOT EXISTS `roles` (
`account_id` int(11) NOT NULL,
`role_id` int(11) NOT NULL,
`role_name` varchar(64) NOT NULL,
`role_level` smallint(6) NOT NULL,
`role_race` tinyint(4) NOT NULL,
`role_occupation` tinyint(4) NOT NULL,
`role_gender` tinyint(4) NOT NULL,
`role_spouse` int(11) NOT NULL,
`faction_id` int(11) NOT NULL,
`faction_name` varchar(64) NOT NULL,
`faction_level` int(11) NOT NULL,
`faction_domains` varchar(132) NOT NULL,
`role_faction_rank` int(11) NOT NULL,
`pvp_time` int(11) NOT NULL,
`pvp_kills` int(11) NOT NULL,
`pvp_deads` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;