Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server
You last visited: Today at 14:31

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

Advertisement



Reset Stats scroll Problem

Discussion on Reset Stats scroll Problem within the SRO Private Server forum part of the Silkroad Online category.

Closed Thread
 
Old   #1

 
devdash's Avatar
 
elite*gold: 14
Join Date: Feb 2016
Posts: 1,607
Received Thanks: 444
Exclamation Reset Stats scroll Problem

my Reset stats scroll have to disconnect players from the server , but i see in alot of servers now they have auto teleport one that after teleport all the stats reseted without dc the player, so how can i do that or is there's any files about it or any topic around that i can take it from it ? its serious problem,
Thanks in advance
devdash is offline  
Old 02/26/2018, 03:32   #2
 
athena1410's Avatar
 
elite*gold: 0
Join Date: Jul 2017
Posts: 118
Received Thanks: 65
Quote:
Originally Posted by alydandy View Post
my Reset stats scroll have to disconnect players from the server , but i see in alot of servers now they have auto teleport one that after teleport all the stats reseted without dc the player, so how can i do that or is there's any files about it or any topic around that i can take it from it ? its serious problem,
Thanks in advance
You can do like this
Code:
Media-------------------
1	46357	ITEM_STATS_RESET_SCROLL	?? ???	xxx	SN_ITEM_STATS_RESET_SCROLL	SN_ITEM_STATS_RESET_SCROLL_TT_DESC	1	0	3	3	3	1	180000	3	0	1	1	1	255	3	1	0	0	1	0	15000	0	0	0	150	4500	-1	0	-1	0	-1	0	-1	0	-1	0	0	0	0	0	0	0	100	0	0	0	xxx	item\etc\drop_ch_eventbox.bsr	premium\etc\mall_server_change_scroll.ddj	xxx	xxx	1	2	0	0	3	0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0	0	0	0	0	0	0	0	0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	5000	????	1	??????	-1	RESURRECT	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	0	0

1	SN_ITEM_STATS_RESET_SCROLL								Stat Reset Scroll						
1	SN_ITEM_STATS_RESET_SCROLL_TT_DESC								abcxyz

DB----------------------
1	46357	ITEM_STATS_RESET_SCROLL	?? ???	xxx	SN_ITEM_STATS_RESET_SCROLL	SN_ITEM_STATS_RESET_SCROLL_TT_DESC	1	0	3	3	3	1	180000	3	0	1	1	1	255	3	1	0	0	1	0	15000	0	0	0	150	4500	-1	0	-1	0	-1	0	-1	0	-1	0	0	0	0	0	0	0	100	0	0	0	xxx	item\etc\drop_ch_eventbox.bsr	premium\etc\mall_server_change_scroll.ddj	xxx	xxx	60006
60006	1	2	0	0	3	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	5000	????	1	??????                                                                                                                           	-1	RESURRECT	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	0	0	0

But i think DC is best choice for anti bug stats scroll.
Code:
-------_AddLogChar-Sro.Vt.Log----- Anti bug stat
IF (@EventID = 4)
    BEGIN
	UPDATE SRO_VT_SHARD.dbo._Char SET RemainStatPoint = (MaxLevel - 1) * 3, Strength = (MaxLevel + 19) , Intellect = (MaxLevel + 19) WHERE (Strength+Intellect+RemainStatPoint) <> (MaxLevel + 19)*2 + (MaxLevel - 1) * 3
    END
athena1410 is offline  
Thanks
1 User
Old 02/26/2018, 04:24   #3

 
devdash's Avatar
 
elite*gold: 14
Join Date: Feb 2016
Posts: 1,607
Received Thanks: 444
Quote:
Originally Posted by athena1410 View Post
You can do like this
Code:
Media-------------------
1	46357	ITEM_STATS_RESET_SCROLL	?? ???	xxx	SN_ITEM_STATS_RESET_SCROLL	SN_ITEM_STATS_RESET_SCROLL_TT_DESC	1	0	3	3	3	1	180000	3	0	1	1	1	255	3	1	0	0	1	0	15000	0	0	0	150	4500	-1	0	-1	0	-1	0	-1	0	-1	0	0	0	0	0	0	0	100	0	0	0	xxx	item\etc\drop_ch_eventbox.bsr	premium\etc\mall_server_change_scroll.ddj	xxx	xxx	1	2	0	0	3	0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0	0	0	0	0	0	0	0	0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	0.0	5000	????	1	??????	-1	RESURRECT	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	0	0

1	SN_ITEM_STATS_RESET_SCROLL								Stat Reset Scroll						
1	SN_ITEM_STATS_RESET_SCROLL_TT_DESC								abcxyz

DB----------------------
1	46357	ITEM_STATS_RESET_SCROLL	?? ???	xxx	SN_ITEM_STATS_RESET_SCROLL	SN_ITEM_STATS_RESET_SCROLL_TT_DESC	1	0	3	3	3	1	180000	3	0	1	1	1	255	3	1	0	0	1	0	15000	0	0	0	150	4500	-1	0	-1	0	-1	0	-1	0	-1	0	0	0	0	0	0	0	100	0	0	0	xxx	item\etc\drop_ch_eventbox.bsr	premium\etc\mall_server_change_scroll.ddj	xxx	xxx	60006
60006	1	2	0	0	3	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	5000	????	1	??????                                                                                                                           	-1	RESURRECT	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	0	0	0

But i think DC is best choice for anti bug stats scroll.
Code:
-------_AddLogChar-Sro.Vt.Log----- Anti bug stat
IF (@EventID = 4)
    BEGIN
	UPDATE SRO_VT_SHARD.dbo._Char SET RemainStatPoint = (MaxLevel - 1) * 3, Strength = (MaxLevel + 19) , Intellect = (MaxLevel + 19) WHERE (Strength+Intellect+RemainStatPoint) <> (MaxLevel + 19)*2 + (MaxLevel - 1) * 3
    END
i will try that now and i will be back with the results.

not working , can you upload for me everything for it like itemdata,RefObjCommon,RefObjItem,RefSkill,RefSkill Group,Skilldata_enc,SkillEffect,Textdata_object,Ad dLogItem, can you please!, i searched alot i searched everywhere but its always end with some lines ,
Thanks in advance
devdash is offline  
Closed Thread


Similar Threads Similar Threads
Any way to reset STAT points? (not using a stat reset scroll)
02/12/2016 - SRO Coding Corner - 5 Replies
Hey folks i tryed with item scroll reset stat, it works allmost perfect but those dc is rly sux... I saw at some private server that they have some like coded procedure starting to be active when you write something in your for example private chat(and it give nice reset stat without DC) chat: $Reset Reset_stats thats only example.
stats reset scroll Procedures ERROR SQL
01/22/2015 - SRO Private Server - 9 Replies
why i'm getting this error, when i'm trying to add stats reset scroll. http://i.epvpimg.com/c4Wkf.png and some one can give me guide for stats reset scroll + skill reset scroll + premium remove scrolls ?
need help in STATS RESET,RENAME AND RESET GAUGE HACK>>>
04/21/2012 - Facebook - 0 Replies
pLEASE pOST HERE THE pROCEDURE ON HOW TO HACK RENAME ,, RESET AND GAUGE HACK... I WANT TO KNOW IT.. THANK YOU
(ALB) WTS Effect Scroll - Megadolon Drop Scroll
01/09/2012 - Trading - 1 Replies
Im looking for plats just serious offers please
WTT 3X Scroll for Shuta( Come with ur Scroll)(Evengarda)
06/16/2010 - Archlord Trading - 1 Replies
İ want to change 4x Scroll for shuta ... u need to come with ur scroll



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


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.