Project 1999

Go Back   Project 1999 > Server Issues > Resolved Issues

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 01-21-2011, 04:51 PM
Uthgaard Uthgaard is offline
VIP / Contributor

Uthgaard's Avatar

Join Date: Aug 2010
Posts: 5,451
Default

Yeah man, it's some total fucking bullshit!

Because it's not like I already said this:

Quote:
Originally Posted by Uthgaard [You must be logged in to view images. Log in or Register.]
It shows up in the logs when an item is sold for no money. I've got a query prepared to run during the next patch that will take everyone who has sold an item for no value, total up the amount lost, and add that to your bank's copper slot.
And didn't go out of my way to do this:

Code:
CREATE TABLE bugfix as
SELECT
character_.id AS CharID,
eventlog.charname AS Charname,
(ascii(mid(profile, 4749, 1)))+(ascii(mid(profile, 4750, 1))*256)+(ascii(mid(profile, 4751, 1))*65536)+(ascii(mid(profile, 4752, 1))*16777216) as bankcopper,
SUM((SUBSTRING(description, 7, 2)*items.price)) AS TotalLost,
REVERSE(CHAR(((ascii(mid(profile, 4749, 1)))+(ascii(mid(profile, 4750, 1))*256)+(ascii(mid(profile, 4751, 1))*65536)+(ascii(mid(profile, 4752, 1))*16777216)+SUM((SUBSTRING(description, 7, 2)*items.price))))) as newstring,
LENGTH(REVERSE(CHAR(((ascii(mid(profile, 4749, 1)))+(ascii(mid(profile, 4750, 1))*256)+(ascii(mid(profile, 4751, 1))*65536)+(ascii(mid(profile, 4752, 1))*16777216)+SUM((SUBSTRING(description, 7, 2)*items.price)))))) as strlength
FROM
eventlog
Inner Join character_ ON eventlog.charname = character_.name
Inner Join items ON LTRIM(SUBSTRING(description, 40, 8))= items.id
WHERE `event_nid` = '3' AND LTRIM(SUBSTRING(description, 29, 3)) = '0'
GROUP BY CharID

UPDATE
`character_`
INNER JOIN `bugfix` ON `character_`.`id` = `bugfix`.`CharID`
SET `character_`.`profile` = REPLACE(`character_`.`profile`, mid(profile, 4749, `bugfix`.`strlength`), `bugfix`.`newstring`)
Quote:
[09:48] {Rogean} It's in the character blob, not easily extracted and almost impossible to edit from mysql directly
[15:30] {Rogean} I told you.. getting the variables formatted and extracted was the easy part.. its probably impossible to actually modify the values in the binary blob without corrupting the character
[15:30] {Rogean} you need a program to do it
You're damn lucky anyone was even willing to try to do it.

For the record, it's easier to pretend you left the server in a fit of erroneous self-righteous retardation if you actually leave. More than happy to assist you with that if you can't figure it out. Server runs much smoother without prima donnas prancing around being bitches like this is Walmart's Customer Service Department.
  #2  
Old 01-21-2011, 05:38 PM
Fohsap Fohsap is offline
Banned


Join Date: Nov 2010
Posts: 31
Thumbs down

Quote:
Originally Posted by Uthgaard [You must be logged in to view images. Log in or Register.]
Server runs much smoother without prima donnas prancing around being bitches like this is Walmart's Customer Service Department.
Here's the thing.... It's a fantasy game, but when I log on I have to deal with non-fictional problems: a fucked up economy, asshole support guys who bitch about work and have no people skills, fighting, the IT industry prioritizing feedback and design, the lack of community. The entertainment industry in America sucks and where I live 90% of the people are crack heads. Every one of my coworkers does meth on their break, and I end up carrying the load for my entire company. Log in and my guild wants me to do all the trade skills with no money and no quest loot. You guys are fucking assholes, dude. You don't deserve any praise. You've got a fucking 15-line script that you haven't applied... That probably took you an hour to write! You could have paid an Indian or a Middle Easterner or an African to do it for 5 bucks, or you could have done in the good old fashion US way for 35. Big deal. We're splitting pennies, and your user base is being owned in the meantime. You could have put a message out to prevent people from walking into the kind of traps that cost them everything they own, but apparently you never played the game to the extent that you understood what people invested in. Don't call me a fucking prima dona because I'm doing you a huge favor by sending feedback to YOUR COMPANY. This is my free time, and you're at work on an investment, bro. In other words, I'm paying you. You know, when someone steps into my cab and says: "Hey, it's a little dirty back here," I don't say: "Fuck you, you self-righteous prick." I say, "Thank you, sir." And I get a tip from them, then I clean my cab and get a tip from the next guy. It's not about whose insult is the best. I'm trying to help you out. Why did I uninstall? Because you fucking take 3 months to write 15 lines of code. Why did my friends uninstall? Because you take 3 months to write 15 lines of code. If you know about a major bug that's fucking up the whole economy and destroying major sections of the game, broadcast a daily message! Fix it! Make it a sticky post! Put it in the MOTD on IRC! Do something to prevent people from slitting their own throats again and again and again! Realize that you've got 20 different threads, several posts each, with the same issue... PROBLEM! And 20 DEDICATED customers is better than 500 hit-and-miss customers. 20 people who think you suck and don't know how an issue tracker works and are going to insult them every time they submit feedback are going to be nothing but poison. You should be kissing my fucking short and curlies, man. This is good shit, and you really need to figure it out at some point.
  #3  
Old 01-21-2011, 06:51 PM
Gorgetrapper Gorgetrapper is offline
Fire Giant


Join Date: Mar 2010
Posts: 703
Default

Quote:
Originally Posted by Fohsap [You must be logged in to view images. Log in or Register.]
Here's the thing.... It's a fantasy game, but when I log on I have to deal with non-fictional problems: a fucked up economy, asshole support guys who bitch about work and have no people skills, fighting, the IT industry prioritizing feedback and design, the lack of community. The entertainment industry in America sucks and where I live 90% of the people are crack heads. Every one of my coworkers does meth on their break, and I end up carrying the load for my entire company. Log in and my guild wants me to do all the trade skills with no money and no quest loot. You guys are fucking assholes, dude. You don't deserve any praise. You've got a fucking 15-line script that you haven't applied... That probably took you an hour to write! You could have paid an Indian or a Middle Easterner or an African to do it for 5 bucks, or you could have done in the good old fashion US way for 35. Big deal. We're splitting pennies, and your user base is being owned in the meantime. You could have put a message out to prevent people from walking into the kind of traps that cost them everything they own, but apparently you never played the game to the extent that you understood what people invested in. Don't call me a fucking prima dona because I'm doing you a huge favor by sending feedback to YOUR COMPANY. This is my free time, and you're at work on an investment, bro. In other words, I'm paying you. You know, when someone steps into my cab and says: "Hey, it's a little dirty back here," I don't say: "Fuck you, you self-righteous prick." I say, "Thank you, sir." And I get a tip from them, then I clean my cab and get a tip from the next guy. It's not about whose insult is the best. I'm trying to help you out. Why did I uninstall? Because you fucking take 3 months to write 15 lines of code. Why did my friends uninstall? Because you take 3 months to write 15 lines of code. If you know about a major bug that's fucking up the whole economy and destroying major sections of the game, broadcast a daily message! Fix it! Make it a sticky post! Put it in the MOTD on IRC! Do something to prevent people from slitting their own throats again and again and again! Realize that you've got 20 different threads, several posts each, with the same issue... PROBLEM! And 20 DEDICATED customers is better than 500 hit-and-miss customers. 20 people who think you suck and don't know how an issue tracker works and are going to insult them every time they submit feedback are going to be nothing but poison. You should be kissing my fucking short and curlies, man. This is good shit, and you really need to figure it out at some point.
You should ask for your monthly subscription back bro.
__________________
Quote:
Originally Posted by Rogean View Post
WOW GUYS THATS A HARD CONCEPT BUT NO I'M TOO FUCKING SELFISH AND NEEDY AND I NEED TO FIND A WAY AROUND THE RULES TO MAKE MYSELF FEEL BETTER

Seriously, every time I see a fucking thread like this OH MYGOD THEY HAD 14 PEOPLE ITS OUR MOB LOL OURS OURS OURS YESSS I just want to fucking deathtouch the entire guild and despawn the mob.
  #4  
Old 02-10-2011, 08:14 AM
Autotune Autotune is offline
Planar Protector

Autotune's Avatar

Join Date: Jun 2010
Location: Auburn, AL
Posts: 2,470
Default

Quote:
Originally Posted by Uthgaard [You must be logged in to view images. Log in or Register.]
Yeah man, it's some total fucking bullshit!

Because it's not like I already said this:



And didn't go out of my way to do this:

Code:
CREATE TABLE bugfix as
SELECT
character_.id AS CharID,
eventlog.charname AS Charname,
(ascii(mid(profile, 4749, 1)))+(ascii(mid(profile, 4750, 1))*256)+(ascii(mid(profile, 4751, 1))*65536)+(ascii(mid(profile, 4752, 1))*16777216) as bankcopper,
SUM((SUBSTRING(description, 7, 2)*items.price)) AS TotalLost,
REVERSE(CHAR(((ascii(mid(profile, 4749, 1)))+(ascii(mid(profile, 4750, 1))*256)+(ascii(mid(profile, 4751, 1))*65536)+(ascii(mid(profile, 4752, 1))*16777216)+SUM((SUBSTRING(description, 7, 2)*items.price))))) as newstring,
LENGTH(REVERSE(CHAR(((ascii(mid(profile, 4749, 1)))+(ascii(mid(profile, 4750, 1))*256)+(ascii(mid(profile, 4751, 1))*65536)+(ascii(mid(profile, 4752, 1))*16777216)+SUM((SUBSTRING(description, 7, 2)*items.price)))))) as strlength
FROM
eventlog
Inner Join character_ ON eventlog.charname = character_.name
Inner Join items ON LTRIM(SUBSTRING(description, 40, 8))= items.id
WHERE `event_nid` = '3' AND LTRIM(SUBSTRING(description, 29, 3)) = '0'
GROUP BY CharID

UPDATE
`character_`
INNER JOIN `bugfix` ON `character_`.`id` = `bugfix`.`CharID`
SET `character_`.`profile` = REPLACE(`character_`.`profile`, mid(profile, 4749, `bugfix`.`strlength`), `bugfix`.`newstring`)


You're damn lucky anyone was even willing to try to do it.

For the record, it's easier to pretend you left the server in a fit of erroneous self-righteous retardation if you actually leave. More than happy to assist you with that if you can't figure it out. Server runs much smoother without prima donnas prancing around being bitches like this is Walmart's Customer Service Department.

You know... I really think i have a crush on Uthgaard sometimes... (borderline homo)
__________________
Quote:
Originally Posted by Sirken
I like to ninja edit people's Sigs.
  #5  
Old 02-12-2011, 07:36 PM
Frako Frako is offline
Large Rat


Join Date: Feb 2011
Posts: 5
Default

I hate to nag especially cause its a free server and you guys did such good work tough will the patch come anytime soon its hard for us newbies to get any decent gear if half of our money goes poof.

I must have at least 500 plats missing and waiting to be returned from all the rewards from the gnoll fangs and the chain male and bronze weapons i sold.
  #6  
Old 02-15-2011, 12:55 PM
CanadianTSi CanadianTSi is offline
Aviak


Join Date: Feb 2011
Posts: 78
Default

Quote:
Originally Posted by Frako [You must be logged in to view images. Log in or Register.]
I hate to nag especially cause its a free server and you guys did such good work tough will the patch come anytime soon its hard for us newbies to get any decent gear if half of our money goes poof.

I must have at least 500 plats missing and waiting to be returned from all the rewards from the gnoll fangs and the chain male and bronze weapons i sold.
x2
  #7  
Old 02-21-2011, 01:50 PM
Frako Frako is offline
Large Rat


Join Date: Feb 2011
Posts: 5
Default

I was under the impression that when this gets fixed we get our money back, the bug seems fixed tough im still as poor as a curch mouse.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:27 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.