Raised This Month: $51 Target: $400
 12% 

-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:	229
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, 109 views)
    WolfGang 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 #8

    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 - 114 views - 57.9 KB)

    Last edited by kiwi87; 06-26-2012 at 16:56.
    kiwi87 is offline
    StayOx
    SourceMod Donor
    Join Date: Jun 2012
    Location: Gliese 581g
    Old 06-27-2012 , 08:56   Re: [L4D2] RPG w/Store/Trails/Quests/Map Records/Save/Load/Presets! (v.3.31)
    Reply With Quote #9

    You're doing a great job . I have some tips for easy use the RPG control panel... in my opinion it would look something like this...

    PHP Code:
    RPG Control Panel
    -------------------------------------
    Level12
    Xp
    1200/5550
    Points
    1565
    Bounty
    8
    -------------------------------------
     
    1. Skills   -> 1. Survivor Skills.
                   
    2. Infected Skills.
     
    2. Upgrades -> 1. Survivor Upgrades.
                   
    2. Infected Upgrades.
     
    3. Quests   -> 1. Survivors Quests
                   
    2. Infected Quests.
     
    4. Customizations
     
    5. Settings 
    -> 1. Painel Language Select -> Engligh /Spanish /French 
                   2. Guide
    /Tips Notification -> On/off
                   3. Points
    /Xp Gained Announced -> On/Off
     
    6. Help 
    ->       Access the wiki webpage

    are just a few cosmetic changes that facilitates the use of panel in game.

    # Sorry my poor English .

    Last edited by StayOx; 06-27-2012 at 09:03.
    StayOx 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 #10

    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:	189
Size:	60.7 KB
ID:	105655   Click image for larger version

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

    Last edited by WolfGang; 06-27-2012 at 13:22.
    WolfGang 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 10:48.


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