Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 14:39

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Global Plus Logs ( With item Name )

Discussion on [Release] Global Plus Logs ( With item Name ) within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
[Release] Global Plus Logs ( With item Name )

- same thread title says

this tool record plus logs ( alchemy ) and Global it via a global chat ( same as plus notice but to prevent spam & with item name )


here we go


Execute ! all coming querys & tables in Shard Log

Add this Code into Your _Addlogitem

PHP Code:
   if(@Operation 90 )
   
begin


   
---- Plus Global
      if(
CAST(@strDesc_separado AS NVARCHAR) > )
   
begin
    
declare @iname varchar(129)
    declare @
iid int
    
declare @cnameQ varchar(64)
    Declare @
RealName Varchar(Max)
    
select @iid RefItemID from SRO_VT_SHARD.dbo._Items where Serial64 = @ItemSerial
    select 
@iname CodeName128 from SRO_VT_SHARD.dbo._RefObjCommon where id = @iid
    Select 
@RealName =  RealName From SRO_VT_SHARDLOG.dbo._itemsName Where CodeName = @iname
    select 
@cnameQ CharName16 from SRO_VT_SHARD.dbo._Char where CharID = @CharID
    insert GlobalNotice
(SentMessage)values(0,@cnameQ ' has increased ' + @RealName ' plus To + ' CAST(@strDesc_separado AS NVARCHAR) )
  
end
end 
and add those two tables

PHP Code:
USE [SRO_VT_SHARDLOG]
GO

/****** Object:  Table [dbo].[GlobalNotice]    Script Date: 5/27/2015 10:00:24 PM

By Eslam Galull
Skype : eslam.galull

 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE 
[dbo].[GlobalNotice](
    [
Sent] [intNOT NULL,
    [
Message] [varchar](300NOT NULL,
    [
Date] [datetimeNOT NULL
ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO

ALTER TABLE 
[dbo].[GlobalNoticeADD  CONSTRAINT [DF_GlobalNotice_Sent]  DEFAULT ((0)) FOR [Sent]
GO

ALTER TABLE 
[dbo].[GlobalNoticeADD  CONSTRAINT [DF_GlobalNotice_Date]  DEFAULT (getdate()) FOR [Date]
GO 
PHP Code:
USE [SRO_VT_SHARDLOG]
GO

/****** Object:  Table [dbo].[_itemsName]    

By Eslam Galull
Skype : eslam.galull
Script Date: 5/27/2015 10:01:46 PM ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE 
[dbo].[_itemsName](
    [
CodeName] [varchar](maxNULL,
    [
2] [varchar](maxNULL,
    [
RealName] [varchar](maxNULL,
    [
4] [varchar](maxNULL
ON [PRIMARYTEXTIMAGE_ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO 

- Well Done Now we need to insert items data insert the following into _itemsName table

btw its till D11 items since the project was build for Galullians Online

the table data in attach just copy & past it

Scan Link


Download in attach
Attached Files
File Type: rar Galullians Plus Global With Item Name.rar (158.7 KB, 640 views)
Eslam Galull is offline  
Thanks
9 Users
Old 05/27/2015, 23:01   #2
 
@$$'s Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 723
Received Thanks: 84
USful thank you
@$$ is offline  
Old 05/27/2015, 23:06   #3
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
there is a thanks button in thread
Eslam Galull is offline  
Thanks
1 User
Old 05/29/2015, 03:34   #4
 
elite*gold: 0
Join Date: Feb 2015
Posts: 80
Received Thanks: 14
i need make this plus notice via global start from +14 how?
marko1000 is offline  
Old 05/29/2015, 03:45   #5
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
Quote:
Originally Posted by marko1000 View Post
i need make this plus notice via global start from +14 how?

update this line

PHP Code:

   
---- Plus Global 
      if(
CAST(@strDesc_separado AS NVARCHAR) > 14 
   
begin 
Eslam Galull is offline  
Old 05/29/2015, 10:45   #6
 
@$$'s Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 723
Received Thanks: 84
will be great if you add save setting button cuz so weried every single close must reset the seting again ^^
@$$ is offline  
Old 05/29/2015, 17:05   #7
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
up coming versions will be much pretty than that **** beta test things xD
Eslam Galull is offline  
Thanks
1 User
Old 05/30/2015, 09:25   #8
 
elite*gold: 5
Join Date: May 2015
Posts: 383
Received Thanks: 9
nice , going to try
TVS is offline  
Old 06/02/2015, 12:08   #9
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
Quote:
Originally Posted by EnthiseLOL View Post
nice , going to try
enjoy
Eslam Galull is offline  
Old 06/02/2015, 12:09   #10
 
ILowe's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 677
Received Thanks: 29
hello

programs which source?
ILowe is offline  
Old 06/02/2015, 12:12   #11
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
Quote:
Originally Posted by ILowe View Post
hello

programs which source?
sorry ,what you mean ?
Eslam Galull is offline  
Old 06/02/2015, 12:15   #12
 
ILowe's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 677
Received Thanks: 29
How can send people to the PM that holding dematerialized log?

PM throw instead of global
ILowe is offline  
Old 06/02/2015, 12:20   #13
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
ohh , please re-read the main topic

its simply record the Alchemy Logs . And Global it to ppl like

Global : ILowe Has Plused Sword To +10
Eslam Galull is offline  
Old 06/02/2015, 12:32   #14
 
ILowe's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 677
Received Thanks: 29
I asked to use it in other works
example : Some information, such as private individuals with PM
ILowe is offline  
Old 06/02/2015, 12:40   #15
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
yup you can all you need is just an open source , nd work on it
or the hard way pay me to do it for you
Eslam Galull is offline  
Reply


Similar Threads Similar Threads
[Release] CABAL PH Logs Deleter :)
10/23/2014 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 43 Replies
http://i.epvpimg.com/YQTIf.jpg Simple Utility For Cabal Cheating :) - Auto Detect for CABAL & Windows Folder - Checks/Deletes ERL Files on GameGuard Folder - Checks/Deletes Dlog.dat Existence on Cabal Folder - Checks/Deletes Windows Prefetch for Cabal Ph only :)
[Release] IP Logs & Anti Cheat
09/16/2014 - SRO PServer Guides & Releases - 8 Replies
hello epvp members today i will teach how to make anti cheat with ip or get ip of character first go to create the table USE GO /****** Object: Table . Script Date: 09/04/2014 08:30:03 ******/ SET ANSI_NULLS ON
[Release] 2010 Logs databases
08/30/2014 - Metin2 PServer Guides & Strategies - 30 Replies
Well after 3 weeks server online in my 2010 server just request that tables for the logs Have fun SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `bootlog` -- ---------------------------- DROP TABLE IF EXISTS `bootlog`;
Item Logs / Virtuelle Geldwäsche
12/30/2012 - Silkroad Online - 6 Replies
Hi, man liest teilweise davon, dass Pserverbetreiber die Herkunft von Items über Logs nachverfolgen können (nützlich z.B. bei gescammten Items). Inwieweit ist diese Nachverfolgung möglich (Exchange, Stalls, Drops) und gilt sie auch für Goldbeträge? Wie weit muss man bei Silkroad gehen, um die Herkunft von Items/Gold zu verschleiern? Können Pserverbetreiber die Logs überhaupt auslesen oder ist das nur Panikmache? :confused: Sind euch Fälle bekannt, in denen Cheater über solche Item Logs...
[RELEASE]Keine Logs
09/19/2011 - Metin2 PServer Guides & Strategies - 15 Replies
Heyho liebe Community, habe mal folgende .dif für mich gebastelt, und stelle sie euch jetzt auch zur Verfügung. Sie ist für die rev 2019. Es werden keine Logs mehr in der Tabelle log->log erstellt. Ich habe das aus Speicherplatzproblemem gemacht, ausserdem schaut sich diese Tabelle sowieso niemand an. Keine Logs - DIF (2019): This difference file is created by Profizocker94 game_r2019_32_nao 0010912E: C7 90 0010912F: 44 90 00109130: 24 90



All times are GMT +2. The time now is 14:39.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.