[HELP]Game Modes

Results 1 to 5 of 5
  1. #1
    Proficient Member GMkidink is offline
    MemberRank
    Apr 2012 Join Date
    152Posts

    talk [HELP]Game Modes

    Hello guys I want to know how to add more Game Modes like GAMEWORLD, STRONGHOLD someone knows how to do it?
    mode.jpg
    Attached Thumbnails Attached Thumbnails mode.jpg  


  2. #2
    Proficient Member GMkidink is offline
    MemberRank
    Apr 2012 Join Date
    152Posts

    Support [HELP] WarZ in Xampp

    Hello guys, I have been follow this tutorial for setup the ASP.NET in xampp
    https://forum.ragezone.com/f791/tuto...z-api-1004988/

    I finish to put it, the apache works perfectly but when I try to login with the launcher it stay in "try to connect" anyone already have the WarZ mount in Xampp please give me a hand

    thanks!

  3. #3
    ☆Dying Dawn☆ Bombillo is offline
    MemberRank
    Jan 2012 Join Date
    ValhallaLocation
    977Posts

    Re: [HELP] WarZ in Xampp

    check if you launcher is there in your WZ/Updater folder where you put the *.bin (WZ/updater/yourlauncher)

  4. #4
    Proficient Member GMkidink is offline
    MemberRank
    Apr 2012 Join Date
    152Posts

    Re: [HELP] WarZ in Xampp

    it works but now when I input the user account not connect is like the api doesn't connect to the SQL DB any idea?
    logs

    000002.308| WO_API: returned http500
    000002.308| Login FAILED, code: 8

  5. #5
    ☆Dying Dawn☆ Bombillo is offline
    MemberRank
    Jan 2012 Join Date
    ValhallaLocation
    977Posts

    Re: [HELP] WarZ in Xampp

    the error means you launcher doesn't connect to your api check you httpd.conf api address here is my module, change the red words for your api address

    Code:
    LoadModule aspdotnet_module modules/mod_aspdotnet.so
    
    # Use the asp.net handler for all common ASP.NET file types
    AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj \
    licx rem resources resx soap vb vbproj vsdisco webinfo
    
    <IfModule mod_aspdotnet.cpp>
    
        # Mount the sampleapp example application
        AspNetMount /Thelastsoul/api "C:/xampp/htdocs/Thelastsoul/api"
    
        # Map all requests for /sampleapp to the sampleapp application files
        Alias /Thelastsoul/api "C:/xampp/htdocs/Thelastsoul/api"
    
        # Allow asp.net scripts to be executed in the sampleapp example
        <Directory "C:/xampp/htdocs/Thelastsoul/api">
            Options FollowSymlinks ExecCGI
            Order allow,deny
            Allow from all
            DirectoryIndex Default.htm Default.html Default.aspx
        </Directory>
    
        # For all virtual ASP.NET webs, we need the aspnet_client files 
        # to serve the client-side helper scripts.
        # NOTICE "C:/Windows/" -- change to %systemroot%
        # "C:/Windows/" for WinXP, "C:/WINNT/" for Win2k
        AliasMatch /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*) \
    "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"
    
        # NOTICE "C:/Windows/" -- change to %systemroot%
        # "C:/Windows/" for WinXP, "C:/WINNT/" for Win2k
        <Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles">
            Options FollowSymlinks
            Order allow,deny
            Allow from all
        </Directory>
    
    </IfModule>
    Last edited by Bombillo; 26-08-15 at 02:06 AM.



Advertisement