Raised This Month: $ Target: $400
 0% 

[THC RPG] Total HardCore RPG


Post New Thread Reply   
 
Thread Tools Display Modes
BombermaG
Member
Join Date: Apr 2011
Location: Russia
Old 01-22-2012 , 09:36   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1311

Quote:
Originally Posted by Zephyrus View Post
try this
Thanks. Much better.
Dead as suicide very rare. Сheck it later.

Last edited by BombermaG; 01-22-2012 at 09:43.
BombermaG is offline
ougogo
Member
Join Date: Jul 2010
Old 01-22-2012 , 09:47   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1312

Hi all,

I've installed a virgin server.

I've install, metamod + sourcemod.

Sourcemod works.

Then , i've upload thc_rpg files, and this is my database.cfg :

Code:
"Databases"
{
	"driver_default"		"mysql"
	
	// When specifying "host", you may use an IP address, a hostname, or a socket file path
	
	"default"
	{
		"driver"			"default"
		"host"				"localhost"
		"database"			"sourcemod"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
	
	"storage-local"
	{
		"driver"			"sqlite"
		"database"			"sourcemod-local"
	}

	"clientprefs"
	{
		"driver"			"sqlite"
		"host"				"localhost"
		"database"			"clientprefs-sqlite"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
	
	"thc_rpg"
   {
       "driver"    "sqlite"
       "database"  "thc_rpg"
   }	
}
I've enter this in my console :
sm plugins load thc_rpg

And i've no error, successfuly.

Now, i enter this :
sm plugins list

And :

Code:
15:46:30 [SM] Listing 18 plugins:
           01 "Basic Comm Control" (1.4.2-dev) by AlliedModders LLC
           02 "Basic Votes" (1.4.2-dev) by AlliedModders LLC
           03 "Anti-Flood" (1.4.2-dev) by AlliedModders LLC
           04 "Admin Menu" (1.4.2-dev) by AlliedModders LLC
           05 "Basic Chat" (1.4.2-dev) by AlliedModders LLC
           06 "Admin File Reader" (1.4.2-dev) by AlliedModders LLC
           07 "Player Commands" (1.4.2-dev) by AlliedModders LLC
           08 <Error> "[THC RPG] Total HardCore RPG" (0.8.5_stable) by ArsiRC
           09 "Sound Commands" (1.4.2-dev) by AlliedModders LLC
           10 "Fun Votes" (1.4.2-dev) by AlliedModders LLC
           11 "Client Preferences" (1.4.2-dev) by AlliedModders LLC
           12 "Reserved Slots" (1.4.2-dev) by AlliedModders LLC
           13 "Admin Help" (1.4.2-dev) by AlliedModders LLC
           14 "Fun Commands" (1.4.2-dev) by AlliedModders LLC
           15 "Basic Ban Commands" (1.4.2-dev) by AlliedModders LLC
           16 "Basic Commands" (1.4.2-dev) by AlliedModders LLC
           17 "Nextmap" (1.4.2-dev) by AlliedModders LLC
           18 "Basic Info Triggers" (1.4.2-dev) by AlliedModders LLC
         Load Errors:
         [THC RPG] Total HardCore RPG: [Core] [ConnectSQL] PLUGIN STOPPED - Reason: reconnect counter reached max - PLUGIN STOPPED
And this is my :
sm exts list

Code:
15:47:04 [SM] Displaying 8 extensions:
         [01] Automatic Updater (1.4.2-dev): Updates SourceMod gamedata files
         [02] Webternet (1.4.2-dev): Extension for interacting with URLs
         [03] CS:S Tools (1.4.2-dev): CS:S extended functionality
         [04] BinTools (1.4.2-dev): Low-level C/C++ Calling API
         [05] SDK Tools (1.4.2-dev): Source SDK Tools
         [06] Top Menus (1.4.2-dev): Creates sorted nested menus
         [07] Client Preferences (1.4.2-dev): Saves client preference settings
         [08] SQLite (1.4.2-dev): SQLite Driver

It doesn't work ! Why ? I don't know ......


Please, someone coul help me ?


Sincerly,

Hugo
PS : sorry for my bad english, I'm a french guy ^^

Last edited by ougogo; 01-22-2012 at 09:47.
ougogo is offline
Zephyrus
Cool Pig B)
Join Date: Jun 2010
Location: Hungary
Old 01-22-2012 , 10:03   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1313

Quote:
Originally Posted by ougogo View Post
Hi all,

I've installed a virgin server.

I've install, metamod + sourcemod.

Sourcemod works.

Then , i've upload thc_rpg files, and this is my database.cfg :

Code:
"Databases"
{
    "driver_default"        "mysql"
    
    // When specifying "host", you may use an IP address, a hostname, or a socket file path
    
    "default"
    {
        "driver"            "default"
        "host"                "localhost"
        "database"            "sourcemod"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        //"port"            "0"
    }
    
    "storage-local"
    {
        "driver"            "sqlite"
        "database"            "sourcemod-local"
    }

    "clientprefs"
    {
        "driver"            "sqlite"
        "host"                "localhost"
        "database"            "clientprefs-sqlite"
        "user"                "root"
        "pass"                ""
        //"timeout"            "0"
        //"port"            "0"
    }
    
    "thc_rpg"
   {
       "driver"    "sqlite"
       "database"  "thc_rpg"
   }    
}
I've enter this in my console :
sm plugins load thc_rpg

And i've no error, successfuly.

Now, i enter this :
sm plugins list

And :

Code:
15:46:30 [SM] Listing 18 plugins:
           01 "Basic Comm Control" (1.4.2-dev) by AlliedModders LLC
           02 "Basic Votes" (1.4.2-dev) by AlliedModders LLC
           03 "Anti-Flood" (1.4.2-dev) by AlliedModders LLC
           04 "Admin Menu" (1.4.2-dev) by AlliedModders LLC
           05 "Basic Chat" (1.4.2-dev) by AlliedModders LLC
           06 "Admin File Reader" (1.4.2-dev) by AlliedModders LLC
           07 "Player Commands" (1.4.2-dev) by AlliedModders LLC
           08 <Error> "[THC RPG] Total HardCore RPG" (0.8.5_stable) by ArsiRC
           09 "Sound Commands" (1.4.2-dev) by AlliedModders LLC
           10 "Fun Votes" (1.4.2-dev) by AlliedModders LLC
           11 "Client Preferences" (1.4.2-dev) by AlliedModders LLC
           12 "Reserved Slots" (1.4.2-dev) by AlliedModders LLC
           13 "Admin Help" (1.4.2-dev) by AlliedModders LLC
           14 "Fun Commands" (1.4.2-dev) by AlliedModders LLC
           15 "Basic Ban Commands" (1.4.2-dev) by AlliedModders LLC
           16 "Basic Commands" (1.4.2-dev) by AlliedModders LLC
           17 "Nextmap" (1.4.2-dev) by AlliedModders LLC
           18 "Basic Info Triggers" (1.4.2-dev) by AlliedModders LLC
         Load Errors:
         [THC RPG] Total HardCore RPG: [Core] [ConnectSQL] PLUGIN STOPPED - Reason: reconnect counter reached max - PLUGIN STOPPED
And this is my :
sm exts list

Code:
15:47:04 [SM] Displaying 8 extensions:
         [01] Automatic Updater (1.4.2-dev): Updates SourceMod gamedata files
         [02] Webternet (1.4.2-dev): Extension for interacting with URLs
         [03] CS:S Tools (1.4.2-dev): CS:S extended functionality
         [04] BinTools (1.4.2-dev): Low-level C/C++ Calling API
         [05] SDK Tools (1.4.2-dev): Source SDK Tools
         [06] Top Menus (1.4.2-dev): Creates sorted nested menus
         [07] Client Preferences (1.4.2-dev): Saves client preference settings
         [08] SQLite (1.4.2-dev): SQLite Driver
It doesn't work ! Why ? I don't know ......


Please, someone coul help me ?


Sincerly,

Hugo
PS : sorry for my bad english, I'm a french guy ^^
check your error logs also do sm plugins info 8
__________________
Taking private C++/PHP/SourcePawn requests, PM me.
Zephyrus is offline
ougogo
Member
Join Date: Jul 2010
Old 01-22-2012 , 10:13   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1314

I can see that :

Code:
16:14:21 sm plugins info 8
16:14:22   Filename: thc_rpg.smx
           Title: [THC RPG] Total HardCore RPG (Earn XP to level up and receive credits to buy upgrades)
           Author: ArsiRC
           Version: 0.8.5_stable
           URL: http://code.google.com/p/thc-rpg
           Error: [Core] [ConnectSQL] PLUGIN STOPPED - Reason: reconnect counter reached max - PLUGIN STOPPED
           Timestamp: 01/20/2012 07:39:22
ougogo is offline
Zephyrus
Cool Pig B)
Join Date: Jun 2010
Location: Hungary
Old 01-22-2012 , 10:15   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1315

Quote:
Originally Posted by ougogo View Post
I can see that :

Code:
16:14:21 sm plugins info 8
16:14:22   Filename: thc_rpg.smx
           Title: [THC RPG] Total HardCore RPG (Earn XP to level up and receive credits to buy upgrades)
           Author: ArsiRC
           Version: 0.8.5_stable
           URL: http://code.google.com/p/thc-rpg
           Error: [Core] [ConnectSQL] PLUGIN STOPPED - Reason: reconnect counter reached max - PLUGIN STOPPED
           Timestamp: 01/20/2012 07:39:22
im not sure but i think it cant reach the database
__________________
Taking private C++/PHP/SourcePawn requests, PM me.
Zephyrus is offline
ougogo
Member
Join Date: Jul 2010
Old 01-22-2012 , 10:25   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1316

Yes, I think same as you, but how can I resolve this problems ?

I'm desperate . . .

EDIT :


Anyone who have a server with thc_rpg works, could upload his files, or create a restrict FTP access for download all your files ? If they are not secret ^^

Last edited by ougogo; 01-22-2012 at 11:40.
ougogo is offline
arsirc
Veteran Member
Join Date: Dec 2007
Location: Carinthia,Austria,Earth
Old 01-22-2012 , 14:02   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1317

check if "thc_rpg.sq3" is existing in folder "sourcemod/data/sqlite" and it is writeable (folder and file)
arsirc is offline
arsirc
Veteran Member
Join Date: Dec 2007
Location: Carinthia,Austria,Earth
Old 01-22-2012 , 14:11   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1318

updated v0.8.5 dowload file on google code also ...

@dvarnai
now you can manage downloads on gc also!
arsirc is offline
ougogo
Member
Join Date: Jul 2010
Old 01-22-2012 , 15:12   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1319

@arsirc

Thank you ! I havn't "thc_rpg.sq3" !

But where can I find this file ?
Look at the archive here, http://code.google.com/p/thc-rpg/dow...e.zip&can=2&q=

There are no "thc_rpg.sq3"....

Can you upload this file, or the full folder sqlite beaucause it is also no in my data folder . . .


Sincerly,

Hugo
ougogo is offline
BombermaG
Member
Join Date: Apr 2011
Location: Russia
Old 01-22-2012 , 15:28   Re: [THC RPG] Total HardCore RPG
Reply With Quote #1320

Quote:
Originally Posted by BombermaG View Post
Thanks. Much better.
Dead as suicide very rare. Сheck it later.
Yes, I checked it out. Dead enemy marked as suicide very rare.

Last edited by BombermaG; 01-22-2012 at 15:28.
BombermaG is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode