So... whats it ? you guys dropping what project ? or i'm miss something....
I'd like to help for this project, to keep going forward and finish all dbo.
It looks like at least some people will still continue on it. Who knows, with smoke out of the picture maybe others will start to help out too if they can be sure he'll stay out. Who knows what really happened here. I see 3 possibilities. The first is that he's telling the truth about being wronged in some way. The second is that he's stuck and giving up until someone else makes some decent progress. The third is that he's further along than the files being shared here so now he's backstabbing everyone who helped him get that far. Regardless, don't be surprised if he comes back acting like nothing happened wanting to leech off everyone, err.. help everyone again
rappelz is dead anyway... i use to play this game alot but even with a good server i only find myself playing it for a few hours then never go back to it... its just old and washed up.. i dont know why you guys bother .. there are alot better games out there now to create p-servers for.
rappelz is dead anyway... i use to play this game alot but even with a good server i only find myself playing it for a few hours then never go back to it... its just old and washed up.. i dont know why you guys bother .. there are alot better games out there now to create p-servers for.
THIS SERVER IS NOT CURRENTLY OPERATIONAL AND IS IN DEVELOPMENT!!!!
Against my better judgement, I am here to provide you the current work being done at Redemption / xSanadu and other Development Crews as a unified force. The work is going smooth, but we still must sniff out changes that the new Game Server expects to be present in the databases.
First we'll start off with the important information:
exec [Telecaster]..sp_procedure_params_rowset N'on_server_startup',1,NULL,NULL
go
declare @p1 int
set @p1=NULL
exec on_server_startup @p1 output
select @p1
go
declare @p1 int
set @p1=1
exec sp_prepexec @p1 output,NULL,N'select MAX(sid) as max_id from Item with (nolock) where sid < 0x3FFFFFFFFFFFFFFF'
select @p1
go
exec sp_unprepare 1
go
declare @p1 int
set @p1=2
exec sp_prepexec @p1 output,NULL,N'select MAX(sid) as max_id from Skill with (nolock) where sid < 0x3FFFFFFF'
select @p1
go
exec sp_unprepare 2
go
declare @p1 int
set @p1=3
exec sp_prepexec @p1 output,NULL,N'select MAX(sid) as max_id from Summon with (nolock)'
select @p1
go
exec sp_unprepare 3
go
declare @p1 int
set @p1=4
exec sp_prepexec @p1 output,NULL,N'select MAX(sid) as max_id from Pet with (nolock)'
select @p1
go
exec sp_unprepare 4
go
declare @p1 int
set @p1=5
exec sp_prepexec @p1 output,NULL,N'select MAX(sid) as max_id from Farm with (nolock)'
select @p1
go
exec sp_unprepare 5
go
declare @p1 int
set @p1=6
exec sp_prepexec @p1 output,NULL,N'UPDATE Character SET name = ''@'' + name WHERE delete_time <= GETDATE() and name not like ''@%'''
select @p1
go
select * from StringResource
go
select * from StringLocalResource
go
exec sp_reset_connection
go
select * from EventAreaResource
go
SELECT * FROM dbo.MonsterSkillResource ORDER BY id, sub_id
go
SELECT * FROM dbo.ItemEffectResource ORDER BY id, ordinal_id
go
SELECT * FROM dbo.MonsterDropTableResource ORDER BY id, sub_id
go
SELECT * FROM AuctionCategoryResource ORDER BY category_id, sub_category_id
go
select * from SetItemEffectResource
go
select * from MonsterResource
go
exec sp_reset_connection
go
select * from SummonResource
go
exec sp_reset_connection
go
select * from CreatureLevelBonus
go
exec sp_reset_connection
go
select * from DropGroupResource
go
select * from DropGroupLocalResource
go
exec sp_reset_connection
go
select * from SummonDefaultNameResource
go
select * from SummonUniqueNameResource
go
Game Server Startup Log:
This is as far as we've got the Game Server to load at this point:
*Any Load with a 1 or a 0 during load was a table reconfigured or added in by us.
2012-03-11 09:28:19 Network initialize... ok
2012-03-11 09:28:19 IOCP initialize... ok
2012-03-11 09:28:19 Starting IOCP thread pool... ok
2012-03-11 09:28:19 LUA initialize... ok
2012-03-11 09:28:19 Launching ARCADIA... ok
2012-03-11 09:28:19 Start loading...
2012-03-11 09:28:19 Loading max Item index... (1) ok [B]<-- ALREADY WORKED[/B]
2012-03-11 09:28:19 Loading Complete.
2012-03-11 09:28:20 Total 106738 String loaded...
2012-03-11 09:28:20 Total 119 String(local) info loaded...
2012-03-11 09:28:20 Total 38/38 AuctionCategoryResource loaded.
2012-03-11 09:28:20 Total 0 ItemEffect loaded... [B]<-- ADDED[/B]
2012-03-11 09:28:20 Total 0 Monster skill/trigger info loaded... [B]<-- ADDED[/B]
2012-03-11 09:28:20 Total 0 Event Area info loaded... [B]<-- ADDED[/B]
2012-03-11 09:28:20 Total 0 Monster item drop info loaded... [B]<-- ADDED[/B]
2012-03-11 09:28:25 Total 6640 Monster info loaded...
2012-03-11 09:28:25 Total 138 Summon info loaded...
2012-03-11 09:28:25 Total 87 Summon Level Bonus info loaded...
2012-03-11 09:28:25 Total 4265 DropGroup info loaded...
2012-03-11 09:28:25 Total 0 DropGroup(local) info loaded... [B]<-- ADDED[/B]
2012-03-11 09:28:25 Total 119 Summon Default Name loaded...
2012-03-11 09:28:25 Total 1 Summon Unique Name loaded... [B]<-- This one already worked[/B]
You can get the current databases from: Information Being Updated
You can get the gameserver from:
!!! WARNING !!!
This game server DOES NOT load from gameserver.eop (Any changes to connection info MUST BE HEX'D) The above gameserver is set to use 127.0.0.1 for all connections to the databases, it uses Arcadia and Telecaster as names and an SA with no password for the login.
-Disclaimer:
You all should know better than I, this is one of our last chances to become a community again, so lets keep the trolling, flaming out and the busting our asses in. Only a community makes marvelous things, individuals make great things. Which one do you want, Marvelous or Great?
-MENTION:
I have done all of the work on the databases with Microsoft SQL Server 2012 RC0, there is known issues when trying to restore database backup from 2012 with Microsoft SQL Server 2008 R2. I can only suggest that you use the Microsoft SQL Server 2012 RC0 available from Microsoft
]Current SQL Trace[/SIZE][/CENTER][/B]
This is the current SQL trace from Startup of Game Server til Crash:
[spoiler]
[code]
exec [Telecaster]..sp_procedure_params_rowset N'on_server_startup',1,NULL,NULL
go
declare @p1 int
set @p1=NULL
exec on_server_startup @p1 output
select @p1
go
declare @p1 int
set @p1=1
exec sp_prepexec @p1 output,NULL,N'select MAX(sid) as max_id from Item with (nolock) where sid
But at the end of it now, you have to think of it this way...
GOODSIDE
ismokedrow and the team inc MisterD, Maxom, Reve, Dyllan, Grant, Gr4phos, DemonLordAce and Sayo - Helped us all get this far, in the server files... It sucks that they have stopped the work, But there was a lot needed doing, Would of taken to long, Also probably none of them have got enough skills to actually successfully get it all working Although I don't know,
BAD SIDE
Ever since the development has stopped some members (not naming anybody) have gone back to there old kind of childish ways of arguing instead of keeping themselfs to themselfs and ignoring the flaming that is going on.
The things about nCarbon
Good Side
None of us will have anything if nCarbon wasn't there, Although there has been some members of nCarbon That are just trolling there and make you think dafuq is this ****, Them people are the ones who you've never actually known to do productive work, and have released work but it has caused problems to your server, < Suppose that should of gone in the bad pile but meh, Also If it wasn't for nCarbon we wouldn't have ANYTHING at all such as running servers, or for even most of us, we wouldn't of learned MSSQL or Lua...
BAD THINGS
nCarbons moto was always "Private servers for all" Well they soon changed that under childish behavior of somebody who got there tools, But the thing they did is.. They didn't blame that one person they blamed a whole community, that most of them had nothing to do with, and Well that stopped them from giving this community epic 7.3 files, which is okay fairenough, but then they did the worst they could, They got the files, they fixed them all up then they gave them to ONE person for ONE server which is pretty much saying to everybody else "**** your server, it can now die" which is what that did but yet then the rest of the community that had worked hard getting there server running thought the same and well now no more Darkness Fight... as it should be.
iv Said my bit now time for me to be flamed.... Bring it on, I won't reply this is my last message on this Topic.
as it is very off topic
But at the end of it now, you have to think of it this way...
GOODSIDE
ismokedrow and the team inc MisterD, Maxom, Reve, Dyllan, Grant, Gr4phos, DemonLordAce and Sayo - Helped us all get this far, in the server files... It sucks that they have stopped the work, But there was a lot needed doing, Would of taken to long, Also probably none of them have got enough skills to actually successfully get it all working Although I don't know,
BAD SIDE
Ever since the development has stopped some members (not naming anybody) have gone back to there old kind of childish ways of arguing instead of keeping themselfs to themselfs and ignoring the flaming that is going on.
The things about nCarbon
Good Side
None of us will have anything if nCarbon wasn't there, Although there has been some members of nCarbon That are just trolling there and make you think dafuq is this shit, Them people are the ones who you've never actually known to do productive work, and have released work but it has caused problems to your server, < Suppose that should of gone in the bad pile but meh, Also If it wasn't for nCarbon we wouldn't have ANYTHING at all such as running servers, or for even most of us, we wouldn't of learned MSSQL or Lua...
BAD THINGS
nCarbons moto was always "Private servers for all" Well they soon changed that under childish behavior of somebody who got there tools, But the thing they did is.. They didn't blame that one person they blamed a whole community, that most of them had nothing to do with, and Well that stopped them from giving this community epic 7.3 files, which is okay fairenough, but then they did the worst they could, They got the files, they fixed them all up then they gave them to ONE person for ONE server which is pretty much saying to everybody else "fuck your server, it can now die" which is what that did but yet then the rest of the community that had worked hard getting there server running thought the same and well now no more Darkness Fight... as it should be.
iv Said my bit now time for me to be flamed.... Bring it on, I won't reply this is my last message on this Topic.
as it is very off topic
Do you believe the shit, wich you write?
If you have no clue, what´s going on, just Shut the Fuck up.
You´re really "Cry Cry, i dont have the working 7.3 File´s". It´s annoying, how you allways try to act like "They are bad, i just want these thing´s for everybody".
I know you mean Xijezu, but let me tell you one fking thing.
Ncarbon, Darknessfight and Ihab´s Team had worked on these File´s.
And now tell me, why the Hell should the (Disbanded) Ncarbon team give you fking leecher anything?
Aslong you got what you wanted from them, ncarbon was good etc.
After you got the Tool´s etc. your mention was "F*ck you Ncarbon".
Now They got the 7.3 File´s fully working like a charm and you idiot´s crouch out of your corner´s and say "Ncarbon share your work!".
OMFG, how selfish a person can be? Work on these File´s like Ncarbon did, otherwise stay on your 6.2 Hybrid Server.
Oh and Tatsuya, Give me my Infraction, it was it worth.
Good Side
None of us will have anything if nCarbon wasn't there, Although there has been some members of nCarbon That are just trolling there and make you think dafuq is this shit, Them people are the ones who you've never actually known to do productive work, and have released work but it has caused problems to your server, < Suppose that should of gone in the bad pile but meh, Also If it wasn't for nCarbon we wouldn't have ANYTHING at all such as running servers, or for even most of us, we wouldn't of learned MSSQL or Lua...
BAD THINGS
nCarbons moto was always "Private servers for all" Well they soon changed that under childish behavior of somebody who got there tools, But the thing they did is.. They didn't blame that one person they blamed a whole community, that most of them had nothing to do with, and Well that stopped them from giving this community epic 7.3 files, which is okay fairenough, but then they did the worst they could, They got the files, they fixed them all up then they gave them to ONE person for ONE server which is pretty much saying to everybody else "fuck your server, it can now die" which is what that did but yet then the rest of the community that had worked hard getting there server running thought the same and well now no more Darkness Fight... as it should be.
iv Said my bit now time for me to be flamed.... Bring it on, I won't reply this is my last message on this Topic.
as it is very off topic
gavsta ncarbon gave all people a pserver
ncarbon dint give the 7.3 files to xij, some 1 else got the files(remember ncarbon don't exist anymore)
then ex ncarbon members and xij + co made those files working, and thank to those dum russians none of you will ever get them
and why shoud xij and friends share there work ?, (they never say's pserver for all), so ALL can have threads like LOOK 90000XP HAMACHI SERVER COME PLAY, ALL 7.3 I MADE WORKING
how about make it working yourself ?, or ask this false god smoke for help, although he can't do anything without any help from others
in the end stop crying life with 7.1 or wait till some 1 (itoki)SOON will release a working 7.3, or go play on any of the official servers
ncarbon dint give the 7.3 files to xij, some 1 else got the files(remember ncarbon don't exist anymore)
then ex ncarbon members and xij + co made those files working, and thank to those dum russians none of you will ever get them
and why shoud xij and friends share there work ?, (they never say's pserver for all), so ALL can have threads like LOOK 90000XP HAMACHI SERVER COME PLAY, ALL 7.3 I MADE WORKING
how about make it working yourself ?, or ask this false god smoke for help, although he can't do anything without any help from others
in the end stop crying life with 7.1 or wait till some 1 (itoki)SOON will release a working 7.3, or go play on any of the official servers
you know... i've grown tired of this fkin bullshit problem shoving to another source...
"we will release when done" --- understandable
"we won't release, cus you leech" --- hurray for logic
"blame ismoke, cus of him we won't release" --- find a source to put problems on, own problems solved
*7.3 server released (non-functional)*
"we will never release" --- fair enough
*DDoS*
"we would have released but blame russians" --- are you fkin kidding me....
man the fk up and stop trying to get the community to forget your greediness by now saying that "yea we were just joking for 3 weeks about not giving files, we would actually have given them and all, but russian DDoS so we wont"
effing childish...
and yea before any1 starts spouting same old bullshit about doing some work yourself etc
I simply don't have the skills for it, nor do i have the time to acquire the necessary information for it..
PS: when some1 says "iSmoke is a god" etc. on some threads, you pick that up.. but i've seen many people say on xij's threads "xij god!! Xij only good dev, xij master" etc... but hell i don't see you guys picking those up?
so Speedy, even tho you are the master of selective reading.. i'd suggest you stop with that age old "god god god" thing and for once in your life take the time to see the situation from both parties view .. cus the way you are acting now makes you just damn pathetic
Forum.Zap-Hosting.com - kostenlose Gameserver - Das Gameserver-Communityboard 08/28/2011 - Counter-Strike - 11 Replies Forum.Zap-Hosting.com - Das Gameserver - Communityboard
http://zap-hosting.com/images/zapcommunity.png
Zum Board
Kostenlose Voice- und Gameserver! Wir sehen uns als das erste und einzige deutsche Forum in welchem die Communitymitglieder für das aktive Schreiben mit Voice- und Gameservern belohnt werden. Erarbeite dir deine ZAPs, werde reich und miete mit deinem Clan kostenlos einen Server.
Werde Admin von erfolgreichen oder geplanten Publicserverprojekten.
[Info] alaplaya's current server status 06/14/2010 - S4 League - 0 Replies http://s4.alaplaya.net/en/index.html
Please do not ask, comlain or create spam threads with this topic!
The servers will be back soon, just wait till then. It'll probably happen the 16th june.
Bitte erstellt keine Spamthreads, fragt oder beschwert euch über dieses Thema!
Die Server werden bald wieder verfügbar sein, bitte wartet einfach. Vermutlich wird dies am 16. Juni sein.
[Info] alaplaya's current server status 06/14/2010 - S4 League Hacks, Bots, Cheats & Exploits - 0 Replies http://s4.alaplaya.net/en/index.html
Please do not ask, comlain or create spam threads with this topic!
The servers will be back soon, just wait till then. It'll probably happen the 16th june.
Bitte erstellt keine Spamthreads, fragt oder beschwert euch über dieses Thema!
Die Server werden bald wieder verfügbar sein, bitte wartet einfach. Vermutlich wird dies am 16. Juni sein.