Register for your free account! | Forgot your password?

You last visited: Today at 10:27

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

Advertisement



[REL]Metin2 Quest database extension

Discussion on [REL]Metin2 Quest database extension within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old 03/06/2013, 16:38   #16

 
iSouli~'s Avatar
 
elite*gold: 69
Join Date: Feb 2011
Posts: 1,385
Received Thanks: 3,402
Hast du die Lust/Zeit es für 2 Roots zu machen.
Da ich und sicher einige andere ihren MySql und Game Server extern haben.
iSouli~ is offline  
Old 03/06/2013, 17:34   #17
 
elite*gold: 200
Join Date: Oct 2012
Posts: 318
Received Thanks: 594
Quote:
Originally Posted by iSouli~ View Post
Hast du die Lust/Zeit es für 2 Roots zu machen.
Da ich und sicher einige andere ihren MySql und Game Server extern haben.
Bist du sicher, dass du das Release verstanden hast?
Prσfizσckєr94 is offline  
Old 03/06/2013, 20:57   #18
 
Anohros's Avatar
 
elite*gold: 0
Join Date: Dec 2008
Posts: 288
Received Thanks: 1,170
Update 1.1 is online now.

The said improvements are implemented now, detailed informations to the update are on the first page.


With regards,
Anohros
Anohros is offline  
Thanks
2 Users
Old 03/06/2013, 21:12   #19


 
Mr. 'Avenue™'s Avatar
 
elite*gold: 222
The Black Market: 101/0/0
Join Date: Oct 2012
Posts: 2,361
Received Thanks: 3,388
Thanks! It's very nice!
Mr. 'Avenue™ is offline  
Old 03/10/2013, 11:41   #20
 
elite*gold: 0
Join Date: Oct 2011
Posts: 32
Received Thanks: 37
Hi, i'm getting an error

"Can no open [CONFIG]"

typped command

" ./coreext -c /usr/home/game/share/game_actual -e /usr/home/game/share/lib/libCoreext.so"

hope you can help me
zeromentu is offline  
Old 03/10/2013, 14:31   #21
 
Anohros's Avatar
 
elite*gold: 0
Join Date: Dec 2008
Posts: 288
Received Thanks: 1,170
You must use the system link, where the CONFIG is. Don't use the path of game core from the share folder.

For example:
" ./coreext -c /usr/home/game/game**/game -e /usr/home/game/share/lib/libCoreext.so"


With regards,
Anohros
Anohros is offline  
Thanks
1 User
Old 03/10/2013, 15:26   #22
 
elite*gold: 0
Join Date: Oct 2011
Posts: 32
Received Thanks: 37
sorry, i have some questions to you? :S
1 - if applyed with sucess what should appear?
2 - do i need to apply this any time i start server?
(when i enter your code, server it's like starting dont know if it's right)
zeromentu is offline  
Old 03/11/2013, 22:16   #23
 
elite*gold: 0
Join Date: Apr 2011
Posts: 2
Received Thanks: 1
I'm sorry if someone could help me

Code:
when login with pc.get_map_index() == 28 begin
			command("pkmode 770")
			chat("Witaj na naszej Arenie Walk! Powodzenia!")
			local database = mysql.connect("localhost", "mt2", "pass123", "player")
			local result = mysql.execute(database, "SELECT COUNT(*) FROM player")
			chat("player count: " .. result[1][1])
			mysql.close(database)
		end
Run in sequence:
1.DB
2.AUTH
3../coreext -c /usr/home/rw3/game/game -e /usr/home/rw3/coreext/libCoreext.so &

Everything starts. But after logging on the map with index 28 does not gives me nothing. And I got the following error syserr:

Code:
SYSERR: Mar 11 21:06:39 :: RunState: LUA_ERROR: [string "arena"]:3: attempt to index global `mysql' (a nil value)
SYSERR: Mar 11 21:06:39 :: WriteRunningStateToSyserr: LUA_ERROR: quest arena.start click
Sorry Transleted Google .

Thanks
amadi445 is offline  
Old 03/11/2013, 22:21   #24
 
elite*gold: 120
Join Date: Mar 2009
Posts: 3,409
Received Thanks: 1,738
Nice.
Danke für's Release.
.Remix is offline  
Old 03/12/2013, 04:07   #25


 
elite*gold: 0
Join Date: Feb 2010
Posts: 7,221
Received Thanks: 6,758
Sehr schön ! :-)
#SoNiice is offline  
Old 03/12/2013, 22:02   #26
 
elite*gold: 0
Join Date: Oct 2010
Posts: 8
Received Thanks: 1
Did someone manage to run it with success or is it only a fake ??
acid0ne is offline  
Old 03/13/2013, 00:01   #27

 
elite*gold: 0
Join Date: Sep 2012
Posts: 176
Received Thanks: 173
Wow, this is very nice.
Thanks for this function.

Mfg,
Sakazuki
»Sakazuki is offline  
Old 03/13/2013, 16:10   #28
 
elite*gold: 0
Join Date: Apr 2011
Posts: 2
Received Thanks: 1
Ich habe nicht zu laufen. Ich wette, es ist Fake
amadi445 is offline  
Old 03/13/2013, 16:26   #29
 
elite*gold: 26
Join Date: Oct 2011
Posts: 1,262
Received Thanks: 1,064
/libexec/ld-elf.so.1: /usr/home/game/share/lib/mysqllib.so: unsupported file layout

Ist mein Problem ^^
He3o Crysis is offline  
Old 03/13/2013, 16:39   #30
 
Anohros's Avatar
 
elite*gold: 0
Join Date: Dec 2008
Posts: 288
Received Thanks: 1,170
Quote:
Originally Posted by amadi445 View Post
Ich habe nicht zu laufen. Ich wette, es ist Fake
You must use game_r2089M, then inject the library.

Code:
SYSERR: Mar 11 21:06:39 :: RunState: LUA_ERROR: [string "arena"]:3: attempt to index global `mysql' (a nil value)
So, the global LUA table mysql is not reachable. You must inject the library to the game core on every start.




Quote:
Originally Posted by Lerσx™ View Post
/libexec/ld-elf.so.1: /usr/home/game/share/lib/mysqllib.so: unsupported file layout

Ist mein Problem ^^
Welche Version von FreeBSD verwendest du und welche GCC Versionen sind installiert?

Der Befehl zum Injecten der Erweiterung sollte in etwa so "./coreext -c /yitian2/server/game/game -e /yitian2/server/extensions/libCoreext.so" aussehen.


With regards,
Anohros
Anohros is offline  
Reply


Similar Threads Similar Threads
[Release] EvolutionGamingNetwork Database + Server files(quest scripts etc) - 05.02.2
11/21/2018 - SRO PServer Guides & Releases - 136 Replies
» Introduction Hello e*pvpers, Prior to my previous release, hereby I present you the full & latest database backup of ---removed--- Should you find particular interest in their account database, you can find it @ EBX7 & RZ. Below you can also download their server exes(gameserver seems modified, so I decided to release it as well) and you can find their quest scripts in the Script\VIETNAM directory. Have fun! » Preview



All times are GMT +2. The time now is 10:27.


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.