|
You last visited: Today at 08:32
Advertisement
Vsro Action Overlap
Discussion on Vsro Action Overlap within the SRO PServer Questions & Answers forum part of the SRO Private Server category.
09/22/2023, 00:01
|
#1
|
elite*gold: 0
Join Date: Mar 2012
Posts: 679
Received Thanks: 29
|
Vsro Action Overlap
hello guys!
How is Action Overlap calculated? For example, when I add a new skill, it may conflict with different skills. How should I calculate it so it doesn't work with a skill?
|
|
|
09/22/2023, 00:03
|
#2
|
elite*gold: LOCKED
Join Date: Apr 2022
Posts: 1,334
Received Thanks: 490
|
Quote:
Originally Posted by ILowe
hello guys!
How is Action Overlap calculated? For example, when I add a new skill, it may conflict with different skills. How should I calculate it so it doesn't work with a skill?
|
Ok, let me know if i got that right. You're basically trying to avoid a skill while a diffrent skill is in use?
Like.. If bless spell is in use, you want to disable usage of pain quote, for example? Did i get it?
|
|
|
09/22/2023, 00:42
|
#3
|
elite*gold: 0
Join Date: Mar 2012
Posts: 679
Received Thanks: 29
|
I want to calculate a new overlaps.
If I give a random overlap to a skill or item usage, another skill is affected.
|
|
|
12/05/2023, 23:20
|
#4
|
elite*gold: 0
Join Date: Jan 2012
Posts: 23
Received Thanks: 8
|
Hello,
WITH Temp AS (
SELECT
Basic_Code as SkillName,
Action_Overlap as OverlapValue,
SUBSTRING(CAST (Action_Overlap AS VARBINARY), 1, 1) AS byte1,
SUBSTRING(CAST (Action_Overlap AS VARBINARY), 2, 1) AS byte2,
SUBSTRING(CAST (Action_Overlap AS VARBINARY), 3, 1) AS byte3,
SUBSTRING(CAST (Action_Overlap AS VARBINARY), 4, 1) AS byte4
FROM
SRO_VT_SHARD.._RefSkill WHERE Action_Overlap <> 0)
SELECT * FROM Temp ORDER BY OverlapValue ASC
you can use this query for calculate overlap value. You have to make unique byte value if you dont want to affect other skills
|
|
|
04/23/2025, 00:28
|
#5
|
elite*gold: 17
Join Date: Aug 2016
Posts: 435
Received Thanks: 232
|
Quote:
Originally Posted by ILowe
I want to calculate a new overlaps.
If I give a random overlap to a skill or item usage, another skill is affected.
|
simple you can use it
DECLARE @  INT = 1795162206; DECLARE @  INT = 90048778;
DECLARE @  INT = @  & 0xFFFF0000) | @  & 0x0000FFFF); SELECT @  AS Int1, @  AS Int2, @  AS MergedInt;
UPDATE dbo._RefSkill SET Action_Overlap = (CAST(1795162206 AS INT) & 0xFFFF0000)|(CAST(90048778 AS INT) & 0x0000FFFF) WHERE Basic_Code LIKE '%amalrun%';
to see if there a same byte of not
Code:
SELECT 1795162206, SUBSTRING(CAST (1795162206 AS VARBINARY), 1, 1) AS byte1,
SUBSTRING(CAST (1795162206 AS VARBINARY), 2, 1) AS byte2,
SUBSTRING(CAST (1795162206 AS VARBINARY), 3, 1) AS byte3,
SUBSTRING(CAST (1795162206 AS VARBINARY),*4,*1)*AS*byte4
SELECT 90048778, SUBSTRING(CAST (90048778 AS VARBINARY), 1, 1) AS byte1,
SUBSTRING(CAST (90048778 AS VARBINARY), 2, 1) AS byte2,
SUBSTRING(CAST (90048778 AS VARBINARY), 3, 1) AS byte3,
SUBSTRING(CAST (90048778 AS VARBINARY),*4,*1)*AS*byte4
|
|
|
 |
Similar Threads
|
Skills Action Overlap
07/24/2020 - SRO Private Server - 9 Replies
Hello! I've been recently searching about this, I'm currently having an issue with my server that I have a specific buff lets say godbless, this godbless has a distinct Action_Overlap in _RefSkill and a custom group/groupid, but it interferes and preventing other skills/buffs of being used and I have no idea why, I searched and I found someone saying about Action_Overlap is not just a random number, its calculated the way Alchemy Rate is calculated but I couldn't find a solution tho, I'd be...
|
Heeeeeeelp on SR_GameServerfatal local overlap job exception!!:CServerProcessOverlap
01/08/2020 - SRO Private Server - 19 Replies
I think that's enough
http://img28.imageshack.us/img28/7096/srgameserve rhelp.jpg
fatal local overlap job exception!!:CServerProcessOverlap On SR_GamerServer
|
vSRO Constantinople Fortress Local Overlap...
08/29/2017 - SRO Private Server - 1 Replies
Guys after adding Constantinople Fortress into DB my SR_ShardManger tells me Fatal local overlap job exception : CServerProcessOverlap.
What does it means... i checked the ID´s and Links they must be Good cuz before i got some Errors to then i fixed them and now this Shit...
may someone can help me
Thanks
Fixed it .... had Same entrys in some table .... ^^ thread can be closed
|
Game server error (local overlap jop exception!! :cserver process overlap) how to fix
06/28/2013 - SRO Private Server - 5 Replies
http://www10.0zz0.com/2012/03/20/06/975350145.png
(local overlap jop exception!! :cserver process overlap) how to fix
|
Fatal local overlap job exception : CServerProcessOverlap
12/01/2011 - SRO Private Server - 4 Replies
im gettin this error Fatal local overlap job exception : CServerProcessOverlap
idea's?
|
All times are GMT +1. The time now is 08:33.
|
|