|
You last visited: Today at 01:48
Advertisement
STORXY BOT SRC C#
Discussion on STORXY BOT SRC C# within the SRO PServer Guides & Releases forum part of the SRO Private Server category.
09/18/2016, 02:13
|
#1
|
elite*gold: 0
Join Date: Mar 2010
Posts: 568
Received Thanks: 228
|
STORXY BOT SRC C#
Hello,
STORXY BOT SRC C#
PHP Code:
(Notice) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('Notice','Your Notice here','0','0') (Global) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('Global','Your Global here','0','0') (AllChat) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('AllChat','Your Message here','0','0') (PM) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('PM','Your Message here','Character Name','0') (Recall) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('Recall','0','Character Name','0') (RecallGuild) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('Recall','0','Guild Name','0') (Make Item) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('makeitem','Item Code','Amount','0') (Load Monster) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('loadmonster','Mob Code Amount','0','0') (Disconnect) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('ban','0','Character Name','0') (ToTown) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('ToTown','0','Character Name','0') (Open The Yellow Cape) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('CapeON','0','0','0') (Invisible) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('Invisible','0','0','0') (Invincible) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('Invincible','0','0','0') (GM Circle) Line : INSERT INTO SRO_VT_STORXY.._Console VALUES ('Circle','0','0','0')
---------------------------------------------------------------------------------
Waiting Bot Soon .
|
|
|
09/18/2016, 02:33
|
#2
|
elite*gold: 350
Join Date: Aug 2015
Posts: 1,999
Received Thanks: 1,188
|
|
|
|
09/18/2016, 06:09
|
#3
|
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 524
|
Really ?!
|
|
|
09/18/2016, 06:29
|
#4
|
elite*gold: 53
Join Date: Jul 2012
Posts: 541
Received Thanks: 190
|
Tranks *--*
Database Story ?
|
|
|
09/18/2016, 13:51
|
#5
|
elite*gold: 0
Join Date: Mar 2012
Posts: 679
Received Thanks: 29
|
good job
database?
|
|
|
09/18/2016, 16:41
|
#6
|
elite*gold: 0
Join Date: Oct 2014
Posts: 204
Received Thanks: 407
|
i'm more than thanks to you <3 for sharing this source here <3 i was ashamed to release this **** here
[Note] this bot based on plus notice source "totally ****"
[Database] just create this table
Code:
USE [NEXUS]
GO
/****** Object: Table [dbo].[_Console] Script Date: 18/09/2016 04:43:09 م ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[_Console](
[ID] [int] IDENTITY(1,1) NOT NULL,
[Type] [varchar](50) NOT NULL,
[Command] [varchar](250) NULL,
[Value] [varchar](150) NULL,
[Done] [int] NOT NULL,
CONSTRAINT [PK__Console] PRIMARY KEY CLUSTERED
(
[ID] 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
GO
|
|
|
09/18/2016, 17:43
|
#7
|
elite*gold: 350
Join Date: Aug 2015
Posts: 1,999
Received Thanks: 1,188
|
Quote:
Originally Posted by Storxy_
i'm more than thanks to you <3 for sharing this source here <3 i was ashamed to release this **** here
[Note] this bot based on plus notice source "totally ****"
[Database] just create this table
|
pls upload Nexus DB
|
|
|
09/19/2016, 15:02
|
#8
|
elite*gold: 0
Join Date: Feb 2016
Posts: 652
Received Thanks: 342
|
though useless
|
|
|
All times are GMT +1. The time now is 01:52.
|
|