IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[DF_LevelResource_huh1]') AND type = 'D')
BEGIN
ALTER TABLE [dbo].[LevelResource] DROP CONSTRAINT [DF_LevelResource_huh1]
END
GO
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[DF_LevelResource_huh2]') AND type = 'D')
BEGIN
ALTER TABLE [dbo].[LevelResource] DROP CONSTRAINT [DF_LevelResource_huh2]
END
GO
USE [Arcadia]
GO
/****** Object: Table [dbo].[LevelResource] Script Date: 05/03/2011 18:40:38 ******/
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[LevelResource]') AND type in (N'U'))
DROP TABLE [dbo].[LevelResource]
GO
USE [Arcadia]
GO
/****** Object: Table [dbo].[LevelResource] Script Date: 05/03/2011 18:40:39 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[LevelResource](
[level] [int] NOT NULL,
[normal_exp] [bigint] NOT NULL,
[jl1] [bigint] NOT NULL,
[jl2] [bigint] NOT NULL,
[jl3] [int] NOT NULL,
[jl4] [int] NOT NULL,
CONSTRAINT [IX_LevelResource] UNIQUE NONCLUSTERED
(
[level] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
ALTER TABLE [dbo].[LevelResource] ADD CONSTRAINT [DF_LevelResource_huh1] DEFAULT ((0)) FOR [jl1]
GO
ALTER TABLE [dbo].[LevelResource] ADD CONSTRAINT [DF_LevelResource_huh2] DEFAULT ((0)) FOR [jl2]
GO
INSERT INTO [dbo].[LevelResource]
([level]
,[normal_exp]
,[jl1]
,[jl2]
,[jl3]
,[jl4])
@cannon0011: Look at guide on how to edit all rows.
@Gangxtar1: I would be happy if you can be patient till this weekend. For now, I've absolutely no time to even do my homework or whatever. I'll try to post a guide this Friday so we can work together on fixing bugs.
I just noticed that most of the portals are missing. For example, try to enter the dungeon for relic moonlight (or whatever its name was), haha.
erf Link404 you new LevelResource table no work =(
erreur MSSQL
Msg 8115, Level 16, State 2, Line 2
An arithmetic overflow error occurred while converting expression to data type int.
The statement has been terminated.
Yep, my bad, didn't notice this before. This error message appears because the last numbers, for example "179940803427", those are out of the range of an integer. Let me update it to get it working.
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[DF_LevelResource_huh1]') AND type = 'D')
BEGIN
ALTER TABLE [dbo].[LevelResource] DROP CONSTRAINT [DF_LevelResource_huh1]
END
GO
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[DF_LevelResource_huh2]') AND type = 'D')
BEGIN
ALTER TABLE [dbo].[LevelResource] DROP CONSTRAINT [DF_LevelResource_huh2]
END
GO
USE [Arcadia]
GO
/****** Object: Table [dbo].[LevelResource] Script Date: 05/03/2011 18:40:38 ******/
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[LevelResource]') AND type in (N'U'))
DROP TABLE [dbo].[LevelResource]
GO
USE [Arcadia]
GO
/****** Object: Table [dbo].[LevelResource] Script Date: 05/03/2011 18:40:39 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[LevelResource](
[level] [int] NOT NULL,
[normal_exp] [bigint] NOT NULL,
[jl1] [bigint] NOT NULL,
[jl2] [bigint] NOT NULL,
[jl3] [int] NOT NULL,
[jl4] [int] NOT NULL,
CONSTRAINT [IX_LevelResource] UNIQUE NONCLUSTERED
(
[level] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
ALTER TABLE [dbo].[LevelResource] ADD CONSTRAINT [DF_LevelResource_huh1] DEFAULT ((0)) FOR [jl1]
GO
ALTER TABLE [dbo].[LevelResource] ADD CONSTRAINT [DF_LevelResource_huh2] DEFAULT ((0)) FOR [jl2]
GO
INSERT INTO [dbo].[LevelResource]
([level]
,[normal_exp]
,[jl1]
,[jl2]
,[jl3]
,[jl4])
It will crash if you have 0 exp for lvl 1, also link you have to rows of exp that won't work, the third row shoul be in the 2nd row and the 2nd row data not even in table, then third row is for jlv jp 1-10 then forth jlv jp for 1st job 1-50 then row five is jlv jp for 2 nd job 1-50,
your table was correct in this post link, i dont know why you have changed it
but the problem is the exp from the rappelz wiki site is off to what its ment to be.
and this is all the dungeon portal info but they still dont show.
I know why now exp is buggy:
EX:
Lvl EXP TO GET from 169 to 170 : 179 940 803 427 (and is actually in DB at 836 687 353 840)
Total EXP FROM LV1 to LV 170 : 836 687 353 840
I know why now exp is buggy:
EX:
Lvl EXP TO GET from 169 to 170 : 179 940 803 427 (and is actually in DB at 836 687 353 840)
Total EXP FROM LV1 to LV 170 : 836 687 353 840
Need to fix it.
Thats what I said. lol. But seem like no one saw the post O.o.
Btw jw988, how do u add pet cards to ur inventory. I've looked at the dbo.item but it seems to only have to id for the icon of the card and not the actual pet card o.o.
We don't listen lol, if you put the exp you need go each level it bugs on first lvl up, the correct data is the Lvl exp added up from each level exp, that is in there, but the info is off a tiny bit in the higher Lvls hence the -%, anyway you still lvl and there is more important problems to work on.
I didn't have much time to work on anything tonight, kid's been sick (she's 18 months old). But I did manage to get pets started. They can be put in formation and summoned but I'm guessing their stats will be messed up too. Another project for another day. Anyways, here's the table changes. You must have at least 1 prefix and 1 postfix or you'll crash the server (Nice divide by 0 check gala...) Ignore the jp in the pic, it's my stat testing character. Also, sid should probably be a unique primary key but I'm tired and wanted to get this out tonight.
Oh yeah, the text_id must match something either in StringResource or StringLocalResource. I just set mine to 27 and 28 to see if it works or not.
USE [Arcadia]
GO
/****** Object: Table [dbo].[SummonDefaultNameResource] Script Date: 05/04/2011 23:05:50 ******/
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[SummonDefaultNameResource]') AND type in (N'U'))
DROP TABLE [dbo].[SummonDefaultNameResource]
GO
USE [Arcadia]
GO
/****** Object: Table [dbo].[SummonDefaultNameResource] Script Date: 05/04/2011 23:05:50 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[SummonDefaultNameResource](
[sid] [int] NOT NULL,
[is_post_fix] [int] NOT NULL,
[text_id] [int] NULL
) ON [PRIMARY]
GO
Oh yeah, cannon, add:
order by [field] asc
or
order by [field desc
to the end of your query.
pryok, open a server or release what you got so others can help
lol read first before you post, this thread has everything to get the server to where we is at and he did release his database few pages ago. also the way hes releasing his updates is fine, so we dont have to overwrite our chars every time there is a change.
Rappelz Server-Files 02/17/2012 - Rappelz - 10 Replies Hy,
Here the Server-Files From Rappelz.
The Files are From Gpotato
and the Language is german.
This Downloads has all Information
witch i have .
I can't give support for this Files .
Thanks For Understanding
And
Is there anyone there has the Rappelz server files? 04/08/2011 - Rappelz - 4 Replies Is there anyone there has the Rappelz server files?
I just wanna know becouse I relly need them..
If nobody have them cant we just "grab" the data? we got the ip's?