Raised This Month: $ Target: $400
 0% 

-delete-


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Skyy
AlliedModders Donor
Join Date: Jan 2010
Location: Toronto, Canada
Plugin ID:
3004
Plugin Version:
1.3.3.7
Plugin Category:
Gameplay
Plugin Game:
Left 4 Dead
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    -delete-
    Unapprover:
    Reason for Unapproving:
    Plugin removed by author.
    Old 06-13-2012 , 20:59   -delete-
    Reply With Quote #1

    -delete-

    Last edited by Skyy; 09-03-2012 at 23:37. Reason: -delete-
    Skyy is offline
    azvampyre
    Junior Member
    Join Date: Apr 2012
    Old 06-13-2012 , 21:52   Re: [L4D2] Level-Based RPG, Save/Load/Preset Features! (v.3.3)
    Reply With Quote #2

    Results:
    L 06/13/2012 - 20:41:26: [SM] Unable to load plugin "rpg3.3.smx": Required extension "Left 4 Downtown" file("left4downtown.ext") not running
    [SM] The plugin list has been refreshed and reloaded.

    What do I need to do next?
    azvampyre is offline
    disawar1
    AlliedModders Donor
    Join Date: Aug 2011
    Location: Russian
    Old 06-16-2012 , 13:11   Re: [L4D2] Level-Based RPG, Save/Load/Preset Features! (v.3.3)
    Reply With Quote #3

    And where is the required SQL dump file?
    __________________
    disawar1 is offline
    disawar1
    AlliedModders Donor
    Join Date: Aug 2011
    Location: Russian
    Old 06-16-2012 , 20:11   Re: [L4D2] Level-Based RPG, Save/Load/Preset Features! (v.3.3)
    Reply With Quote #4

    D'oh
    PHP Code:
    SurvivorCount FindConVar("manager_survivor_limit"); 
    to
    PHP Code:
    SurvivorCount FindConVar("survivor_limit"); 
    How to compile without this l4d_stocks.inc? you forgot to put it.
    __________________

    Last edited by disawar1; 06-16-2012 at 20:26. Reason: инклуд
    disawar1 is offline
    WolfGang
    BANNED
    Join Date: Oct 2010
    Old 06-24-2012 , 19:17   Re: [L4D2] Level-Based RPG, Save/Load/Preset Features! (v.3.3)
    Reply With Quote #5

    Found a error?
    Attached Thumbnails
    Click image for larger version

Name:	Capture.PNG
Views:	230
Size:	65.4 KB
ID:	105527  
    WolfGang is offline
    StayOx
    SourceMod Donor
    Join Date: Jun 2012
    Location: Gliese 581g
    Old 06-25-2012 , 09:53   Re: [L4D2] Level-Based RPG w/Store/Quests/Map Records/Save/Load/Preset Features! (v.3
    Reply With Quote #6

    I'm looking for an RPG system for a while I found this I tried to install the plugin however can not access the ingame RPG Menu which command to access?
    StayOx is offline
    WolfGang
    BANNED
    Join Date: Oct 2010
    Old 06-26-2012 , 13:48   Re: [L4D2] RPG w/Store/Trails/Quests/Map Records/Save/Load/Presets! (v.3.31)
    Reply With Quote #7

    I don't what I'm doing is right or wrong but I installed the plugin(s), config the database into the "database.cfg", uses 'Navicat for MySQL' for my database but when I launch my dedicated server the tables aren't create automatically. :/ What am I doing wrong? Help?
    Attached Files
    File Type: log errors_20120626.log (75.6 KB, 110 views)
    WolfGang is offline
    WolfGang
    BANNED
    Join Date: Oct 2010
    Old 06-27-2012 , 13:21   Re: [L4D2] RPG w/Store/Trails/Quests/Map Records/Save/Load/Presets! (v.3.31)
    Reply With Quote #8

    Quote:
    Originally Posted by Skyy View Post
    L 06/26/2012 - 10:41:23: [manager.smx] Failed To Connect To Database: Configuration "manager_stats" not found
    L 06/26/2012 - 10:41:23: [rpg3.3.smx] Failed To Connect To Database: Configuration "rpg5" not found




    This is the same for kiwi. Both of you have not properly set up your database.
    This is how my database looks like, I doesn't know if its right or not..
    Attached Thumbnails
    Click image for larger version

Name:	Capture.jpg
Views:	190
Size:	60.7 KB
ID:	105655   Click image for larger version

Name:	Capture1.jpg
Views:	183
Size:	58.3 KB
ID:	105658  

    Last edited by WolfGang; 06-27-2012 at 13:22.
    WolfGang is offline
    kiwi87
    Member
    Join Date: Sep 2009
    Old 06-27-2012 , 19:37   Re: [L4D2] RPG w/Store/Trails/Quests/Map Records/Save/Load/Presets! (v.3.31)
    Reply With Quote #9

    Quote:
    Originally Posted by Skyy View Post
    L 06/26/2012 - 10:41:23: [manager.smx] Failed To Connect To Database: Configuration "manager_stats" not found
    L 06/26/2012 - 10:41:23: [rpg3.3.smx] Failed To Connect To Database: Configuration "rpg5" not found


    This is the same for kiwi. Both of you have not properly set up your database.
    I can't setup database because your codes use TYPE instead of ENGINE. Newest version of mySQL 5 have removed TYPE.

    e.g.
    Format(TQuery, sizeof(TQuery), "CREATE TABLE IF NOT EXISTS `slevels` (`steam_id` varchar(32) NOT NULL, PRIMARY KEY (`steam_id`)) TYPE=MyISAM;");
    >
    Format(TQuery, sizeof(TQuery), "CREATE TABLE IF NOT EXISTS `slevels` (`steam_id` varchar(32) NOT NULL, PRIMARY KEY (`steam_id`)) ENGINE=MyISAM;");

    I couldn't compile your .sp source despite installing all the required .inc
    There were multiple errors I got no programming knowledge to fix those errors...

    Anyone able to compile the plugin with this database file for me pls >.<!
    Attached Files
    File Type: sp Get Plugin or Get Source (database.sp - 79 views - 57.9 KB)

    Last edited by kiwi87; 06-27-2012 at 23:31.
    kiwi87 is offline
    kiwi87
    Member
    Join Date: Sep 2009
    Old 06-26-2012 , 14:22   Re: [L4D2] RPG w/Store/Trails/Quests/Map Records/Save/Load/Presets! (v.3.31)
    Reply With Quote #10

    41 "Sky_Rpg" (3.2.2) by Sky

    Plugin loads but shows this error.


    L 06/27/2012 - 02:206: [rpg3.3_store.smx] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1
    L 06/27/2012 - 02:206: [rpg3.3_store.smx] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1
    L 06/27/2012 - 02:206: [rpg3.3_store.smx] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1
    L 06/27/2012 - 02:206: [rpg3.3_store.smx] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1
    L 06/27/2012 - 02:206: [rpg3.3_store.smx] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1

    and

    L 06/27/2012 - 03:43:49: [rpg3.3_store.smx] Table 'rpg_rpg5.trails' doesn't exist
    L 06/27/2012 - 03:43:49: [rpg3.3_store.smx] Table 'rpg_rpg5.trails' doesn't exist
    L 06/27/2012 - 03:43:49: [rpg3.3_store.smx] Table 'rpg_rpg5.trails' doesn't exist
    L 06/27/2012 - 03:43:49: [rpg3.3_store.smx] Table 'rpg_rpg5.trails' doesn't exist
    L 06/27/2012 - 03:43:50: [rpg3.3_store.smx] Table 'rpg_rpg5.trails' doesn't exist
    L 06/27/2012 - 03:43:50: [rpg3.3_store.smx] Table 'rpg_rpg5.trails' doesn't exist
    L 06/27/2012 - 03:43:50: [rpg3.3_store.smx] Table 'rpg_rpg5.trails' doesn't exist
    L 06/27/2012 - 03:43:50: [rpg3.3_store.smx] Table 'rpg_rpg5.trails' doesn't exist
    L 06/27/2012 - 03:43:50: [rpg3.3_store.smx] Table 'rpg_rpg5.trails' doesn't exist

    According to MySQL.com

    The ENGINE and TYPE options specify the storage engine for the table. ENGINE was added in MySQL 4.0.18 (for 4.0) and 4.1.2 (for 4.1). It is the preferred option name as of those versions, and TYPE has become deprecated. TYPE is supported throughout the 4.x series, but likely will be removed in the future.

    I found database.sp in the source attached to this thread but having problems compiling the rpg3.3.sp getting errors like undefined symbol etc

    Can anyone compile the rpg3.3.sp with this modified database.sp for TYPE> ENGINE amendement.
    Attached Files
    File Type: sp Get Plugin or Get Source (database.sp - 115 views - 57.9 KB)

    Last edited by kiwi87; 06-26-2012 at 16:56.
    kiwi87 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 09:21.


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