No good buff

12/17/2011 03:32 Apero#1
Hello elitepvpers.

I turn to you today because I create a private server.
By the way thank you for all the tutorial that I bring a lot of help,
So I returned to my problem:
my server is up ... stuff, ect map and all its works thanks to you.
But my concern is that my rune resurection does not work once I
change my item.SData.
When I inject my item.sdata order to equip the 70 stuff and well
it works fine, but the rune of resurrection does not work ... icon
to become like a rune and skill at all to a rune ground.
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
Could you help me or point me to that could cause this.

Thank you in advance.
12/17/2011 06:41 Da Boss#2
Did you update it in your database aswell ?

EDIT: Saw your toon had star rank which is 120k kills, and you in starting area so if you do have a problem where new created toons have 120k kills
Code:
USE [PS_GameData]
GO
/****** Object:  Table [dbo].[Chars]    Script Date: 09/05/2011 13:22:38 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
DROP TABLE [dbo].[Chars]
GO
CREATE TABLE [dbo].[Chars](
	[ServerID] [tinyint] NOT NULL,
	[UserID] [varchar](12) NOT NULL,
	[UserUID] [int] NOT NULL,
	[CharID] [int] IDENTITY(1,1) NOT NULL,
	[CharName] [varchar](30) NOT NULL,
	[New] [tinyint] NOT NULL CONSTRAINT [DF_Chars_New]  DEFAULT (1),
	[Del] [tinyint] NOT NULL CONSTRAINT [DF_Chars_Del]  DEFAULT (0),
	[Slot] [tinyint] NOT NULL,
	[Family] [tinyint] NOT NULL,
	[Grow] [tinyint] NOT NULL,
	[Hair] [tinyint] NOT NULL,
	[Face] [tinyint] NOT NULL,
	[Size] [tinyint] NOT NULL,
	[Job] [tinyint] NOT NULL,
	[Sex] [tinyint] NOT NULL,
	[Level] [smallint] NOT NULL CONSTRAINT [DF_Chars_level]  DEFAULT (0),
	[StatPoint] [smallint] NOT NULL CONSTRAINT [DF_Chars_StatPoint]  DEFAULT (0),
	[SkillPoint] [smallint] NOT NULL CONSTRAINT [DF_Chars_SkillPoint]  DEFAULT (0),
	[Str] [smallint] NOT NULL,
	[Dex] [smallint] NOT NULL,
	[Rec] [smallint] NOT NULL,
	[Int] [smallint] NOT NULL,
	[Luc] [smallint] NOT NULL,
	[Wis] [smallint] NOT NULL,
	[HP] [smallint] NOT NULL,
	[MP] [smallint] NOT NULL,
	[SP] [smallint] NOT NULL,
	[Map] [smallint] NOT NULL CONSTRAINT [DF_Chars_map]  DEFAULT (0),
	[Dir] [smallint] NOT NULL CONSTRAINT [DF_Chars_dir]  DEFAULT (0),
	[Exp] [int] NOT NULL CONSTRAINT [DF_Chars_exp]  DEFAULT (0),
	[Money] [int] NOT NULL CONSTRAINT [DF_Chars_money]  DEFAULT (0),
	[PosX] [real] NOT NULL CONSTRAINT [DF_Chars_posx]  DEFAULT (674.442),
	[PosY] [real] NOT NULL CONSTRAINT [DF_Chars_posy]  DEFAULT (3.640),
	[Posz] [real] NOT NULL CONSTRAINT [DF_Chars_posz]  DEFAULT (1000.924),
	[Hg] [smallint] NOT NULL,
	[Vg] [smallint] NOT NULL,
	[Cg] [tinyint] NOT NULL,
	[Og] [tinyint] NOT NULL,
	[Ig] [tinyint] NOT NULL,
	[K1] [int] NOT NULL CONSTRAINT [DF_Chars_K1]  DEFAULT ((0)),
	[K2] [int] NOT NULL CONSTRAINT [DF_Chars_K2]  DEFAULT (0),
	[K3] [int] NOT NULL CONSTRAINT [DF_Chars_K3]  DEFAULT (0),
	[K4] [int] NOT NULL CONSTRAINT [DF_Chars_K4]  DEFAULT (0),
	[KillLevel] [tinyint] NOT NULL CONSTRAINT [DF_Chars_KillLevel]  DEFAULT (0),
	[DeadLevel] [tinyint] NOT NULL CONSTRAINT [DF_Chars_DeadLevel]  DEFAULT (0),
	[RegDate] [datetime] NOT NULL CONSTRAINT [DF_Chars_RegDate]  DEFAULT (getdate()),
	[DeleteDate] [datetime] NULL,
	[JoinDate] [datetime] NULL,
	[LeaveDate] [datetime] NULL,
	[RenameCnt] [tinyint] NOT NULL,
	[OldCharName] [varchar](30) NULL,
	[RemainTime] [int] NOT NULL CONSTRAINT [DF_Chars_RemainTime]  DEFAULT (0),
 CONSTRAINT [PK_Chars] PRIMARY KEY CLUSTERED 
(
	[CharID] 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
SET ANSI_PADDING OFF
That should help you :P :)
12/17/2011 07:24 JohnHeatz#3
#Moved to the right section

If you update your SData, as it was mentioned, you need to update your database as well, maybe there is your problem
12/17/2011 14:57 Apero#4
Thank you for your quick response

But this does not work

[Only registered and activated users can see links. Click Here To Register...]
12/17/2011 15:08 Da Boss#5
Are you sure that the Item.SData you are inserting does not have the 30 Day Cont corrupt by any chance ? Maybe the Icon or SkillID's changed? This could be the problem.
12/17/2011 15:17 Apero#6
Well I tried 5 item.Sdata
And still this error
And it all over
[Only registered and activated users can see links.
Click Here To Register...] the ground rune 3 hours, 7 days, 15 days, 30 days
12/17/2011 19:33 KarmaIsMe#7
Are you sure you didn't mess with your Skill.Sdata? Its possible that you could have deleted an entry instead of erasing something which could have shifted the skills visually on your client.

Just a thought and hope it might help *also adding items/skills can do the same thing in sliding everything up/down so that might have been an issue aswell*


Goodluck,
Karma
12/17/2011 20:57 Apero#8
Thank you for your help

I solved the problem

The problem came from a lag of a line item in my

Thank you for your help

[Only registered and activated users can see links. Click Here To Register...]