Holy Water Temple Limit

01/01/2014 22:54 ILowe#1
hello

Holy Water Temple Limit Pre. Plus 5 How can I limit of 5 entries , Now Limit 2
change need 5 limi pre plus+
01/04/2014 07:30 ILowe#2
++++
06/30/2019 17:57 tarone1989#3
Go To your Shard--->_RefGame_World_Config and search for this lines:


1 103 GROUP_PHARAOH_EXPERT ENTER_LIMIT_CONDITION_ENTRY_MAXIMUM_NUM 2 INT32
1 131 GROUP_PHARAOH_MASTER ENTER_LIMIT_CONDITION_ENTRY_MAXIMUM_NUM 2 INT32
1 75 GROUP_PHARAOH_NOVICE ENTER_LIMIT_CONDITION_ENTRY_MAXIMUM_NUM 2 INT32

Change 2 what you wannt

or hire the Query:
BUT VERY IMPORTANT CHECK YOUR IDs! Because is not same you have to change your IDs
use SRO_VT_SHARD /*SRO_VT_SHARD_INIT*/

Update _RefGame_World_Config set "Value" = 5 where ID in (75,103,131) --Change Value number from 5 to what you wannt


This is the Checking Query!
Select*from _RefGame_World_Config where ID in (75,103,131)

Simply querys not too hard but i hope helpfull for you!

Sorry for Bad English