country:CN in the bat file should not cause any differences in censorship as long as you are editing the localeinfo.ini file and resourcing it into your client.
Use a client editing tool like grmiore by SilentWisdom or RDB tool with tabs by glandu2 to extract the file from a client
Copy all of the locale information for the locale you are running the client for and replace the CN information with it.
Hash the file name and place it in the resource folder of the client.
Hi! Thank you for your reply! I've tried to do what you described, copied everything under [RAPPELZ_FR](just to try it) section into [RAPPELZ_CN] but nothing changed, and as far as I saw, localeinfo.ini containted info about language, fonts etc, not about some regional restriction. Have I done something wrong? Just in case, after hashing, my "localeinfo.ini" name has changed to "{@uQ,eEPHUUc4n(d" and here is it's content under _CN section:
I've changed CODEPAGE to 1251 (russian), everything else has been copied from _FR section without any changes. If I try to copy from _RU section, then my client doesn't reach the login screen, it hangs up somewhere in the loading
please tell me, for the site, who can throw off a sample of a personal account and a shop with auto-payment, so that consumables go to the store. I do not understand these moments
Hola discúlpame por el inconveniente, pero no me deja estar en el foro porque hay cosas que no tengo y la máquina no me toma por dada , si pudiera haber alguna forma de poder estar en este foro y me pudieras decir te agradecería mucho... Gracias y saludos ..... !!!
Hmmm, post vulcanus or labyrinth lua code pls so i can take a look
For example
Code:
local level = get_value( 'level' )
if level >= 150 then
Search for 1 of the dungeon and see if this is correct like the code i post, if that's not the case i guess you'll have to create export .rdb from dungeonresource and put this in your resource folder, restart the client after.
Hmmm, post vulcanus or labyrinth lua code pls so i can take a look
For example
Code:
local level = get_value( 'level' )
if level >= 150 then
Search for 1 of the dungeon and see if this is correct like the code i post, if that's not the case i guess you'll have to create export .rdb from dungeonresource and put this in your resource folder, restart the client after.
Hmm code looks fine, try the .rdb dungeonresource export i’ve described in the post all i can think of.
Pls send me screenshot of game with message like you can’t enter in dungeon, btw what level is your char?
Hmm code looks fine, try the .rdb dungeonresource export i’ve described in the post all i can think of.
Pls send me screenshot of game with message like you can’t enter in dungeon, btw what level is your char?
I did what you said (dungeonresource.rdb) I imported it
This code of you says that players between level 0 - 149 is able to enter dungeon with party required, to make it work for level 161 as the screenshot you send me, you've to increase this value to for example <= 170 to make it work for level 0 -170 players.
You can track codes by translating the korean comment text -- or follow the code in this case code warp_to_instance_dungeon(30000) refers to arcadia instance_dungeon table, if you search value 30000 and take the name_id, search this as code in stringresource, you can track stuff like this [The Labyrinth]
Code:
local level = get_value( 'level' )
if party_id == 0 or level < 150 then
--레벨 150이상, 파티를 결성해야 입장 가능 (1인이상, 사실상 의미 인원은 의미 없음)
cprint( "@9831" )
return
else
-- 같은 파티원만 입장할 수 있습니다.
cprint( "@9830" )
--set_flag( 'green_ticket', 0)
--set_flag( 'cyan_ticket', 0 )
-- 던전 입장
dlg_special( 'confirm_window', 'warp_to_instance_dungeon(30000)', '@9825\v#@dungeon_name@#\v@80030000' )
end
Quote:
Originally Posted by djbay666
I did what you said (dungeonresource.rdb) I imported it
I did what you said (dungeonresource.rdb) I imported it
Check your local flag in game server opt. Which local flag are you running? Then compare this flag to dungeon table flags. If it exist here. So if you don't have your local flag in your dungeons table, the game server couldn't find the dungeon, so it gonna tell you this error like "Too low level". So if it does not exist then just change any local flag to yours
[Helping Topic] 24/7 Helping Services! 08/27/2008 - EO PServer Hosting - 31 Replies stucked on anything while setuping your server?
post your problem here and you will get answer as fast as possible better than spamming with posts :cool:
first of all try reading Ahmedpotop's Pserver All thing guide.
if your couldn't solve it out post your problem down here
""That includes PHP rankings pages / registrations pages / Status pages""