[Help Thread] Please post your questions here.

03/31/2023 20:26 .Nexitis#8551
Hey guys, im working on the 9.1 source files and my first goal was to use c++20 and vs 2022.

Im down to a couple errors and one of them is the following one:
[Only registered and activated users can see links. Click Here To Register...]

and here is the usage and definition.
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
Does anyone have an idea how to fix this?


Well dunno if it will work as expected yet but i managed to fix it by passing the lock as a reference
[Only registered and activated users can see links. Click Here To Register...]
04/02/2023 15:55 Sherock#8552
Hi,

Noticed some servers I am not able to open the data files for them

Any idea why? :)
04/02/2023 17:53 lilnani#8553
Quote:
Originally Posted by Sherock View Post
Hi,

Noticed some servers I am not able to open the data files for them

Any idea why? :)
Reverse engineer their SFrame.
04/03/2023 00:52 ilyaslord36#8554
The files for version 9.6 and 9.7 are now outdated with the release of 9.8. Can Revo publish the files? Thank you.
04/03/2023 11:07 yosiemelo#8555
Quote:
Originally Posted by ilyaslord36 View Post
The files for version 9.6 and 9.7 are now outdated with the release of 9.8. Can Revo publish the files? Thank you.
no
04/03/2023 18:36 ilyaslord36#8556
Quote:
Originally Posted by yosiemelo View Post
no
Why ?
04/03/2023 19:07 yosiemelo#8557
Quote:
Originally Posted by ilyaslord36 View Post
Why ?
Even if the Revolution team shared those files, playing with the launcher and the newly built-in security measures would still be too complicated and difficult from what I know. It's no longer the kind of files where you can install everything in 15 minutes, unfortunately.
04/10/2023 20:52 masterofpuppets28#8558
need help trying to find out how to open this .rdbs please any one thanks
[Only registered and activated users can see links. Click Here To Register...]
04/10/2023 22:22 Pesqoo#8559
Quote:
Originally Posted by masterofpuppets28 View Post
need help trying to find out how to open this .rdbs please any one thanks
[Only registered and activated users can see links. Click Here To Register...]
Which Epic are these from? You will need Grimoire or Glandus RDB Tool and the matching lua structure
04/10/2023 22:55 masterofpuppets28#8560
Quote:
Originally Posted by Pesqoo View Post
Which Epic are these from? You will need Grimoire or Glandus RDB Tool and the matching lua structure
is for 9.4 i believe and i don't have the LUA structures also where do i find those?i used Glandu tool and the structures are not there also i'm not to familiar with Grimoire
04/11/2023 00:56 ThunderNikk#8561
RappelzRDBTool-db-src.zip : All sources for all database description DLL.
RappelzRDBTool-db-lua.zip : All LUA script for all database descriptions.

Are the files you should have downloaded along with Glandu2's tool in order to have the corresponding structure files.
04/11/2023 17:48 Ghost Informatics#8562
Quote:
Originally Posted by yosiemelo View Post
Even if the Revolution team shared those files, playing with the launcher and the newly built-in security measures would still be too complicated and difficult from what I know. It's no longer the kind of files where you can install everything in 15 minutes, unfortunately.
Exactly that's one of the reasons that we are not considering releasing any files after 9.6 as they are already well-protected by the developer.

The developer doesn't even provide PDB files to the publishers anymore starting from 9.8 and above.

The files if they came out will be exploited by people to gain profit from setting them up and so on.

We prefer to keep these files for ourselves as some people here did and have kept the 7.4 source code since 2012 while criticizing us for asking others to put credit to Revolution Team.
04/12/2023 19:48 masterofpuppets28#8563
i did download those files still the structures are not there ill try and write them myself also i have another question how to find a monster motion_file_id that would match a none original monster .cob file for example i found this custom mob it comes with the .cob .tga and .nx3 files but not sql script to install also not sure how to match it with a motion_file_id how to ?? or is there a tool that let me select such .cob and match it with one??? any one thanks
04/16/2023 20:44 .Nexitis#8564
I updated the gameserver to c++20 and the latest buildtools. I changed a ton to get it working and except some minor things i got it compiling.

Now im currently stuck at some LUA errors. Anyone familiar with this:

NPC_CreatureEnchanter.lua and NPC_Creature_farm.lua use
Code:
math.randomseed(get_os_time())
to randomise but when compiling the gameserver throws "attempt to call a nil value (global 'math') so i tried to include it with
Code:
require("math")
. It now says "attempt to call a nil value (global 'require')"

An idea how to fix this?
Lua version 5.4.4
04/18/2023 15:26 Old Timer#8565
Good day, I just noticed that on my little home server i cannot get to job level 10 until I am level 20, I'm sure that i could change class at level 10 job level 10 is there an easy fix for this please