Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[REQUEST] Help with AutoUpdate Clan Status SoD2

Newbie Spellweaver
Joined
Feb 18, 2007
Messages
69
Reaction score
0
Could someon point me in the right direction on how to get SoD to automatically update the clan and personal stats and SoD owners? At the moment it is done manually. What am I forgetting to setup/do/etc. ?
 

SiK

Custom Title Activated
Loyal Member
Joined
Sep 10, 2006
Messages
2,099
Reaction score
7
You mean those scripts from the old rpt files?
 
Newbie Spellweaver
Joined
Feb 18, 2007
Messages
69
Reaction score
0
Yeah ^^ can you please point me in the right direction for the new stuff so I don't have to go through this hastle? lol
 
Skilled Illusionist
Joined
Dec 12, 2004
Messages
392
Reaction score
1
like this ?
xhackx - [REQUEST] Help with AutoUpdate Clan Status SoD2 - RaGEZONE Forums

xhackx - [REQUEST] Help with AutoUpdate Clan Status SoD2 - RaGEZONE Forums


thanks Sandurr for writing this system :p
 
Junior Spellweaver
Joined
Aug 19, 2006
Messages
183
Reaction score
4
like this ?
xhackx - [REQUEST] Help with AutoUpdate Clan Status SoD2 - RaGEZONE Forums

xhackx - [REQUEST] Help with AutoUpdate Clan Status SoD2 - RaGEZONE Forums


thanks Sandurr for writing this system :p

very good friend exactly you can share its modified archives all its database and its archives of clan with the community please friend this is my dream to have everything thus complete can help?
 
Newbie Spellweaver
Joined
Feb 18, 2007
Messages
69
Reaction score
0
Now, how can I get my server files to auto update without using scripts and setting up a system like that?
 
Skilled Illusionist
Joined
Dec 12, 2004
Messages
392
Reaction score
1
the program save data to the database at specific tables you dont need to run the script
 
Newbie Spellweaver
Joined
Feb 18, 2007
Messages
69
Reaction score
0
I am still trying to figure out the flow of this server. I've noticed its not completely DB driven, which is really odd. I am an experienced programmer trying to figure this server and the way it works and how it saves its data. I really want to help this community in the best way I can, but first I need to learn everything about it, and that is what I am trying to do. So sorry if I sound like a complete nub. ^^
 
Junior Spellweaver
Joined
Mar 27, 2006
Messages
140
Reaction score
0
the program save data to the database at specific tables you dont need to run the script

it is possible to record personal sod score & update level list?

Clan list problem :
xhackx - [REQUEST] Help with AutoUpdate Clan Status SoD2 - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Feb 18, 2007
Messages
69
Reaction score
0
Clan list problem :
xhackx - [REQUEST] Help with AutoUpdate Clan Status SoD2 - RaGEZONE Forums

Make sure you have the DB setup correctly, its telling you that the table column its trying to access does not exist. If it does exists try copying it exactly how it looks in the table design view into line 25 of clans.asp
 
Junior Spellweaver
Joined
Mar 27, 2006
Messages
140
Reaction score
0
hmm anyone have sandur clandb.sql? maybe because i'm using quantum clan...
 
Junior Spellweaver
Joined
Mar 27, 2006
Messages
140
Reaction score
0
nvm, look like the scripts are still missing some files that suppose to record sod score & update level list...
xhackx - [REQUEST] Help with AutoUpdate Clan Status SoD2 - RaGEZONE Forums
 
Junior Spellweaver
Joined
Mar 27, 2006
Messages
140
Reaction score
0
Make sure you have the DB setup correctly, its telling you that the table column its trying to access does not exist. If it does exists try copying it exactly how it looks in the table design view into line 25 of clans.asp

clans.asp
Code:
24	OpenConnection(dbname2)
25	RS.Open QUERY, objConn, 3, 1

database.asp
Code:
	dbname1 = "AccountDB"
	dbname2 = "ClanDB"
	dbname3 = "SoD2Db"

xhackx - [REQUEST] Help with AutoUpdate Clan Status SoD2 - RaGEZONE Forums


Did everything correctly...
 
Newbie Spellweaver
Joined
Feb 18, 2007
Messages
69
Reaction score
0
clans.asp
Code:
24    OpenConnection(dbname2)
25    RS.Open QUERY, objConn, 3, 1

Did everything correctly...

Show me what the QUERY var is. (QUERY = something)...it should show what database and table it is expecting.
 
Junior Spellweaver
Joined
Aug 19, 2006
Messages
183
Reaction score
4
the program save data to the database at specific tables you dont need to run the script
you he is a great expert as you have the archives all in you have them but we do not obtain to decide the problems I know that work in looking for had much and to unmask the errors and that is hard to give the archives thus knows that you help very in progre
 
Skilled Illusionist
Joined
Dec 30, 2005
Messages
309
Reaction score
2
please shagpub help comunity post clansystem scripts of tables =D
 
Last edited:
Newbie Spellweaver
Joined
Feb 18, 2007
Messages
69
Reaction score
0
Do XPT Server Files have this issue with the old style of using scripts? If not can someone link to XPT Server files?
 
Junior Spellweaver
Joined
Aug 2, 2006
Messages
175
Reaction score
0
to update level ranking . Use multimanager.exe in rptserver . This will update all account lv to table levellist in database rptdb via sql.bizhostnet.com . updater.exe update to this database too

Change table levellist from accountdb to rptdb . Level ranking will work
 
Skilled Illusionist
Joined
Dec 12, 2004
Messages
392
Reaction score
1
Do XPT Server Files have this issue with the old style of using scripts? If not can someone link to XPT Server files?

nope, just stand alone server files
@luistorres: I use all files from Dr.Green link so there is no point in uploading them here.

@to everyone who didnt get clan working
(if you are using Sandurr's SQL Script)
Error 9: Create column MIconCnt in table UL
 
Skilled Illusionist
Joined
Dec 30, 2005
Messages
309
Reaction score
2
shagpub error 9 my tables arent no organized please read my pm!
 
Back
Top