[Help] Tutorial for no drop (like StrongZ)

Results 1 to 7 of 7
  1. #1
    Enthusiast promix is offline
    MemberRank
    Sep 2014 Join Date
    26Posts

    [Help] Tutorial for no drop (like StrongZ)

    Please delete this post
    Last edited by promix; 26-02-15 at 12:38 PM.


  2. #2
    Custom Title Enabled GigaToni is offline
    MemberRank
    Aug 2009 Join Date
    GER / FRLocation
    2,329Posts

    Re: [Help] Tutorial for no drop (like StrongZ)

    Go to your obj_ServerPlayer and search where the drop function is, and then add in the function a "return;"

  3. #3
    Enthusiast promix is offline
    MemberRank
    Sep 2014 Join Date
    26Posts

    Re: [Help] Tutorial for no drop (like StrongZ)

    Quote Originally Posted by GigaToni View Post
    Go to your obj_ServerPlayer and search where the drop function is, and then add in the function a "return;"
    what function is it exacly? like name of it?
    thanks :)

  4. #4
    Apprentice HSDxD is offline
    MemberRank
    Dec 2014 Join Date
    U.S.ALocation
    20Posts

    Re: [Help] Tutorial for no drop (like StrongZ)


  5. #5
    Enthusiast promix is offline
    MemberRank
    Sep 2014 Join Date
    26Posts

    [Help] Launcher cant connect to SQL through API

    Hello, i have problem,
    im using I:SS Untouched source code (http://forum.ragezone.com/f790/relea...ainv3-1043909/)
    launcher wont connect to my SQL through API.
    API is not wrong, i just need to connect it...

    and in web.config there is not like anything to change...
    PIC:

    as you can see, nothing to change, no ip, nothing

    i have changed dbinfo.inc.php
    but not working...

    can someone help me??

    thanks



    BTW:
    r3dlog:
    Code:
    --- Log started at Sat Feb 21 13:37:57 2015
    
    000000.169| Checking for D3D11
    000000.191| r3dFile: can't open game.ini
    000000.191| Can't open file "game.ini"
    000000.191| r3dFile: can't open local.ini
    000000.191| Can't open file "local.ini"
    000000.220| Input Devices enabled: Mouse, Keyboard
    000000.303| VMEM As seen through DDRaw: 481
    000000.303| VMEM As seen through WMI: 0
    000000.395| We have 3019 MB texture memory
    000000.396| r3dFont: Creating Verdana 10pt
    000000.397| r3dFont: Finished creating Verdana 10pt
    000000.397| r3dFont: Creating System 12pt
    000000.397| r3dFont: Finished creating System 12pt
    000000.397| r3dFont: Creating System 10pt
    000000.397| r3dFont: Finished creating System 10pt
    000000.397| r3dFont: Creating System 8pt
    000000.397| r3dFont: Finished creating System 8pt
    000000.397| r3dFont: Creating System 11pt
    000000.397| r3dFont: Finished creating System 11pt
    000000.794| Starting updater, v:1.3.2.1, cmd:
    000000.795| Checking for new updater
    000001.197| Checking for new updater - finished
    000001.684| failed to get https://[censored]/wz/api_getserverinfo.xml, http code 404
    000032.349| WO_API: failed with error code 5 SQL Connect failed
    000032.349| Login FAILED, code: 5
    000035.806| Requested to stop, 0 files in queue
    000035.807| CUpdater::Stop()

  6. #6
    Custom Title Enabled GigaToni is offline
    MemberRank
    Aug 2009 Join Date
    GER / FRLocation
    2,329Posts

    Re: [Help] Launcher cant connect to SQL through API

    SQLBase.cs <-- This needs to be correct. If it isn't. It doesn't work.

  7. #7
    Enthusiast promix is offline
    MemberRank
    Sep 2014 Join Date
    26Posts

    Re: [Help] Launcher cant connect to SQL through API

    Quote Originally Posted by GigaToni View Post
    SQLBase.cs <-- This needs to be correct. If it isn't. It doesn't work.
    Wow!! thank you so much, it works !! :)

    - - - Updated - - -

    Quote Originally Posted by GigaToni View Post
    SQLBase.cs <-- This needs to be correct. If it isn't. It doesn't work.
    now i got this problem:
    WO_API: failed with error code 5 bad int field CustomerID

    can you help me with that??



Advertisement