Re: [Help]EXP Custom Tables
I know I'm bringing up an old topic. However when I attempted changing the Level Cap in ptemplate, it changed nothing on the server. Yes the server was offline when I changed it, and yes it was the correct file. However when I started the server and logged on, the cap was still 150 despite me setting it at 200.
Re: [Help]EXP Custom Tables
Quote:
Originally Posted by
TBurt
I know I'm bringing up an old topic. However when I attempted changing the Level Cap in ptemplate, it changed nothing on the server. Yes the server was offline when I changed it, and yes it was the correct file. However when I started the server and logged on, the cap was still 150 despite me setting it at 200.
I've never looked into this before but I think there might be something in gs that limits the maximum level you can go to, judging from what I've read in this forum. You can change it if that's the case.
Re: [Help]EXP Custom Tables
Quote:
Originally Posted by
qwename
I've never looked into this before but I think there might be something in gs that limits the maximum level you can go to, judging from what I've read in this forum. You can change it if that's the case.
Well I honestly just went through the gs and found nothing in relation to the level cap. I don't suppose you know of anywhere else it may be hidden?
Re: [Help]EXP Custom Tables
Quote:
Originally Posted by
TBurt
Well I honestly just went through the gs and found nothing in relation to the level cap. I don't suppose you know of anywhere else it may be hidden?
You're in luck, I found it while working on another problem. What version of the gs do you want to change it for?
Re: [Help]EXP Custom Tables
Well the only version I can think you're asking about, is the server is running 1.3.6
Re: [Help]EXP Custom Tables
Quote:
Originally Posted by
TBurt
Well the only version I can think you're asking about, is the server is running 1.3.6
I almost forgot this is in the 1.3.6 section.
Go to offset 0x9DD25, the byte there should be 0x96, change it to 0xC8, which is 200 in hex. There's more to it but I'll include it in a future guide.
Re: [Help]EXP Custom Tables
Quote:
Originally Posted by
qwename
I almost forgot this is in the 1.3.6 section.
Go to offset 0x9DD25, the byte there should be 0x96, change it to 0xC8, which is 200 in hex. There's more to it but I'll include it in a future guide.
And that's all I need to do to change the cap to 200?
Quote:
Originally Posted by
TBurt
And that's all I need to do to change the cap to 200?
What file should I be locating those hexes? I checked my gs.conf and it had no 0x9DD25
Re: [Help]EXP Custom Tables
Quote:
Originally Posted by
TBurt
And that's all I need to do to change the cap to 200?
What file should I be locating those hexes? I checked my gs.conf and it had no 0x9DD25
Open gs (not gs.conf) in a hex editor, then go to offset/address/location 0x0009DD25 and change the byte 0x96 to 0xC8, after which you save your changes and upload gs back to your server.
Note: Don't forget to backup the file beforehand in case something goes wrong.
Cheers
Re: [Help]EXP Custom Tables
Quote:
Originally Posted by
qwename
Open gs (not gs.conf) in a hex editor, then go to offset/address/location 0x0009DD25 and change the byte 0x96 to 0xC8, after which you save your changes and upload gs back to your server.
Note: Don't forget to backup the file beforehand in case something goes wrong.
Cheers
I realize how much of a moron I seem right now, however when I open it in a Hex Editor, it has no such files. I see no way to look at directories within the file. and when I use the search function to find 0x96, it has no results. Do you have a specific editor you recommend?
Re: [Help]EXP Custom Tables
Quote:
Originally Posted by
TBurt
I realize how much of a moron I seem right now, however when I open it in a Hex Editor, it has no such files. I see no way to look at directories within the file. and when I use the search function to find 0x96, it has no results. Do you have a specific editor you recommend?
Any hex editor should do. Do you mean that you are unable to open the file or something?
Re: [Help]EXP Custom Tables
Quote:
Originally Posted by
qwename
Any hex editor should do. Do you mean that you are unable to open the file or something?
Well...when I open it I get this
http://oi44.tinypic.com/afeb2x.jpg
And I use the search function but it doesn't find any of the hexes you showed me.
Re: [Help]EXP Custom Tables
Did you use Search>Goto 0x0009DD25?
Re: [Help]EXP Custom Tables
Quote:
Originally Posted by
qwename
Did you use Search>Goto 0x0009DD25?
"No occurences of "Goto 0x0009DD25" Found"
"No occurences of "0x0009DD25" Found"
Re: [Help]EXP Custom Tables
Oh god, are you retarded? Goto address, not search...
Re: [Help]EXP Custom Tables
Quote:
Originally Posted by
TBurt
"No occurences of "Goto 0x0009DD25" Found"
"No occurences of "0x0009DD25" Found"
Just press Ctrl + G and type in 0x0009DD25.