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)
Hello mate, it's been a while since you appeared on discord, I would like your attention to finalize the ongoing project, if you see this please reply to me.
i think Interlude is better...there are lots of IL pack based on Vanganth old code in this forum,you can find it.
C5 only bugged in there.
Kameal i only know the La2world did that.
HB ,hmmm...the COEP i guess.
Verified and stable decrypter for unpacking files protected by ActiveAnticheat (AA) in Lineage 2. The utility provides direct access to game resources for modification, study, and creating your own content.
Unpacks internal game files: .dat, .u, .ukx, .usx, .ini, and others.
Batch processing: Decrypt an entire client folder at once.
Single-file decryption: For working with individual files.
Important: Antivirus programs may trigger false positives since the tool modifies files. It is recommended to add the utility to your exceptions list.
Proof of functionality:
https://youtu.be/SMSIo4aAmp4
The video clearly demonstrates the entire process: from launching the utility to successfully unpacking the files and their subsequent use.
Purchase Terms:
Price: $150
Promotion: 20% discount for the first buyer!
Payment method: USDT.
How to buy:
Contact me on Telegram: @kiselevwv for a quick response.
I will answer all your questions and provide additional information if necessary.
I guarantee functionality at the time of sale and prompt setup assistance after purchase.
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