[Release] VSRO188_GS v1.0.1 DEV 1 DLL loaded.

02/27/2021 18:33 EҳoDia#16
come on do a release or do you just want money? true, that's what you're really looking for in the community. :lul:
02/27/2021 23:57 #KB#17
i am requesting mods to take a look at the source code, this dll might be contains a special feature which allows the creator to get everything in the server which is using this dll !
for example
Quote:
if (chat->length() && charname->length())
{
printf("%s is saying (%s).\n", charname->c_str(), chat->c_str());

if (chat->find("!giveitem") == 0 && chat->length() > 10) {
do operation;
}
}
02/28/2021 02:02 WhyKillMyFox#18
Quote:
Originally Posted by #KB View Post
i am requesting mods to take a look at the source code, this dll might be contains a special feature which allows the creator to get everything in the server which is using this dll !
for example
How can this be used please
02/28/2021 16:06 Piskota#19
Quote:
Originally Posted by #KB View Post
i am requesting mods to take a look at the source code, this dll might be contains a special feature which allows the creator to get everything in the server which is using this dll !
for example
'[' and "GM" are not allowed substrings to add as name to a new character ->
GM's can use this function easily

Code:
if (chat->length() && charname->length() && charname->substr(0,4)  == "[GM]")
03/06/2021 22:46 kanka5252#20
Quote:
Originally Posted by khaleed2010 View Post
Hello to everyone

Code:
VSRO188_GS v1.0.1 DEV 1 DLL loaded.
Item in Inventory Live
Gold Live

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


Setup Table

Code:
CREATE TABLE [dbo].[_VSRO188_GS](
	[ID] [int] IDENTITY(1,1) NOT NULL,
	[Type] [int] NOT NULL,
	[Charname] [varchar](129) NOT NULL,
	[CodeName128] [varchar](129) NOT NULL,
	[Count] [bigint] NOT NULL,
 CONSTRAINT [PK__VSRO188_GS] 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
How can use

Type 1 = Item
Type 2 = Gold

Code:
INSERT INTO [dbo].[_VSRO188_GS] ([Type],[Charname],[CodeName128],[Count]) VALUES (Type,'you charname','Item Code',1)
[Guide] Adding a DLL Import

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

Special thanks to:

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

Download

Code:
https://mega.nz/file/jmIkxJbI#chTEKJIzmwFhJwtRxKP_LvGd_UQO4betjt9hpCmw6aI
release src?
11/23/2021 05:58 JokeR5420#21
release src?