[Help Thread] Please post your questions here.

10/06/2017 15:06 ThunderNikk#6526
You are using the old compression tool also?
10/07/2017 14:10 Bakkerken#6527
Thought i would bump this. I have been messing around for hours trying to find a solution but sadly without success. Maybe under a different angle? Is there a way to set the durability use to zero? (it is possible for gear in the game client .opt so maybe there is a variable to do the same for pets and maybe soulstones?) Any info on this would be greatly appreciated.

The next step will be gem durability, i still have to start this but if anyone can give me some info in advance that would be great. =)

Quote:
Originally Posted by Bakkerken View Post
So i was able to remove the durability of the gear. =)
next step: staged creatures.
- changed durability in creatureEnhance to 0 for all stages
- dumped into client
staged pets now are broken with a big negative value for durability (-2147483648, which is actually the flag which determines which pet it is, a poultry in this case). When i compare a stage 0 and stage 1 pet in telecaster_item the only differences between both lines are:
- enhance: 1 VS 0, which refers to the stages.
- socket_0: 40 VS 0, ???
if i close the client and change the socket value, it automatically reverts to 40 after logging in. Does anybody have any info removing pet durability or an idea what extra changes would need to be made?
10/07/2017 15:35 ThunderNikk#6528
You might have to hex the game server in order to remove dura from pets.
10/09/2017 00:40 thefear511#6529
Quote:
Originally Posted by ThunderNikk View Post
You are using the old compression tool also?
Probably but why does it work after reinstalling sql ? If the compress is old it should never work .

Anyways all good now ill stick to 1 password
10/09/2017 04:45 ThunderNikk#6530
I meant there are 2 compression tools there is a new one for 9.1 + and an older one.

Make sure you are using the right one. It may be working before changes to the MSSQL if the .opts are close enough by default to what your sa access is.
10/09/2017 10:21 thefear511#6531
Quote:
Originally Posted by ThunderNikk View Post
I meant there are 2 compression tools there is a new one for 9.1 + and an older one.

Make sure you are using the right one. It may be working before changes to the MSSQL if the .opts are close enough by default to what your sa access is.
Thx ill sure do .
10/11/2017 10:37 YuhaBah#6532
Quote:
Originally Posted by thefear511 View Post
Thx ill sure do .
Take, if u need.
I use it with 7.2 and have no problem in this sphere:D
[Only registered and activated users can see links. Click Here To Register...]

I heard about old Pyrok tool for hash db pass into .opt settings, but after searching i get nothing.
Can somebody help me and give the link of this wonderful tool? i need old for 7.2 (ALLREADY FIND IT )
10/11/2017 21:17 woffler19#6533
Hi

Is it possible to run a server for about 20 people at home?

Net speed:
200Mb/s DL and 50Mb/s UL.

As a server I could provide:
12x2.93 GHz / 24 Threads (2x Intel Xeon X5670)
3x 8GB ECC RAM / 24GB ECC RAM total

or (Do not know if Rappelz scales better with cores or with core clock)

4x4.9 GHz / 8 Threads (I7 4790k OC)
2x 8GB RAM / 16GB RAM total (4x8GB if necessary)

ty :)
10/12/2017 01:53 Exterminator-[Fury]#6534
For 20 players? You need a small computer/laptop. I5 6gb net speed. These specs you mentioned are for over 200++ players

Quote:
Originally Posted by woffler19 View Post
Hi

Is it possible to run a server for about 20 people at home?

Net speed:
200Mb/s DL and 50Mb/s UL.

As a server I could provide:
12x2.93 GHz / 24 Threads (2x Intel Xeon X5670)
3x 8GB ECC RAM / 24GB ECC RAM total

or (Do not know if Rappelz scales better with cores or with core clock)

4x4.9 GHz / 8 Threads (I7 4790k OC)
2x 8GB RAM / 16GB RAM total (4x8GB if necessary)

ty :)
10/15/2017 03:10 RappelzUnited#6535
Hey, quick simple question

which column is responsible for items being stacked or split? like stamina potions are stacked.
10/15/2017 05:23 InkDevil#6536
Quote:
Originally Posted by RappelzUnited View Post
Hey, quick simple question

which column is responsible for items being stacked or split? like stamina potions are stacked.
itemuseflag.
Stackable is 64.
10/15/2017 06:50 RappelzUnited#6537
Quote:
Originally Posted by LamiaCore View Post
itemuseflag.
Stackable is 64.
Thank you so much 💖
10/15/2017 22:10 SilentWisdom#6538
Quote:
Originally Posted by LamiaCore View Post
itemuseflag.
Stackable is 64.
@[Only registered and activated users can see links. Click Here To Register...] this answer is misleading. While the individual int value for stackable is 64 it can not just be set as 64 (item_use_flag) or you will not be able to use the item properly.

@[Only registered and activated users can see links. Click Here To Register...] feel free to use my easy to use item_use_flag generator linked in my signature. Just check the boxes of properties you want your item to have and click calculate. Then copy the resulting flag-hash into your item's item_use_flag field.
10/16/2017 14:54 RappelzUnited#6539
Quote:
Originally Posted by SilentWisdom View Post
@[Only registered and activated users can see links. Click Here To Register...] this answer is misleading. While the individual int value for stackable is 64 it can not just be set as 64 (item_use_flag) or you will not be able to use the item properly.

@[Only registered and activated users can see links. Click Here To Register...] feel free to use my easy to use item_use_flag generator linked in my signature. Just check the boxes of properties you want your item to have and click calculate. Then copy the resulting flag-hash into your item's item_use_flag field.
sure thank you forgot about ur tool lmao ^^
10/16/2017 16:16 thefear511#6540
Can anyone give some tips about herlock hexing please?