Register for your free account! | Forgot your password?

You last visited: Today at 00:54

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

Advertisement



Help Limit ENTER JOB CONDITION

Discussion on Help Limit ENTER JOB CONDITION within the SRO PServer Questions & Answers forum part of the SRO Private Server category.

Reply
 
Old   #1

 
elite*gold: 0
Join Date: Jun 2010
Posts: 76
Received Thanks: 9
Help Limit ENTER JOB CONDITION

I would like to limit the entry of thieves at the hunter's gate, and limit the entry of hunters at the thief's gate ??



Exemple from GATE Thief job Temple ALEX


PLS help

My discord:
developer110#0548
rodrigorkg is offline  
Thanks
1 User
Old 10/17/2020, 10:03   #2
 
Takashipvp's Avatar
 
elite*gold: 50
Join Date: Apr 2011
Posts: 49
Received Thanks: 9
if anyone can help, it will be kind of him
Takashipvp is offline  
Old 10/17/2020, 22:54   #3


 
*Deadly's Avatar
 
elite*gold: 213
Join Date: Feb 2020
Posts: 401
Received Thanks: 189
It can be done through filter, If you can't do it through a filter or don't own one then you can make it a bit tricky like roc gate, create 2 teleports each of them requires a specific key to enter, without it, it won't let you in, and give this key to character on job registration and don't forget to delete it on job leaving

This is an example of the _RefTeleLink table row

92901 = Hunter/Trader Key
92902 = Thief Key
5 = main teleport id (hotan in this case)
278 = hunter/trader teleport id
279 = thief teleport id
130 = minimum level range to enter

_RefTeleLink
Code:
1	5	278	0	0	0	0	1	130	999	4	92901	0	0	0	0	0	0	0	0	0	0
1	5	279	0	0	0	0	1	130	999	4	92902	0	0	0	0	0	0	0	0	0	0
And those are _RefObjcommon and _RefObjitem rows if you need them

_RefObjCommon
Code:
1	92901	ITEM_JOB_TRAHUN_KEY	??? ??	xxx	SN_ITEM_JOB_TRAHUN_KEY	SN_ITEM_JOB_TRAHUN_KEY_TT_DESC	1	0	3	3	5	1	180000	3	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	1	1	-1	0	-1	0	-1	0	-1	0	-1	0	0	0	0	0	0	0	100	0	0	0	xxx	item\etc\drop_token.bsr	item\etc\jobkey.ddj	xxx	xxx	92901
1	92902	ITEM_JOB_THIEF_KEY	??? ??	xxx	SN_ITEM_JOB_THIEF_KEY	SN_ITEM_JOB_THIEF_KEY_TT_DESC	1	0	3	3	5	1	180000	3	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	1	1	-1	0	-1	0	-1	0	-1	0	-1	0	0	0	0	0	0	0	100	0	0	0	xxx	item\etc\drop_token.bsr	item\etc\jobkey.ddj	xxx	xxx	92902
_RefObjItem
Code:
92901	10000	2	0	0	1	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	-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	-1	xxx	-1	xxx	-1	xxx	0	0	0
92902	10000	2	0	0	1	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	-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	-1	xxx	-1	xxx	-1	xxx	0	0	0
*Deadly is offline  
Thanks
2 Users
Old 10/24/2020, 04:04   #4
 
Revens Online's Avatar
 
elite*gold: 14
Join Date: Oct 2020
Posts: 16
Received Thanks: 7
Job temple example
_RefGame_World
Code:
60	INS_TEMPLE_DEFAULT	0	1	0	0	0	0	0	0	GROUP_TEMPLE_DEFAULT
_RefGame_World_Config
Code:
1	155	GROUP_TEMPLE_DEFAULT	ENTER_LIMIT_CONDITION_LEVEL_MINIMUM_NUM	105	INT32
1	156	GROUP_TEMPLE_DEFAULT	ENTER_LIMIT_CONDITION_JOB_CLOTHES_PUT_ON	ON	STRING
1	157	GROUP_TEMPLE_DEFAULT	ENTER_LIMIT_CONDITION_RIDE_COS_NOT_RIDING	ON	STRING
1	158	GROUP_TEMPLE_DEFAULT	ENTER_LIMIT_CONDITION_TRADE_COS_NOT_RIDING	ON	STRING
1	159	GROUP_TEMPLE_DEFAULT	ENTER_LIMIT_CONDITION_FRPVP_VOUCHER_TAKE_OFF	ON	STRING
1	160	GROUP_TEMPLE_DEFAULT	ENTER_LIMIT_CONDITION_TEMPLE_ASSOCIATION	ON	STRING
1	161	GROUP_TEMPLE_DEFAULT	ENTER_LIMIT_CONDITION_TEMPLE_ASSOCIATION_RATE_MERCHANT_HUNTER	70	INT32
1	162	GROUP_TEMPLE_DEFAULT	ENTER_LIMIT_CONDITION_TEMPLE_ASSOCIATION_RATE_THIEF	70	INT32
1	163	GROUP_TEMPLE_DEFAULT	ENTER_LIMIT_CONDITION_TEMPLE_ASSOCIATION_MINIMUM_NUM	30	INT32
1	164	GROUP_TEMPLE_DEFAULT	GAMEWORLD_ENTRY_UNTOUCHABLE_TIME	15	FLOAT32
1	165	GROUP_TEMPLE_DEFAULT	GAME_WORLD_NORMALIZE_TYPE	GAME_WORLD_NORMALIZE_TYPE_A	STRING
1	312	GROUP_TEMPLE_DEFAULT	USER_COUNTING_ON_TEMPLE_ASSOCIATION	ON	STRING
0	319	GROUP_TEMPLE_DEFAULT	TRADE_CONFLICT_GENERAL_STATE_EXP_RATIO	1	FLOAT32
1	392	GROUP_TEMPLE_DEFAULT	FAILED_ENTER_WORLD_TO_SPECIAL_TARGET_SWITCH	ON	STRING
1	393	GROUP_TEMPLE_DEFAULT	FAILED_ENTER_WORLD_TO_SPECIAL_TARGET_GAMEWORLD_THIEF	INS_DEFAULT	STRING
1	394	GROUP_TEMPLE_DEFAULT	FAILED_ENTER_WORLD_TO_SPECIAL_TARGET_REGION_THIEF	21067	INT32
1	395	GROUP_TEMPLE_DEFAULT	FAILED_ENTER_WORLD_TO_SPECIAL_TARGET_POSX_THIEF	815	FLOAT32
1	396	GROUP_TEMPLE_DEFAULT	FAILED_ENTER_WORLD_TO_SPECIAL_TARGET_POSY_THIEF	20	FLOAT32
1	397	GROUP_TEMPLE_DEFAULT	FAILED_ENTER_WORLD_TO_SPECIAL_TARGET_POSZ_THIEF	574	FLOAT32
1	398	GROUP_TEMPLE_DEFAULT	FAILED_ENTER_WORLD_TO_SPECIAL_TARGET_GAMEWORLD_MERCHANT_HUNTER	INS_DEFAULT	STRING
1	399	GROUP_TEMPLE_DEFAULT	FAILED_ENTER_WORLD_TO_SPECIAL_TARGET_REGION_MERCHANT_HUNTER	22347	INT32
1	400	GROUP_TEMPLE_DEFAULT	FAILED_ENTER_WORLD_TO_SPECIAL_TARGET_POSX_MERCHANT_HUNTER	965	FLOAT32
1	401	GROUP_TEMPLE_DEFAULT	FAILED_ENTER_WORLD_TO_SPECIAL_TARGET_POSY_MERCHANT_HUNTER	49	FLOAT32
1	402	GROUP_TEMPLE_DEFAULT	FAILED_ENTER_WORLD_TO_SPECIAL_TARGET_POSZ_MERCHANT_HUNTER	423	FLOAT32
You can create your own WorldID or using WorldID 60 & change the minimum level to meet your requirement
Revens Online is offline  
Thanks
2 Users
Old 10/25/2020, 05:16   #5

 
elite*gold: 0
Join Date: Jun 2010
Posts: 76
Received Thanks: 9
Request CLOSE POST
rodrigorkg is offline  
Old 10/26/2020, 03:07   #6
 
Worshiper's Avatar
 
elite*gold: 208
Join Date: May 2017
Posts: 883
Received Thanks: 159
Quote:
Originally Posted by rodrigorkg View Post
Request CLOSE POST , SOLVED
can you say how you sloved it ? may it help others
Worshiper is offline  
Thanks
1 User
Old 05/03/2021, 01:15   #7
 
elite*gold: 0
Join Date: Dec 2007
Posts: 165
Received Thanks: 28
Very interesting ValueCodeName128, need to test it on my files.
i have a question, is this working at your files too ?
ENTER_LIMIT_CONDITION_ENTRY_ADDITIONAL1_ITEM ITEM_PRE_GOLTAM_4W STRING
Because this is not working for me -.-
Andrej1992 is offline  
Old 01/31/2022, 07:58   #8
 
elite*gold: 0
Join Date: Jan 2009
Posts: 944
Received Thanks: 404
Quote:
Originally Posted by Andrej1992 View Post
Very interesting ValueCodeName128, need to test it on my files.
i have a question, is this working at your files too ?
ENTER_LIMIT_CONDITION_ENTRY_ADDITIONAL1_ITEM ITEM_PRE_GOLTAM_4W STRING
Because this is not working for me -.-
No, vsro gameserver doesn't support that
leo2111 is offline  
Reply


Similar Threads Similar Threads
[JOB PROPOSAL] Are you a booster looking for job? Enter this thread!
01/14/2016 - League of Legends Trading - 6 Replies
Hi and hello! If you are atleast diamond 1 level (being able to confirm that you are) booster looking for a opportunity to make alot of money playing league after new season arrives - here I am. I can provide you to be a part of one of the biggest LoL's boosting site. If you are any interested in - please contact me via PM attaching screenshot with your LoL account and this thread in background (proof that you are d1 or above). If you require more information feel free to ask. DD
[Request]How to make Job reward coin / Guild limit & union limit
02/12/2014 - SRO Private Server - 1 Replies
Hello everybody hope you are all fine i want to ask how to add gold coins as a reward from jobbing if trader hunter thief sell their goods they receive the gold coin in guild storage or inventory doesn't matter , waiting for any hints or help :D & asking about how to set guild members limit if i want guild to be 32 member only & union limit to be 4 guilds only i know it seems big requests but HELPPPPPPPPPPPP xD spam ftw thanks for reading this my regards be safe :D



All times are GMT +2. The time now is 00:54.


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.