mr. abdelfattah i need help
How can I adjust the timing of the normal unique 5 minutes.
how to unique spawn rate setting 5 minutes
How can I adjust the timing of the normal unique 5 minutes.
how to unique spawn rate setting 5 minutes
Probably ur media.pk is already corrupted or corrupted somehow after editing.Try to start edxLoader with non modified Media,just for check.If don't receive a error about missing SV.T file, that mean u make something wrong with patching.SV.T is a file in the root directory of Media.pk,its important coz contain media version.BTW u don't need any loader if u modify the media with ur gateway server ip.Just patch and start silkroad.exe launcher.Are u shure u edit the correct line in media?You can try to export division.txt(from Media.pk) with PKextractor,and to check out the IP Address/Domain inside.After that to search this address with ur hex editor and change it.Don't forget to change the rest of old address with zero 00.Btw i used UltraEdit32,coz i have a problems with XVI32 on 64 bit OS.Quote:
Hello Guys,
im editing the .pk2 with a hex editor to replace bloodys ip with mine, when I did that the edxLoader tells me "The PK2Reader could not find SV.T" when inserting the sro_client.
Any help? Tried this 5 Times now.
Everything is looks fine.You can start server service from SMC>Server ControlQuote:
Nice to hear about the 64 bit OS, ill try UltraEdit when im back from work.Quote:
Probably ur media.pk is already corrupted or corrupted somehow after editing.Try to start edxLoader with non modified Media,just for check.If don't receive a error about missing SV.T file, that mean u make something wrong with patching.SV.T is a file in the root directory of Media.pk,its important coz contain media version.BTW u don't need any loader if u modify the media with ur gateway server ip.Just patch and start silkroad.exe launcher.Are u shure u edit the correct line in media?You can try to export division.txt(from Media.pk) with PKextractor,and to check out the IP Address/Domain inside.After that to search this address with ur hex editor and change it.Don't forget to change the rest of old address with zero 00.Btw i used UltraEdit32,coz i have a problems with XVI32 on 64 bit OS.
Regards
Everything is looks fine.You can start server service from SMC>Server Control
There is another way to change the IP.First extract the DIVISION.TXT from Media.pk file (with Drew's PKExtractor).Atfer that you need hex editor ex.Ultraedit32 to open the DIVISION.TXT in hex mode.Credits to Drew again for explanation:Quote:
Nice to hear about the 64 bit OS, ill try UltraEdit when im back from work.
I edited every field with 00 and checked with edxLoader the bloodyip before editing.
Thanks.
I will add a picture with extra info:Quote:
The format for the file is pretty simple.
[1 Byte Locale]
[1 Byte Division count]
-----
[4 bytes Division name length, does not include the 00]
[Division name followed by 00]
[1 Byte IP count]
--
[4 bytes IP length, does not include the 00]
[IP followed by 00]
-- repeat for each IP in this division
----- repeat for each division
If u r using admin account (sec_primary=1,sec_content=1 in Table TB_User),to enable it u need to add ur IP address in table SRO_VT_ACCOUNT>_PrivilegedIPQuote:
That worked well, thanks. Can start the Client now. But when im Login I just see:
Connecting to Bloody Sro.... (used bloodys pk2)
Then it disappears.
There is my example too.I will use IP address 192.168.0.100 (this is the IP address where Client is started) Table '_PrivilegedIP' has 8 column:Quote:
After it's done, just add your ip range like this : if your ip is 127.0.0.1, for example, add each part of it in one column.
PHP Code:
127 0 0 1 127 0 0 5
This will add 4 ip addresses into allowable ip ranges (127.0.0.1 - 127.0.0.5).
After you are done, restart your GatewayServer, if it was running while you were doing it.
If you try to login with admin acc u need to add the IP address in SRO_VT_ACCOUNT>_PrivilegedIP, or create new normal user Account with sec_primary=3,sec_content=3 in Table TB_User.Quote:
How can i get my second PC to connect to my server? It just keeps saying requesting user confirmation and not doing anything..? ( ON same network*) Second PC connecting with A No X trap client with edx loader IP's properly redirected that is all
Quote:
If u r using admin account (sec_primary=1,sec_content=1 in Table TB_User),to enable it u need to add ur IP address in table SRO_VT_ACCOUNT>_PrivilegedIP
Quote:
After it's done, just add your ip range like this : if your ip is 127.0.0.1, for example, add each part of it in one column.
PHP Code:
127 0 0 1 127 0 0 5
This will add 4 ip addresses into allowable ip ranges (127.0.0.1 - 127.0.0.5).
After you are done, restart your GatewayServer, if it was running while you were doing it.
There is my example too.I will use IP address 192.168.0.100 (this is the IP address where Client is started) Table '_PrivilegedIP' has 8 column:
IP1 IP2 IP3 IP4 IP5 IP6 IP7 IP8
Now lets setup our IP address,it should looks like that:
IP1 | IP2 | IP3 | IP4 | IP5 | IP6 | IP7 | IP8
192 | 168 | 0 |100 | 192 | 168 | 0 | 100
If we want to add couple IP addresses with range 192.168.0.100 - 192.168.0.200 we nee dto setup like this:
IP1 | IP2 | IP3 | IP4 | IP5 | IP6 | IP7 | IP8
192 | 168 | 0 |100 | 192 | 168 | 0 | 200
Regards