SOME server Questions!! Please help!

Newbie Spellweaver
Joined
Jan 5, 2007
Messages
40
Reaction score
0
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!
 
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
 
Upvote 0
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:
Upvote 0
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.
 
Upvote 0
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)
 
Upvote 0
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/questions-answers-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:
Upvote 0
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
 
Upvote 0
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?
 
Upvote 0
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?
 
Upvote 0
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?
 
Upvote 0
Back