[Request] easy way to add lines to skilldata_35000enc
as title said i want easy way to add lines to skilldata_35000enc
because i try every guide on epvpers, and still get crashed after launching the client + i can't add any new stuff to my server w/o knowing how to add lines to
skilldata_35000enc
and i want to limit guild members for 20 or 25 players and union to only 2 guilds
it that's possiple ?
i tryed it before, if it worked for me i wouldn't post a thread here :/
lazy people can't fix anything.
USE [SRO_VT_SHARD]
GO
/****** Object: StoredProcedure [dbo].[_Guild_FnAddMember] Script Date: 01/22/2015 10:12:09 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO
ALTER PROCEDURE [dbo].[_Guild_FnAddMember]
@guildID int,
@MemberID int,
@MemberClass tinyint,
@joinDate smalldatetime,
@permission int
as
Declare @LiMiT int = '31' -- << Userr Limit Credits by $Apollo
if (exists (select CharID from _GuildMember where CharID = @MemberID))
begin
return -1001
end
declare @MemberName varchar(64)
declare @curLevel tinyint
select @MemberName = CharName16, @curLevel = CurLevel from _Char with (nolock) where CharID = @MemberID
if (@@error <> 0 or @@rowcount = 0)
begin
return -1
end
if (exists (select CharID from _GuildMember with (nolock) where GuildID = @guildID and CharID = @MemberID))
begin
return -2
end
declare @ReFObjID int
select @ReFObjID = RefObjID from _Char with (nolock) where CharID = @MemberID
if (@@error <> 0 or @@rowcount = 0)
begin
return -5
end
I thought the error was in skilldataenc, but it was not, so am now asking for these lines in skilleffect, because it crashes the CLIENT. and i didn't want to start a new topic for that :/
USE [SRO_VT_SHARD]
GO
/****** Object: StoredProcedure [dbo].[_Guild_FnAddMember] Script Date: 01/22/2015 10:12:09 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO
ALTER PROCEDURE [dbo].[_Guild_FnAddMember]
@guildID int,
@MemberID int,
@MemberClass tinyint,
@joinDate smalldatetime,
@permission int
as
Declare @LiMiT int = '31' -- << Userr Limit Credits by $Apollo
if (exists (select CharID from _GuildMember where CharID = @MemberID))
begin
return -1001
end
declare @MemberName varchar(64)
declare @curLevel tinyint
select @MemberName = CharName16, @curLevel = CurLevel from _Char with (nolock) where CharID = @MemberID
if (@@error <> 0 or @@rowcount = 0)
begin
return -1
end
if (exists (select CharID from _GuildMember with (nolock) where GuildID = @guildID and CharID = @MemberID))
begin
return -2
end
declare @ReFObjID int
select @ReFObjID = RefObjID from _Char with (nolock) where CharID = @MemberID
if (@@error <> 0 or @@rowcount = 0)
begin
return -5
end
this query canceled the whole guild function in the server, i can't CREATE guild or join another player to my guild.
an easy request 12/30/2012 - Metin2 - 2 Replies Hi all plz any1 who bought m2bob can u upload to us the 2.0.1 version or the last and ty :handsdown:
easy request 12/15/2012 - CO2 Private Server - 1 Replies i need to add chi master in my server i find the topic exclusive chi master 60 percent but i dont know where can i add those codes i dont know so plz Help Me Fast to add it
What's going on ??????? some body help me
what's going on some body Help me ??? now
What's going on Help me fast i wanna it
Add lines easy way 10/22/2012 - SRO Private Server - 1 Replies Hello community of Elitepvpers ..
So I've a problem with my database I want to add this :
http://www.elitepvpers.com/forum/private-sro-expl oits-hacks-bots-guides/1907572-release-lines-arabi a-mobs-uniqs.html
Sur I changed the id of monster but I need to add row per row ? It's inhumain there is not any other way ? Add lines by lines should be for easy or all directly ? Can you help me ?
I just want to make a copy past but how ?
Request| Lines 06/01/2012 - SRO Private Server - 5 Replies i almost finish with jsro server files they state on 98% working
i just need to extract from characterdata.txt of jsro
the part of refobjchar.
if someone know a good way to do it , i be glad to hear.