Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Private Server
You last visited: Today at 21:25

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

Advertisement



[question] sql basis data array code XD

Discussion on [question] sql basis data array code XD within the Dekaron Private Server forum part of the Dekaron category.

Reply
 
Old   #1
 
l2zeo's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 267
Received Thanks: 39
Question [question] sql basis data array code XD

what is sql basis data array code alteration method?

not php character encoding problem if see screenshot but it seems to be problem of sql data array code XD

Help me

l2zeo is offline  
Old 02/13/2010, 21:08   #2
 
-8gX's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 614
Received Thanks: 151
Did you install the database correctly? Like, no language packs, etc, etc? I would reinstall the database honestly, including the SP4. Thats the important part.

Then to query it use:
Code:
$qe = mssql_query("SELECT * FROM character.dbo.GUILD_INFO ORDER BY guild_code DESC");
$q = mssql_fetch_array($qe);
Now all guild stats are in an array like this:
Code:
$q['guild_code'] = Decending list of all guilds_ids, ordered by the guild_code in database.
$q['guild_name'] = List of all guild names
etc, etc
To add a guild manually, use this query:
Code:
$qe = mssql_query("INSERT INTO character.dbo.GUILD_INFO (guild_code, guild_name, guild_serv_id, guild_Level, guild_Dil, guild_adv, guild_mark1, guild_mark2, guild_notice, ipt_date, upt_date, guild_effect, bystate, bychannel) VALUES ('0901001102','Custom Guild','','4','12222333','1444','1','1','','','','4','0','0')");
That should make a custom guild. Note that you may need to change guild_code, to no overwrite your existing guilds. If you enter that query and it still comes up with chinese lettering or korean, w/e. Then theres something your doing thats converting it to Korean text. My best bet would be that your SQL database is installed wrong.

Good luck.
-8gX is offline  
Thanks
1 User
Old 02/15/2010, 03:18   #3
 
l2zeo's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 267
Received Thanks: 39
Quote:
Originally Posted by -8gX View Post
Did you install the database correctly? Like, no language packs, etc, etc? I would reinstall the database honestly, including the SP4. Thats the important part.
Good luck.
thx.. for your reply.
will try! ;-)
l2zeo is offline  
Reply


Similar Threads Similar Threads
question-adding new adress to CE+array of bytes
11/10/2009 - Dekaron - 8 Replies
Hello There. Lets say i wanna add a new Hack to Cheat engine besides the hacks i allready have lets say i want to add vacum hack and i don't have.just for example. I have the script and every thing needed now what do i do? another question is can any one give me the array of bytes for 0.5 teleporter? the one cheat that teleports me to certain maps when stepping on 0.5 cordinates Thanks in advance for you'r support!
[Question!] About Data
12/07/2008 - Dekaron Private Server - 11 Replies
in Extrime dekaron i have only 1 data file data.pak and all the tut show about datak04.pak how can i split my data to 4 parts?
Data question
03/21/2008 - Cabal Online - 0 Replies
I was wondering if there was a way to change your data around for cabal NA to see the floating orbs around you. If there is please explain to me=]



All times are GMT +2. The time now is 21:25.


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.