Questions & Answers

Page 7 of 15 FirstFirst 123456789101112131415 LastLast
Results 151 to 175 of 355
  1. #151
    Account Upgraded | Title Enabled! bepetemish is offline
    MemberRank
    Nov 2006 Join Date
    The NetherlandsLocation
    384Posts
    bepetemish man, there is solution for clan?
    Its not public YET, its coming soon.

    when i click gunz.exe agent error fix it nevr start.
    what i do ?

    it no start!!!
    i click Gunz.exe , it b 28 mb i must use somtin or my computer wrong?
    i click anothr " Daemonsring.exe" and it start.'
    i must do somtin?
    I pmed you back.


    Can anyone tell me the Skill ID please????
    Havn't done anything with skill yet

    O,k, thanks.

    When you create a character, you can select a weapon.

    Is it possible to automatically add it to the player's items and equip it ?

    Thanks ;)
    Yes this might be possible by editing the insterchar table. You do need to know something about SQL. That you need to know something about it is also the reason that this fix is still private until i get my hands on it :)

  2. #152
    Account Upgraded | Title Enabled! Aweb is offline
    MemberRank
    May 2005 Join Date
    556Posts
    Ok thanks but i just wanted to do it myself...

    There isn't any 'weapon' value in the procedure so it semms impossible..

  3. #153
    Cake? Mausie is offline
    MemberRank
    Apr 2004 Join Date
    The NetherlandsLocation
    389Posts
    Questions that need an awnser:
    - What the snifer rifle (yes snifer) weapon ID? and how to add it.

    I have it on my GunZ server, i can give as much information about is as i can find (i dont know how i added it lmfao)

    strings.xml
    Code:
    <STR id="ZITEM_NAME_10001">SniferRifle1</STR>
    <STR id="ZITEM_DESC_10001">Sniper Rifle produced by Bird.</STR>
    zitem.xml
    Code:
    <!-- Snifer Rifle /////////////////////////////////////////////////////////////////////////////////////////// -->
    	<ITEM id="10001" name="STR:ZITEM_NAME_10001" mesh_name="rifle03" totalpoint="0" type="range"
    		res_sex="a" res_level="0" slot="range" weapon="snifer" weight="25" bt_price="5000"
    		delay="1200" damage="80" ctrl_ability="0" magazine="2" maxbullet="16" reloadtime="7"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0"
    		snd_reload="we_rifle_reload" snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_10001" />
    I hope this helps a bit? :(

  4. #154
    Valued Member Komotost is offline
    MemberRank
    Jan 2007 Join Date
    114Posts
    Has anyone figured out how to run multiple gunz servers from one computer? Has anyone figured out Locator.exe? (Correct me if Im wrong but you need locator.exe to run properly to be able to see the servers in the server list, I made a rough layout in another topic but I know it cant be right, still learning mssql)

    Anyways, From what Iv noticed no matter what the MatchServer.exe is ran as MatchServer 1, and we have to figure out how to change that so we can run more than one server are the same time from the same location.

  5. #155
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts
    can you run the old match sever and the new one at the same time?
    if so just use the newst gunz client with your modd

  6. #156
    Valued Member Komotost is offline
    MemberRank
    Jan 2007 Join Date
    114Posts
    Nope, its still "MatchServer 1"

    Youll notice this when you load up your match server, it says "MatchServer - MatchServer 1"

    and the log window is MatchServer 1 or somethin like that.

    Need to find out how to change that and I think we will be able to.

  7. #157
    Account Upgraded | Title Enabled! bepetemish is offline
    MemberRank
    Nov 2006 Join Date
    The NetherlandsLocation
    384Posts
    Quote Originally Posted by Komotost View Post
    Has anyone figured out how to run multiple gunz servers from one computer? Has anyone figured out Locator.exe? (Correct me if Im wrong but you need locator.exe to run properly to be able to see the servers in the server list, I made a rough layout in another topic but I know it cant be right, still learning mssql)

    Anyways, From what Iv noticed no matter what the MatchServer.exe is ran as MatchServer 1, and we have to figure out how to change that so we can run more than one server are the same time from the same location.

    Use my agent error fix. It should allow you to run multiple gunz clients from 1 computer.

  8. #158
    Account Upgraded | Title Enabled! bepetemish is offline
    MemberRank
    Nov 2006 Join Date
    The NetherlandsLocation
    384Posts
    Quote Originally Posted by xxlongbow View Post
    Questions that need an awnser:
    - What the snifer rifle (yes snifer) weapon ID? and how to add it.

    I have it on my GunZ server, i can give as much information about is as i can find (i dont know how i added it lmfao)

    strings.xml
    Code:
    <STR id="ZITEM_NAME_10001">SniferRifle1</STR>
    <STR id="ZITEM_DESC_10001">Sniper Rifle produced by Bird.</STR>
    zitem.xml
    Code:
    <!-- Snifer Rifle /////////////////////////////////////////////////////////////////////////////////////////// -->
        <ITEM id="10001" name="STR:ZITEM_NAME_10001" mesh_name="rifle03" totalpoint="0" type="range"
            res_sex="a" res_level="0" slot="range" weapon="snifer" weight="25" bt_price="5000"
            delay="1200" damage="80" ctrl_ability="0" magazine="2" maxbullet="16" reloadtime="7"
            slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
            lr="0" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0"
            snd_reload="we_rifle_reload" snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire"
            desc="STR:ZITEM_DESC_10001" />
    I hope this helps a bit? :(
    OOPSS dublle post.


    Ehhmm, no sorry this doesn't help :). I already found the idea and added it. I think i need to edit the question because im goaling at the bug the snifer rifle got. It used to Zoom with right mouse button like a sniper but when you click right mouse button you just become invisible.

    You know how to fix this?

  9. #159
    Valued Member Komotost is offline
    MemberRank
    Jan 2007 Join Date
    114Posts
    Er, Multi servers not multi clients....

  10. #160
    Member jnq1234 is offline
    MemberRank
    Sep 2006 Join Date
    dfasdLocation
    78Posts
    How to make Debug Server to Normal Server ? ( Hide IP Server , ex : Match Server 1 )

  11. #161
    Account Upgraded | Title Enabled! bepetemish is offline
    MemberRank
    Nov 2006 Join Date
    The NetherlandsLocation
    384Posts
    Quote Originally Posted by jnq1234 View Post
    How to make Debug Server to Normal Server ? ( Hide IP Server , ex : Match Server 1 )
    I think if you can make a dump of the origional .exe and change the IP it checks for server online/offline it will connect to your server if you putted your IP in their.

    But the easyest solution is to make an account on No-IP - Dynamic DNS, Static DNS for Your Dynamic IP, then you can change your ip to lol.noip.com so peaple won't see your ip but just a text.

    Keeping your IP private is very hard, with no-ip peaple can ping the no-ip to find out which IP its hiding. And if its in the .exe they can do the same as you did but then they just check for your IP.

  12. #162
    Valued Member Komotost is offline
    MemberRank
    Jan 2007 Join Date
    114Posts
    Quote Originally Posted by bepetemish View Post
    I think if you can make a dump of the origional .exe and change the IP it checks for server online/offline it will connect to your server if you putted your IP in their.

    Correct me if I am wrong, but isnt the Locator.exe used to display the servers and connect the users to them?

    So in other words no, that wouldnt work...

  13. #163
    Account Upgraded | Title Enabled! bepetemish is offline
    MemberRank
    Nov 2006 Join Date
    The NetherlandsLocation
    384Posts
    Quote Originally Posted by Komotost View Post
    Correct me if I am wrong, but isnt the Locator.exe used to display the servers and connect the users to them?

    So in other words no, that wouldnt work...

    That could be, i think both the gunz.exe and the locater contain information needed. But im not 100% sure because the locater is working on my server

  14. #164
    Valued Member Komotost is offline
    MemberRank
    Jan 2007 Join Date
    114Posts
    Could you give any info to get it to work? Im having trouble doing the mssql query for it (still learning mssql)

    <?xml version="1.0" encoding="UTF-8" ?>
    - <XML xmlns="http://tempuri.org/LcatorList.xml" id="LocatorList">
    <LOCATOR id="1" IP="127.0.0.1" />
    <LOCATOR id="2" IP="127.0.0.1" />
    <LOCATOR id="3" IP="127.0.0.1" />
    <LOCATOR id="4" IP="127.0.0.1" />
    </XML>
    Thats from the xml file on the client, I belive that returns the info for the servers.

  15. #165
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts
    are trying to run it off the same data base?
    try copying that one and makeing a new one

  16. #166
    Valued Member Komotost is offline
    MemberRank
    Jan 2007 Join Date
    114Posts
    No, They run off of the same database (98&#37; sure of this)

    Edit: Yah, they would have to or else in the log file for locator it would say something about not being able to connect to the database instead of an incorrect table/column

  17. #167
    Valued Member WhiteMoga is offline
    MemberRank
    Dec 2006 Join Date
    At my computer deskLocation
    129Posts
    Komotost, if your making multiservers, you need to have them all with different names, and also different machines, You'll also need Locators help. Locator allows you to connect to a server without the Debug Server addon.

  18. #168
    Account Upgraded | Title Enabled! bepetemish is offline
    MemberRank
    Nov 2006 Join Date
    The NetherlandsLocation
    384Posts
    WhiteMoga (buga),

    So the locator do work?


    And do you know how to fix negative bounty when a quest item is eqquipt?

  19. #169
    Novice Diemeat is offline
    MemberRank
    Jan 2007 Join Date
    2Posts
    What is happend now with LegacyGamers GunZ? Is there a new patch? V6?
    I cant visit their site http://www.legacygamers.net/

  20. #170
    Account Upgraded | Title Enabled! bepetemish is offline
    MemberRank
    Nov 2006 Join Date
    The NetherlandsLocation
    384Posts
    The rumor goes that LGKeiz is sued by MAIET. But i don't know this for sure.

  21. #171
    Valued Member Komotost is offline
    MemberRank
    Jan 2007 Join Date
    114Posts
    Rofl, MAIET is going to pay more for this lawsuit than lg is

  22. #172
    Novice ViNtZ is offline
    MemberRank
    Oct 2006 Join Date
    4Posts
    bepetemish
    Hello. I bad dialect in english, beg pardon :). prompt, why on my server of all price on 5000? prompt What correct the price on correct !!!

  23. #173
    Enthusiast pacolo is offline
    MemberRank
    Dec 2006 Join Date
    42Posts
    1

  24. #174
    Valued Member Komotost is offline
    MemberRank
    Jan 2007 Join Date
    114Posts
    Google is your friend, try to find a converter for mssql 2005 to sql 2000

  25. #175
    Member jnq1234 is offline
    MemberRank
    Sep 2006 Join Date
    dfasdLocation
    78Posts
    Next Question :D :
    How to make item conbination ( ex : x2 Pampow = kobold king , but i want to edit pampow + gobin skull = Kobold King ) ?
    And how to use GunZLauncher by LegcyGamer ? ( i cant check for update ! )



Advertisement