[Help Thread] Please post your questions here.

04/18/2020 15:50 joaobitu2#7816
while trying to do class balance I came across this: [Only registered and activated users can see links. Click Here To Register...]

are these figured out? what does each variable stand for?
04/21/2020 18:42 joaobitu2#7817
what edits do I need to make on HV buffer npc for it to buff pets aswell?
04/21/2020 19:35 Musta²#7818
Quote:
Originally Posted by joaobitu2 View Post
what edits do I need to make on HV buffer npc for it to buff pets aswell?
Code:
add_cstate(code, lv, time)
example:

Code:
add_cstate(1001, 30, 900000)
04/22/2020 16:50 joaobitu2#7819
Lets say I make a custom skill, how do I add it to a skill tree?

How do I make a DoT stack with itself instead of refreshing?

My cube has mobs running out of bounds, how do I fix it?
04/29/2020 12:40 Guibzs#7820
How can I increase the max reachable level ?

Here is my GS config. : N:game.max_level:210

Like you can see, I set the max level to 210 but players can't reach 191. When they reach 190, their experience goes beyond 100%.
04/29/2020 12:53 medaion#7821
It's simple, you probably didn't extract the LevelResource table in your client.
04/29/2020 13:26 Guibzs#7822
Quote:
Originally Posted by medaion View Post
It's simple, you probably didn't extract the LevelResource table in your client.
I'm not sure to understand... My db_exp.rdb contains 299 levels... What's wrong ?
04/29/2020 15:54 medaion#7823
It's normal, the database contains about 300 levels.
But the exp between each level can be different between the client & server so that's the database used it's often better to take the exp from the database & import it into the client so that you have the right rate & players that are example at 120% can go to 50-60% exp because it's not the real exp number that you need.
04/29/2020 17:11 Guibzs#7824
nulled
04/30/2020 01:36 tito2022#7825
I followed this [Only registered and activated users can see links. Click Here To Register...] and made the server and launched it and it worked but the game crashes when i open the map and i cannot use the gm tool Xijezu
04/30/2020 02:21 medaion#7826
Quote:
Originally Posted by tito2022 View Post
I followed this [Only registered and activated users can see links. Click Here To Register...] and made the server and launched it and it worked but the game crashes when i open the map and i cannot use the gm tool Xijezu
1. Make sure you use the client that comes with it.
2. If you make a mistake with this product again you will have to check the .nui* .
3. For gmtools: %appdata% & look for the xijesus folder & delete it then restart the application ;)

If for the customer you use the right one, then I can't help you more ...
I advise you if you start with a 9.1 server it will be easier to learn ;)
04/30/2020 02:40 tito2022#7827
Quote:
Originally Posted by medaion View Post
1. Make sure you use the client that comes with it.
2. If you make a mistake with this product again you will have to check the .nui* .
3. For gmtools: %appdata% & look for the xijesus folder & delete it then restart the application ;)

If for the customer you use the right one, then I can't help you more ...
I advise you if you start with a 9.1 server it will be easier to learn ;)
1. i used the client that came with explanation 9.4
2. i followed the video exactly and i dont know what is nui ?
3. gmtool still not working
4. if u can help me with the 9.1 client and instructional video that will be great
04/30/2020 03:37 ilyaslord36#7828
hi guys ! i will ask you for server files 9.1 it be need [Item] & [ItemReferenceResource] views or just import/export DB from table [ItemResource91]
04/30/2020 04:18 medaion#7829
For version 9.1 it is only necessary to extract ItemResource 9.1 without the views the views arrived in 9.4+.
04/30/2020 05:33 tito2022#7830
Quote:
Originally Posted by medaion View Post
For version 9.1 it is only necessary to extract ItemResource 9.1 without the views the views arrived in 9.4+.
thanks a lot for your help