Yesterday i post a problem with my offline buffer sellers ,i was just forgot 1line into offlinetradetables.
NOW my problem is so AKWARD!! The code is 100% functional !
I use 2databases in navicat 1 for testing and 1 clean( no1 name=test and no2 name=main server)
(*1 serverfiles with 2 databases , so the code is the same*)
Problem: In my code seller changes name color & tittle when selling buffs(like offline shops) . & when he stop selling it return into normal.
-In my test database everything works perfect , when buffer sells automatically changes colors & tittle .Also when stop sell return everything to normal.
BUT in my main server database isn't even save the seller as result player changes name color and tittle without get back to previous (i use the same table , even with copy paste the table isn't working)
.Any Solution or make the soulshot Toggle
somewon can help me how i can make my custom soulshot left click toggle
all works only toggle i can't manage it, 😞
thanks in advance.
I was looking for server with a low rates,eventually i found l2 elixir.I Joined beta and after so many years since 2008 i found a friend that we played together, memories came back. i cant wait for the grand oppening!. dont miss it!
Question
Irrelevant
Yesterday i post a problem with my offline buffer sellers ,i was just forgot 1line into offlinetradetables.
NOW my problem is so AKWARD!! The code is 100% functional !
I use 2databases in navicat 1 for testing and 1 clean( no1 name=test and no2 name=main server)
(*1 serverfiles with 2 databases , so the code is the same*)
Problem: In my code seller changes name color & tittle when selling buffs(like offline shops) . & when he stop selling it return into normal.
-In my test database everything works perfect , when buffer sells automatically changes colors & tittle .Also when stop sell return everything to normal.
BUT in my main server database isn't even save the seller as result player changes name color and tittle without get back to previous (i use the same table , even with copy paste the table isn't working)
look Pics here: https://imgur.com/a/abSahbO.
I told you most AKWARD problem, why is that happening only in 1/2 databases ? :/ any thoughts?
i let also code pic + query of table
https://imgur.com/a/kOx2pqt.
query:
-- ------------------------------------------
Edited by Irrelevant-- Table structure for sellbuff_seller_data
-- ------------------------------------------
DROP TABLE IF EXISTS `sellbuff_seller_data`;
CREATE TABLE `sellbuff_seller_data` (
`char_obj_id` decimal(11,0) NOT NULL,
`lastTitle` varchar(16) DEFAULT NULL,
`lastTitleColor` varchar(8) NOT NULL,
`lastNameColor` varchar(8) NOT NULL,
PRIMARY KEY (`char_obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
18 answers to this question
Recommended Posts