Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > 4Story
You last visited: Today at 16:14

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[FIX] XP Chocolate

Discussion on [FIX] XP Chocolate within the 4Story forum part of the MMORPGs category.

Reply
 
Old   #1
 
glossypvp's Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 659
Received Thanks: 658
[FIX] XP Chocolate

Hi guys

There is a bug with XP chocholates, if you activate it, it will give a level up in every 10-20 seconds.
My SQL query is not a real solution, just a pernament while you're fixing it in service sources
I'm lazy to look at TCHARLEVELSET but you can write a simple fix if you have brain.exe

1. fix: it will set all character level to 90, that are bigger than 90, and remove buggy items from the database.
PHP Code:
UPDATE TGLOBAL_GSP.dbo.TALLCHARTABLE SET bLevel 90 WHERE bLevel 90
UPDATE TGAME_GSP
.dbo.TCHARTABLE SET bLevel 90 WHERE bLevel 90
DELETE FROM TGAME_GSP
.dbo.TITEMCHART WHERE wItemID 7681
DELETE FROM TGAME_GSP
.dbo.TITEMCHART WHERE wItemID 7684
DELETE FROM TGAME_GSP
.dbo.TITEMCHART WHERE wItemID 7687 
It is a really simple fix, and isn't a real solution. You will have to look in the source to fully fix it, or simple don't use this item anymore. Remove it from the database with my SQL query

Give me a thanks if you think it's useful.
I gonna say the following for haters: yes, it's just a small thing, worth almost nothing but maybe some people will thinks it's useful.
I have more fixes, but I'm not dumb to release them there
glossypvp is offline  
Thanks
4 Users
Old 07/20/2013, 01:19   #2
 
PinkySwag's Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 339
Received Thanks: 321
Or be like opora ,and have fixxed titemtable fully
PinkySwag is offline  
Old 07/20/2013, 10:06   #3
 
elite*gold: 0
Join Date: Jan 2013
Posts: 81
Received Thanks: 46
Wink

Quote:
Originally Posted by Rollien View Post
Or be like opora ,and have fixxed titemtable fully
We are two, but then you do not have the services you ?

Quote:
Originally Posted by glossypvp View Post
Hi guys

There is a bug with XP chocholates, if you activate it, it will give a level up in every 10-20 seconds.
My SQL query is not a real solution, just a pernament while you're fixing it in service sources
I'm lazy to look at TCHARLEVELSET but you can write a simple fix if you have brain.exe

1. fix: it will set all character level to 90, that are bigger than 90, and remove buggy items from the database.
PHP Code:
UPDATE TGLOBAL_GSP.dbo.TALLCHARTABLE SET bLevel 90 WHERE bLevel 90
UPDATE TGAME_GSP
.dbo.TCHARTABLE SET bLevel 90 WHERE bLevel 90
DELETE FROM TGAME_GSP
.dbo.TITEMCHART WHERE wItemID 7681
DELETE FROM TGAME_GSP
.dbo.TITEMCHART WHERE wItemID 7684
DELETE FROM TGAME_GSP
.dbo.TITEMCHART WHERE wItemID 7687 
It is a really simple fix, and isn't a real solution. You will have to look in the source to fully fix it, or simple don't use this item anymore. Remove it from the database with my SQL query

Give me a thanks if you think it's useful.
I gonna say the following for haters: yes, it's just a small thing, worth almost nothing but maybe some people will thinks it's useful.
I have more fixes, but I'm not dumb to release them there
Good job.
Yes@i is offline  
Old 07/20/2013, 11:08   #4
 
elite*gold: 0
Join Date: Apr 2013
Posts: 317
Received Thanks: 223
Bro. WhatDaFuq is bugged at titemtable?
Konst™ is offline  
Old 07/20/2013, 11:47   #5
 
Weom's Avatar
 
elite*gold: 120
Join Date: Apr 2012
Posts: 1,982
Received Thanks: 2,463
TITEMTABLE is not bugged .
btw. this is not a fix.
Weom is offline  
Old 07/20/2013, 12:07   #6
 
elite*gold: 0
Join Date: Apr 2011
Posts: 219
Received Thanks: 69
Quote:
Originally Posted by glossypvp View Post
Hi guys

There is a bug with XP chocholates, if you activate it, it will give a level up in every 10-20 seconds.
My SQL query is not a real solution, just a pernament while you're fixing it in service sources
I'm lazy to look at TCHARLEVELSET but you can write a simple fix if you have brain.exe

1. fix: it will set all character level to 90, that are bigger than 90, and remove buggy items from the database.
PHP Code:
UPDATE TGLOBAL_GSP.dbo.TALLCHARTABLE SET bLevel 90 WHERE bLevel 90
UPDATE TGAME_GSP
.dbo.TCHARTABLE SET bLevel 90 WHERE bLevel 90
DELETE FROM TGAME_GSP
.dbo.TITEMCHART WHERE wItemID 7681
DELETE FROM TGAME_GSP
.dbo.TITEMCHART WHERE wItemID 7684
DELETE FROM TGAME_GSP
.dbo.TITEMCHART WHERE wItemID 7687 
It is a really simple fix, and isn't a real solution. You will have to look in the source to fully fix it, or simple don't use this item anymore. Remove it from the database with my SQL query

Give me a thanks if you think it's useful.
I gonna say the following for haters: yes, it's just a small thing, worth almost nothing but maybe some people will thinks it's useful.
I have more fixes, but I'm not dumb to release them there
A 'fix' by deleting an item???:what:
randleman is offline  
Old 07/20/2013, 17:47   #7
 
glossypvp's Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 659
Received Thanks: 658
Well, XP chocholate is buggy. Executing that few lines of SQL query will delete buggy XP chocholates from the database, and reset buggy character levels to

I said it isn't a real fix. It's just some query that may be useful for others

Edit: Rollien maean TITEMCHART. Otherwise except eden4s and nexon, we're the only private sever that have 4.1 - 4.2 TITEMCHART.
glossypvp is offline  
Old 07/20/2013, 18:28   #8
 
elite*gold: 0
Join Date: Apr 2013
Posts: 317
Received Thanks: 223
P4story? And its easy to add items in database. Just hard to lrt them show ingame
Konst™ is offline  
Old 07/20/2013, 20:06   #9
 
glossypvp's Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 659
Received Thanks: 658
Forgot about p4story.
Yes Konst you're right, but it's not quite easy to find out item ids, names for beginners That's why only a few servers has it.
glossypvp is offline  
Reply


Similar Threads Similar Threads
Chocolate (V??) Need Chocolate Hack!
08/13/2011 - Combat Arms Hacks, Bots, Cheats & Exploits - 10 Replies
█► :(the TITLE says my problem i need the Chocolate Hack 4.2+ but i cant download it with Sharebare or whatever that site name so Please Sed me a link with mediafire or something Please?:( ◄█ ♠ My youtube Channel: YouTube - Kanal von hiproly ♠
Chocolate v4.0 EU
03/28/2011 - Combat Arms Hacks, Bots, Cheats & Exploits - 48 Replies
ich mach es kurtz der hack Download: Chocolate v4.0 EU.rar Virustotal: VirusTotal - Free Online Virus, Malware and URL Scanner Screen: http://img38.imageshack.us/img38/5853/enginem.jpg
Chocolate v4.2 EU
01/27/2011 - Combat Arms Hacks, Bots, Cheats & Exploits - 10 Replies
hir die neue version von Chocolate hack Download: Chocolate v4.2 EU.rar Virustotal: VirusTotal - Free Online Virus, Malware and URL Scanner screen : http://img820.imageshack.us/img820/6469/engineu.jp g Thanks nicht vergessen
Chocolate V4 NA
01/20/2011 - Combat Arms Hacks, Bots, Cheats & Exploits - 4 Replies
Not my work this is my friends



All times are GMT +2. The time now is 16:14.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.