[Help Thread] Please post your questions here.

02/12/2023 16:23 ScotchRV#8521
Thanks Thunder for the client.
I have make a bad translate for search the client, i have watch client 7.4 and 5.2 not all client expeted client 7.4 and 5.2 ;).

Do you know this error ?

[Only registered and activated users can see links. Click Here To Register...]
02/12/2023 16:37 ThunderNikk#8522
@[Only registered and activated users can see links. Click Here To Register...]

There is an Arabic sframe you need it in the client for it to support Arabic.

An Arabic sframe can still support other languages but not vise versa.
02/13/2023 01:50 ScotchRV#8523
Hello, my server and game worked, its good !
But now i don't understand how i can use script ?
I need to install anything ?
For example : [Only registered and activated users can see links. Click Here To Register...]

Can i launch this script in SQL Server management ?
And the result can be watch direct ingame ?
02/18/2023 02:10 ScotchRV#8524
Hey,
I want to create new quest for my local server but i don't now how find monster ID for the Champions mob.
Do you know what is the dbo for find elite/champion mob ?
Like tortoise 20+ in Horizon ?
Thanks
02/18/2023 06:12 CHlNAMAN#8525
Quote:
Originally Posted by ScotchRV View Post
Hey,
I want to create new quest for my local server but i don't now how find monster ID for the Champions mob.
Do you know what is the dbo for find elite/champion mob ?
Like tortoise 20+ in Horizon ?
Thanks
They are located in the dbo.MonsterResource. Join the dbo.StringResource, reference it to the first table and search by the monster name. Example query below.

Code:
DECLARE SearchKeyword VARCHAR(MAX) = 'monster name keyword'
SELECT StRe.[value], MoRe.id FROM dbo.MonsterResource MoRe LEFT JOIN dbo.StringResource StRe ON StRe.code = MoRe.name_id WHERE StRe.[value] LIKE CONCAT('%', SearchKeyword, '%')
02/18/2023 22:17 SkyWing*#8526
Hello, when i try to start the game with bat launcher i get gameguard error. err code[150]: Game Guard file does not exist or has ben altered.
This is my Launcher: RappelzCmdLauncher.exe Sframe.exe /auth_ip:127.0.0.1 /auth_port:9881 /use_nprotect:0 /help_url_w:611 /help_url_h:625 /locale:ASCII /country:US /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631

can somebody help me please
02/18/2023 22:42 ThunderNikk#8527
With 9.5.2 you need to launch with country CN

Dump an localeinfo.inin file from a client and copy the US information over to Chinas information in order to by pass game guard. Then hash the file name and place it in your clients resource folder.

Or you will need to get an updated game guard folder from retail and allow game guard to run.

My Localeinfo.ini file is attached if you want a shortcut.
02/22/2023 02:45 ScotchRV#8528
Hello !
Thanks for your response !
I search a easy LUA for on_player_level.lua.
I have a on_player_level.lua but i don't understand why he doesnt work !

Do you know, where i can change the message when a player open is player( on login ) ?

Thanks :)
02/22/2023 21:03 unike12#8529
im looking for old epic server
02/22/2023 21:13 Masumichan#8530
Quote:
Originally Posted by ScotchRV View Post
Hello !
Thanks for your response !
I search a easy LUA for on_player_level.lua.
I have a on_player_level.lua but i don't understand why he doesnt work !

Do you know, where i can change the message when a player open is player( on login ) ?

Thanks :)
notepad++ cntrl + f -> search through directories -> keyword : "level_up" or "login"
02/22/2023 21:58 ThunderNikk#8531
Quote:
Originally Posted by unike12 View Post
im looking for old epic server
To join one or make one, specifics go a long way.
03/14/2023 10:37 osomeloso#8532
When I make a fusión from 9.5.2+9.6+New pets but in the way I lost any thinks. I can't fusion essence of power or cristal of devildom. I'm searching what lost in the way but for now I'm lost. Anyone can say me what table or mix of tables make this items work? Ty all!.
03/14/2023 21:58 ThunderNikk#8533
Quote:
Originally Posted by osomeloso View Post
When I make a fusión from 9.5.2+9.6+New pets but in the way I lost any thinks. I can't fusion essence of power or cristal of devildom. I'm searching what lost in the way but for now I'm lost. Anyone can say me what table or mix of tables make this items work? Ty all!.
Quote:
Originally Posted by osomeloso View Post
mix of tables
Not positive but mixresource and mixcategoryresource might be one place to check.
03/16/2023 14:01 osomeloso#8534
Sorry another question, the new pets work well but the stats ther ar 0 anyone know where is it in the db? ty vm
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Quote:
Originally Posted by osomeloso View Post
Sorry another question, the new pets work well but the stats ther ar 0 anyone know where is it in the db? ty vm
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
RESOLVED: STATRESOURCE

Im triying add mobs to one place, i follow this guide.

[Only registered and activated users can see links. Click Here To Register...]

But dont work.

Any can help me and sayme what im doing wrong?

1º Created a new group with 4 lines.

dbo.RoamingPointResource.

9999 0 70554 106847
9999 1 70554 106847
9999 2 70554 106847
9999 3 70554 106847

2º Created 1 new line in

dbo.RoamingResource

9999 1 40 4 6000 0

3º Here I think the guide a bit confuse.
3.1 I try in monster_respawn.lua

Adding this lines

respawn_roaming_mob( 9999, 22300365, 0, 2, 60 )
respawn_roaming_mob( 9999, 22300365, 90, 2, 60 )
respawn_roaming_mob( 9999, 22300365, 180, 2, 60 )
respawn_roaming_mob( 9999, 22300365, 270, 2, 60 )

After test it and dont work i try it in the same file

set_way_point_type( 9999, 1 )
add_way_point( 9999, 70487, 106832 )

Finally dont work too.

3.2 Then try the second option with monster_respawn.lua

Then i search this "monster_roaming_mob" in the code but dont exist, so idk how to add it.

monster_roaming_mob(1,204,600,10,60)

Ty for the help
03/19/2023 22:07 osomeloso#8535
Another question.
Grimoire or RappelzRdbtoolqt fail when i try to make the db_item.rdb

[Only registered and activated users can see links. Click Here To Register...]