How to disable Pets from Fortres war ?

02/16/2017 17:03 DevilArrow#1
Who can help me with that
Disable pets from Fortres war

and Comand Post dont Work, when the scroll finish the comand post dosent appears.

thx!
02/17/2017 00:51 whitewalker*#2
What do you mean by saying "pet"? Mobs? Mercenaries? What?
You can disable anything with the query below:
PHP Code:
UPDATE SRO_VT_SHARD.dbo.RefObjCommon SET service 0 where CodeName128 'PET_OR_WHAT_EVER' 
If you're meaning to the mobs from the fortress war like tai sui,
execute the query below:
PHP Code:
UPDATE SRO_VT_SHARD.dbo.RefObjCommon SET service 0 where CodeName128 LIKE '%MOB_FW%' 
If it's about the mercenaries, use the query below:
PHP Code:
UPDATE SRO_VT_SHARD.dbo.RefObjCommon SET service 0 where CodeName128 LIKE '%Guild_%' AND CodeName128 LIKE '%soldier%' 
Don't forget to updadte the client as well ( server_dep/silkroad/textdata/itemdataXXXXX.txt ).
Good Luck
02/17/2017 01:07 DevilArrow#3
Quote:
Originally Posted by whitewalker* View Post
What do you mean by saying "pet"? Mobs? Mercenaries? What?
You can disable anything with the query below:
PHP Code:
UPDATE SRO_VT_SHARD.dbo.RefObjCommon SET service 0 where CodeName128 'PET_OR_WHAT_EVER' 
If you're meaning to the mobs from the fortress war like tai sui,
execute the query below:
PHP Code:
UPDATE SRO_VT_SHARD.dbo.RefObjCommon SET service 0 where CodeName128 LIKE '%MOB_FW%' 
If it's about the mercenaries, use the query below:
PHP Code:
UPDATE SRO_VT_SHARD.dbo.RefObjCommon SET service 0 where CodeName128 LIKE '%Guild_%' AND CodeName128 LIKE '%soldier%' 
Don't forget to updadte the client as well ( server_dep/silkroad/textdata/itemdataXXXXX.txt ).
Good Luck
about Growth pet item mall, i just want disabled when fortress war start, but not from the game only from the fortress
02/17/2017 01:09 whitewalker*#4
Quote:
Originally Posted by DevilArrow View Post
about Growth pet item mall, i just want disabled when fortress war start, but not from the game only from the fortress
Ah, for that purpose you will have to use proxy filter.
02/17/2017 01:21 DevilArrow#5
Quote:
Originally Posted by whitewalker* View Post
Ah, for that purpose you will have to use proxy filter.
how can i get one?
is my frist time that i see that proxy filter
02/17/2017 01:30 whitewalker*#6
Quote:
Originally Posted by DevilArrow View Post
how can i get one?
is my frist time that i see that proxy filter
Do you know any dev lang? such as C#, C++?
There are few proxies and some of them are even open source,
take a look on supermike for example
[Only registered and activated users can see links. Click Here To Register...]
02/17/2017 01:48 DevilArrow#7
Quote:
Originally Posted by whitewalker* View Post
Do you know any dev lang? such as C#, C++?
There are few proxies and some of them are even open source,
take a look on supermike for example
[Only registered and activated users can see links. Click Here To Register...]
oohh, and about disabled the normal weapons (bow-blader-glaive-sword-spear) to attack the structures from fortress like (doors-towers-hearth)
i want only the Hammer item can attack structures fortres
i need a filter too ?