SOME server Questions!! Please help!

Page 1 of 2 12 LastLast
Results 1 to 25 of 26
  1. #1
    Member Dagon7222 is offline
    MemberRank
    Jan 2007 Join Date
    53Posts

    SOME server Questions!! Please help!

    Okay here is what i would like to know...
    1) How to change the SERVER NAME. So that its different from "legacy gamers" or something like that

    2) how to make a quest server or so that people can do quests.

    3) How do u change it so that when someone creates a character...they are not level 50....so they are level one.

    4) When someone logs in....the items they equiped before...are now unequipped...how do u make it so that they stay on, when they log off.

    5) how do you make it so that when someone creates a new character, they have less bounty....right now on my server, everyone starts off with 500000000 bounty or somewhere around there.

    6) Can someone help me with these questions ASAP!

    Thank you for your help!


  2. #2
    Member Dagon7222 is offline
    MemberRank
    Jan 2007 Join Date
    53Posts

    Re: SOME server Questions!! Please help!

    someone help me..........pleeze.........

  3. #3
    Account Upgraded | Title Enabled! rodanio14 is offline
    MemberRank
    Jun 2007 Join Date
    Next to ur sister's houseLocation
    533Posts

    Re: SOME server Questions!! Please help!

    1 = u gotta unpack system.mrs and then open messages and then search for Legacygamers whit a server name then change that to what u want and filelist it and pack.


    2=To make quest server to run just go into server.ini then it says MODE=""
    in the "" type test ur Quest so u can run quest.


    3=open ur mssql and then expand database expand GunzDB expand Programability Expand stored procedures then search for spInsertchar then rightclick on it then modify then scroll down till u see a line that is INSERT INTO Character (AID, Name, CharNum, Level, Sex, Hair, Face, XP, BP, FR, CR, ER, WR,
    GameCount, KillCount, DeathCount, RegDate, PlayTime, DeleteFlag)
    Values (@AID, @Name, @CharNum, 50, @Sex, @Hair, @Face, 0, 999999, 0, 0, 0, 0, 0, 0, 0, GETDATE(), 0, 0)
    IF 0 <> @@ERROR BEGIN
    ROLLBACK TRAN
    RETURN (-1)
    END
    then after @CharNum, u see a 50 then change that to 1 so it is @CharNum, 1, and execute.


    4= Thats the problem of the database ur using ur not using a fully db u gotta search a other one:(


    5=this is almost same like editing lvl well go again to spInsertchar right click modify then search again for INSERT INTO Character (AID, Name, CharNum, Level, Sex, Hair, Face, XP, BP, FR, CR, ER, WR,
    GameCount, KillCount, DeathCount, RegDate, PlayTime, DeleteFlag)
    Values (@AID, @Name, @CharNum, 50, @Sex, @Hair, @Face, 0, 999999, 0, 0, 0, 0, 0, 0, 0, GETDATE(), 0, 0)
    IF 0 <> @@ERROR BEGIN
    ROLLBACK TRAN
    RETURN (-1)
    END
    99999 thats my money but there ur amount of money will be there u change ur amount of money and execute.


    6=Think i helped u =DD

  4. #4
    Member Dagon7222 is offline
    MemberRank
    Jan 2007 Join Date
    53Posts

    Re: SOME server Questions!! Please help!

    Thanks ...but i have a few more questions lol...

    1) i cant seem to figure out how to change the server name....there is no "legacygamers" in the "messages" file

    2) what do i exactly type in the MODE "" section to do a quest server? do i type "test ur quest" or what?
    - i tried a bunch of things and they dont work!

    3) how do i make a user GM....and what benifts do i get?

    4) thats it ...for now...please help asap

    Thanks again
    Last edited by Dagon7222; 29-11-07 at 02:38 AM.

  5. #5
    Account Upgraded | Title Enabled! rodanio14 is offline
    MemberRank
    Jun 2007 Join Date
    Next to ur sister's houseLocation
    533Posts

    Re: SOME server Questions!! Please help!

    Thats maybe because u used the legacygamers patch then u get automaticaly legacygamers servername figured out yesterday to but i didnt try to take it down its maybe at the gunz.exe u gotta try to open whit hex coder ur someting.

    2= Type test typing quest is only at br i think just type test

    3= a gm and a admin have the same functions actualy but only the ranks are higher but u have hidden admin mod and admin u can change the name of administrator and Developer ur if it says GameMaster u can change that at messages.xml just open it and then press ctrl+f then a screen will pop up then type in Administrator then it will find it hidden admin is that u have ur name but u still are a admin/gm only u dont have all the functions what a normal gm ur admin has but when u go in a game u get automaticaly master of the room and if u want that u gotta type in GunzDB dbo.accounts then at the account u wanna change to admin ur sumting u gotta put at Ugrade the code 252 is hidden admin/gm 254 is gm 255 is administrator of game 253 is ban and somewhere in release section is a tread whit all the commands of gunz if u are gm / admins.

  6. #6
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts

    Re: SOME server Questions!! Please help!

    1. Hex edit your gunz.exe(open your gunz.exe with hex edit program) then press Ctrl + F
    make shure its on text string then type legacy, you find it, just click before the name once then type over it(just type what ever) and if there any of the legacy name still there type "." thats right just type of it with a dot...and save...

    2. in your match server folder open a file called server.ini now look for this mode="normal"
    change it to mode="test" and save

    3,4,5. use a more uptodate DB(the BR gunz one works fine)

  7. #7
    Member Dagon7222 is offline
    MemberRank
    Jan 2007 Join Date
    53Posts

    Re: SOME server Questions!! Please help!

    Okay thanks...but i have only 1 more problem (YAY!)

    1) My server.ini had ;mode="test" in it...so it obviously didn't work .....so i changed it to mode="test" ...but it gives me a BLACK screen when i log on....why? i change it to "normal" and it works fine...but "test" doesnt work

    **EDIT**

    Okay i found this in the search http://forum.ragezone.com/f311/quest...nswers-206502/ and i did everything it said on how to get Quest thing set up...and all but one thing worked...When i choose quest, there is only one map available, which is "mansion". How do i get ALL 3 maps there? (or 4 ...i cant remember how many quest maps there are )
    Last edited by Dagon7222; 30-11-07 at 02:04 AM.

  8. #8
    Member Dagon7222 is offline
    MemberRank
    Jan 2007 Join Date
    53Posts

    Re: SOME server Questions!! Please help!

    Someone help me......pleeze!!!!!!!

  9. #9
    ex visor Aaron is offline
    MemberRank
    May 2007 Join Date
    MichiganLocation
    4,028Posts

    Re: SOME server Questions!! Please help!

    Holy cow - 21 questions? Lols

  10. #10
    Account Upgraded | Title Enabled! Kingston is offline
    MemberRank
    Jun 2007 Join Date
    601Posts

    Re: SOME server Questions!! Please help!

    In Quest If You Want the Maps Like Ijji You Need to disble Mapcheck in gunz.exe with ollydbg

  11. #11
    Member Dagon7222 is offline
    MemberRank
    Jan 2007 Join Date
    53Posts

    Re: SOME server Questions!! Please help!

    how do i disable map check?

  12. #12
    Apprentice MaxGGR is offline
    MemberRank
    Dec 2007 Join Date
    18Posts

    Re: SOME server Questions!! Please help!

    I'd a few help: I have downloaded all,made the web,(for online playing:not hamachi not lan I mean really online) also added quest, changed exp rate in x18 initial bounty 50 and initial lvl1 my problem is that when sb creates a char its items disapear what should i do?
    PS: Sorry 4 m'bad english coz i'm spanish :P

  13. #13
    Member Dagon7222 is offline
    MemberRank
    Jan 2007 Join Date
    53Posts

    Re: SOME server Questions!! Please help!

    hey i found out my problem! my gunz quest folder only has the map "mansion" in it......so would it work if i just put the other 2 maps in the directory?

  14. #14
    Account Upgraded | Title Enabled! sexy fire slash is offline
    MemberRank
    Oct 2007 Join Date
    Canada B.C. Currently A Developer.Location
    553Posts

    Re: SOME server Questions!! Please help!

    Hmmm Well Wouldn't You Need To Also Change Things In Ure Quest Server Folder?

  15. #15
    Member Dagon7222 is offline
    MemberRank
    Jan 2007 Join Date
    53Posts

    Re: SOME server Questions!! Please help!

    hmmmmmm....somethings not working now lol!..hmmm...when i put the 2 quests in my gunz/quests/map/ folder. i can start up the game...but it still only shows the map "mansion"...why?

  16. #16
    Account Upgraded | Title Enabled! rodanio14 is offline
    MemberRank
    Jun 2007 Join Date
    Next to ur sister's houseLocation
    533Posts

    Re: SOME server Questions!! Please help!

    Maybe u forgot to filelist?

  17. #17
    Member Dagon7222 is offline
    MemberRank
    Jan 2007 Join Date
    53Posts

    Re: SOME server Questions!! Please help!

    ya i never did "filelist" or whatever you said....hmmm...how do i filelist?

  18. #18
    Member Dagon7222 is offline
    MemberRank
    Jan 2007 Join Date
    53Posts

    Re: SOME server Questions!! Please help!

    Okay so now i only have 2 more question!! (i know i have asked so much already! But thanks!)

    1) how do i get the other 2 quest maps visible

    2) how do i get quest items? when i click the quest items in the shop, gunz crashes to desktop!! How do i fix this?

  19. #19
    Account Upgraded | Title Enabled! sexy fire slash is offline
    MemberRank
    Oct 2007 Join Date
    Canada B.C. Currently A Developer.Location
    553Posts

    Re: SOME server Questions!! Please help!

    Update Your File List In Your FileList.xml

  20. #20
    Member Dagon7222 is offline
    MemberRank
    Jan 2007 Join Date
    53Posts

    Re: SOME server Questions!! Please help!

    but that still doesnt help me...how do i do that? how do i get quest items? how do i get the other 2 maps?

  21. #21
    Account Upgraded | Title Enabled! sexy fire slash is offline
    MemberRank
    Oct 2007 Join Date
    Canada B.C. Currently A Developer.Location
    553Posts

    Re: SOME server Questions!! Please help!

    Downlaod Them... Add Them Into Your Game Modes.. Update FileList.xml Add To Options... Add To What Ever Else Needs Them.

  22. #22
    Member Dagon7222 is offline
    MemberRank
    Jan 2007 Join Date
    53Posts

    Re: SOME server Questions!! Please help!

    okay.........loll...........how do i do any of that !!!!!!!!!!!!!!!
    Add Them Into Your Game Modes.. Update FileList.xml Add To Options... Add To What Ever Else Needs Them.
    how do i add them? add to options? LOL!! help...this is the only thing i need

  23. #23
    Account Upgraded | Title Enabled! sexy fire slash is offline
    MemberRank
    Oct 2007 Join Date
    Canada B.C. Currently A Developer.Location
    553Posts

    Re: SOME server Questions!! Please help!

    Ugh Read A Tut.

    Wow. Thats The Only Way You Can Learn.

  24. #24
    Apprentice MaxGGR is offline
    MemberRank
    Dec 2007 Join Date
    18Posts

    Re: SOME server Questions!! Please help!

    easy: get ijiji files(client mrs); unpack, paste in matchserver folder, add them to ur system.mrs, use filelist gen, shop gen and voala its all except the npcset :S

  25. #25
    Account Upgraded | Title Enabled! sexy fire slash is offline
    MemberRank
    Oct 2007 Join Date
    Canada B.C. Currently A Developer.Location
    553Posts

    Re: SOME server Questions!! Please help!

    Can't Believe IJJI Is Stupid Enough To Let Their System.mrs Be Unlocked.

    Btw Someone Tell Me How To Take Off Map Check Please? God Some people Are Asking Me About It And I Been Trying.



Page 1 of 2 12 LastLast

Advertisement