[Help Thread] Please post your questions here.

12/17/2016 15:01 ThunderNikk#6076
Quote:
Originally Posted by azaaza007 View Post
N game.user_limit:
(maximum number of client connections to a server)
Quote:
Originally Posted by azaaza007 View Post
N auth.max_client_per_ip:
(maximium number of client connections from an IP address)
Quote:
Originally Posted by azaaza007 View Post
N auth.max_daily_client_per_ip:
(not entirely sure so I will not give you bad information)


Quote:
Originally Posted by azaaza007 View Post
And is there any command which allowed the maximum connection per ip address?
N auth.max_client_per_ip: (maximium number of client connections from an IP address)
12/18/2016 06:48 azaaza007#6077
Quote:
Originally Posted by thndr View Post
(maximum number of client connections to a server)
(maximium number of client connections from an IP address)
(not entirely sure so I will not give you bad information)




N auth.max_client_per_ip: (maximium number of client connections from an IP address)
And these settings need to adjust the maximum number of players ? For example on 100 online which options to specify?
12/18/2016 14:50 ThunderNikk#6078
N game.user_limit:100

(maximum number of client connections to a server)
12/21/2016 15:02 azaaza007#6079
Hi all,how to give a pass to hidden village? Through paidem does not work
12/21/2016 15:13 ThunderNikk#6080
I sell it through my cash shop vendor for in game rupees.
12/21/2016 15:26 azaaza007#6081
Quote:
Originally Posted by thndr View Post
I sell it through my cash shop vendor for in game rupees.
What is the query needed for sql?

Please give the SQL query for the database to give a pass to the hidden village via the shop
12/21/2016 18:48 ThunderNikk#6082
Whats a steam store?
12/21/2016 19:32 azaaza007#6083
Quote:
Originally Posted by thndr View Post
Whats a steam store?
How to give the players a pass to the hidden village in their vault store?
12/22/2016 00:58 ThunderNikk#6084
Put this item...

910000

Into the market resource for a shop

If you dont know how to edit an NPC shop then maybe you should start there.

When you talk to an NPC their contact script triggers a script in a .lua by the same name

Any trigger in the lua that ends with open_market followed by the market name opens that market name from the market resource.

Add items to that market name in market resource to have them available at the NPC when they open that market.

Write your own SQL because it is specific to the market name that you want to sell the item in.
12/22/2016 01:25 kojima2501#6085
hi guys and girls ^^

i search how implant auto tab in my game and fix adds mobs lag (exemple i roam in reswpan zone mobs 10/20 mobs chase me if i fight with all my character hit lag / skill lag

if one have idea for this or solution i take it
thx for read and ur help =P

AND for azaaza007 look this item /run insert_item(910000, 1) for have same icon //and u can set this on use_item() in lua with condition ( for add time buff pass + add time item pass if player buy 2 pass etc) cause this pass no work for me at the moment i think this solution is possible
12/22/2016 02:05 ThunderNikk#6086
The pass works fine if you set your server to premium.

Just edit your ETC_Script_Functions.lua and find the lines for your function is_premium() and comment out all of the other lines until it looks like this...

Code:
function is_premium()


	-- 국가 코드 읽어오기
		-- get_local_info()의 반환값들
		--LOCAL_INFO_KOREA                      = 1
		--LOCAL_INFO_HONGKONG                   = 2
		--LOCAL_INFO_AMERICA                    = 4
		--LOCAL_INFO_GERMANY                    = 8
		--LOCAL_INFO_JAPAN                      = 16
		--LOCAL_INFO_TAIWAN                     = 32
		--LOCAL_INFO_CHINA                      = 64
		--LOCAL_INFO_FRANCE                     = 128
		--LOCAL_INFO_RUSSIA                     = 256
		--말레이시아 512, 싱가폴 1024, 베트남 2048, 태국 4096, 중동 8192, 터키 16384	
		
	--local state_code = get_local_info()	
	
	--if get_state_level(9004) >= 1 then
	return true
	--else
	
		-- 한국의 경우 본섭/테섭 모두 시크루트 프리패스가 있으면 true
		--if state_code == 1 and gv( "premium" ) == 1 then
			--return true
		--end
		-- 시크루트 프리패스가 있으면 true
		--if gv( "premium" ) == 1 and scf_is_official_server( get_server_category() ) then
			--return true
		--end
		
		-- 테스트 서버이면 무조건 true
		--if scf_is_official_server( get_server_category() ) == false then
			--return false	
		--end
	--end
	
end
Or basically

Code:
function is_premium()

return true

end
Buy the pass at a shop and relog to character selection when you log back in you will have the buff.
12/22/2016 09:10 AndyRD07#6087
So back in 2012 I was able to setup my own server and play with friends on Hamachi using a guide and the files that were available at the time. After a long pause I am back at gaming but I can see to follow the guides correctly for the 9.1 files. I have been trying for a week and its always one error or another. I have donated over 100 bucks in different private servers but every server excels at one thing while lacking at other. I have a a lenovo Y70 gaming laptop and I am off from work today 12/22/2016. Anyone set me up with a private server and I will transfer 40 dollars through paypal tomorrow.

PM me only experienced people. If you cant setup the server in 3 hours you dont know what you doing and I will move on. I have skype and teamviewer.
12/22/2016 17:44 azaaza007#6088
Quote:
Originally Posted by thndr View Post
Put this item...

910000

Into the market resource for a shop

If you dont know how to edit an NPC shop then maybe you should start there.

When you talk to an NPC their contact script triggers a script in a .lua by the same name

Any trigger in the lua that ends with open_market followed by the market name opens that market name from the market resource.

Add items to that market name in market resource to have them available at the NPC when they open that market.

Write your own SQL because it is specific to the market name that you want to sell the item in.
You do not understand how to give the player pass to the hidden village that he was as buff as a subject.That would have had access to the hidden village. Buying a pass to the online store server
12/22/2016 18:18 ThunderNikk#6089
Quote:
Originally Posted by azaaza007 View Post
You do not understand how to give the player pass to the hidden village that he was as buff as a subject.That would have had access to the hidden village. Buying a pass to the online store server
Thats what I am telling you...

1. Make the server premium.

2. Put that item in a shop so the player can buy it.

3. After the player buys said item and logs to character selection when they log back in they will have a 720 some odd hours of return pass and buff.

4. Still not believing I will add screen shots of my server later at home.

I know exactly how to do it.
12/23/2016 18:18 aKa.SeNSeR#6090
Serwus leute:

1. Wie öffne ich die datei : db_combineres.rdb & Item.rdb 9.4 - etc.
2. Wie macht man gegenstände Stapelbar ?
3. Kann ich hier die EXP gefahrlos hochdrehen ? db_exp.rdb - db_summonexp.rdb
4. Wie macht man ein Add Tambar und gibt diesem skills ?

könnte mir dabei jemand bitte helfen ? :-)

noch ne frage wo stellt man das um das man die nahrungsmittel nicht beim sitzen einnehmen muss :-)

Frohe Weihnachten Euch Allen :-)