Coders? MatchServer

Results 1 to 10 of 10
  1. #1
    Enthusiast Bombermanuse is offline
    MemberRank
    Apr 2013 Join Date
    33Posts

    Coders? MatchServer

    hey dude
    how can I equip any item by matchserver?
    I tried ResponseEquipItem and fails. thx


  2. #2
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: Coders? MatchServer

    Every time I think I learned alot, I find out that what I've learned wasn't even 1% ...
    what's an "equip any item by matchserver" ?
    please explain :/

  3. #3
    Enthusiast Bombermanuse is offline
    MemberRank
    Apr 2013 Join Date
    33Posts

    Re: Coders? MatchServer

    Quote Originally Posted by Tannous View Post
    Every time I think I learned alot, I find out that what I've learned wasn't even 1% ...
    what's an "equip any item by matchserver" ?
    please explain :/
    Example i want change the sword to id: 544564 (melee) maybe for gun mode

  4. #4
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: Coders? MatchServer

    Quote Originally Posted by Bombermanuse View Post
    Example i want change the sword to id: 544564 (melee) maybe for gun mode
    Did you mean the item ID of a sword item ?! OR something else..
    I still don't get what you want :/ sorry !!

  5. #5
    Enthusiast Bombermanuse is offline
    MemberRank
    Apr 2013 Join Date
    33Posts

    Re: Coders? MatchServer

    Quote Originally Posted by Tannous View Post
    Did you mean the item ID of a sword item ?! OR something else..
    I still don't get what you want :/ sorry !!
    Example http://forum.ragezone.com/f245/gun-m...mplete-986713/
    i want change the item (equip in game) by a Matchserver and not by clientside
    }

    pCharacter->GetItems()->EquipItem(MMCIP_PRIMARY, nItemPistol); // Rocket
    pCharacter->ChangeWeapon(MMCIP_PRIMARY); (its on client side)

    I want do by matchserver to load weapon mesh

  6. #6
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: Coders? MatchServer

    Oh now I got that, but unfortunately, I don't know how to do this one, I might be able to do it, but never tried XD
    anyways why do you want to make it on server side, did you find any vulnerability in it ?

  7. #7
    Enthusiast Bombermanuse is offline
    MemberRank
    Apr 2013 Join Date
    33Posts

    Re: Coders? MatchServer

    Quote Originally Posted by Tannous View Post
    Oh now I got that, but unfortunately, I don't know how to do this one, I might be able to do it, but never tried XD
    anyways why do you want to make it on server side, did you find any vulnerability in it ?
    on client it does not update mesh for other players

  8. #8
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: Coders? MatchServer

    Quote Originally Posted by Bombermanuse View Post
    on client it does not update mesh for other players
    Oh.. okay fine, I hope someone more expered than me help you, I'm just too lazy to try it :/ !!!! XD

  9. #9
    Mocro.net Mocro is offline
    MemberRank
    Feb 2008 Join Date
    Amsterdam.Location
    891Posts

    Re: Coders? MatchServer

    i did this with mine gamemode hunger games. your trying to make it so evryone can see that you have different weapon you need to send a packet to the server when you reach a new level and you need to add that you can see the client level to server with the gun game mode il try to fix it later then i will post it here.

    btw when i think about it you just need to send ingame gungame client level to server and change weapon when you hit that level so lvl 0-10 is katana dragon blalal 11-20 is katana pikachu etc etc.

  10. #10
    Enthusiast Bombermanuse is offline
    MemberRank
    Apr 2013 Join Date
    33Posts

    Re: Coders? MatchServer

    Quote Originally Posted by Mocro View Post
    i did this with mine gamemode hunger games. your trying to make it so evryone can see that you have different weapon you need to send a packet to the server when you reach a new level and you need to add that you can see the client level to server with the gun game mode il try to fix it later then i will post it here.

    btw when i think about it you just need to send ingame gungame client level to server and change weapon when you hit that level so lvl 0-10 is katana dragon blalal 11-20 is katana pikachu etc etc.
    thanks.
    which function in client that change weapon and send packet to matchserver to change to all?



Advertisement