Monster skills?

11/13/2025 16:34 nobikun2#1
[Only registered and activated users can see links. Click Here To Register...]
where can i see the monster skills in this section? please help.
11/14/2025 17:40 LightYagamiXXX#2
Maybe this will give you some ideas, probably you need a better tool than 010 editor :)

11/14/2025 21:51 Adek#3
Quote:
Originally Posted by LightYagamiXXX View Post
Maybe this will give you some ideas, probably you need a better tool than 010 editor :)

[Only registered and activated users can see links. Click Here To Register...]
First things first - they're using my and Bogdy's mob editor back from 2016 or so (you can see it's updated version, with ZeroN 9D in the window title). And no, it's not about mob skills, just character skills. Even though the structures were similar in the past, I doubt you can use them for mobs.
11/14/2025 23:06 LightYagamiXXX#4
Quote:
Originally Posted by Adek View Post
First things first - they're using my and Bogdy's mob editor back from 2016 or so (you can see it's updated version, with ZeroN 9D in the window title). And no, it's not about mob skills, just character skills. Even though the structures were similar in the past, I doubt you can use them for mobs.
You guys always released legit stuff, i had used a monster editor previously from a VN guy and its still on my PC after reinstalling windows x3 times so you can imagine im never gonna download tools from shady sources again haha
11/15/2025 01:26 Adek#5
Quote:
Originally Posted by LightYagamiXXX View Post
You guys always released legit stuff, i had used a monster editor previously from a VN guy and its still on my PC after reinstalling windows x3 times so you can imagine im never gonna download tools from shady sources again haha
A bunch of guys sold the open-source tool after changing the theme of the app, the other one tried to do the same for EU/US market, and then another guy preferred to hire fiverr guy (and overpaying at least 4x) to deal with my shitty code, because I didn't bother with his scamming attempts or ludicrous offers (2 beers for at least a day's worth of work, maybe?).

And people wonder why this community is dying.

I hope someone else would actually try to help this poor guy, or at least they will manage to find their way through all of that.
11/16/2025 16:51 nobikun2#6
Quote:
Originally Posted by LightYagamiXXX View Post
Maybe this will give you some ideas, probably you need a better tool than 010 editor :)

[Only registered and activated users can see links. Click Here To Register...]
thanks for your comment. i am interested in working with 010. although i have the tools to edit. and i also found the answer to my question. my next problem is to remove the debuff when the character fights the boss which is too high level compared to the boss. can you suggest me this part?

Quote:
Originally Posted by Adek View Post
A bunch of guys sold the open-source tool after changing the theme of the app, the other one tried to do the same for EU/US market, and then another guy preferred to hire fiverr guy (and overpaying at least 4x) to deal with my shitty code, because I didn't bother with his scamming attempts or ludicrous offers (2 beers for at least a day's worth of work, maybe?).

And people wonder why this community is dying.

I hope someone else would actually try to help this poor guy, or at least they will manage to find their way through all of that.
there are so many tools you develop that are very useful for the 9d community. it's a shame some people use it as a business tool. thanks for everything.
11/17/2025 00:36 LightYagamiXXX#7
Quote:
Originally Posted by nobikun2 View Post
thanks for your comment. i am interested in working with 010. although i have the tools to edit. and i also found the answer to my question. my next problem is to remove the debuff when the character fights the boss which is too high level compared to the boss. can you suggest me this part?



there are so many tools you develop that are very useful for the 9d community. it's a shame some people use it as a business tool. thanks for everything.
please let us know where we can modify that maybe it will help anyone in the future !
11/17/2025 09:42 Adek#8
Quote:
Originally Posted by nobikun2 View Post
and i also found the answer to my question.
Feel free to share it, that may help other people (including me, to refresh my memory).

Quote:
Originally Posted by nobikun2 View Post
my next problem is to remove the debuff when the character fights the boss which is too high level compared to the boss. can you suggest me this part?
The rule of thumb: unless you dip yourself into some retarded RE shit, the debuff appears when you are at least 24 levels higher than a boss.

The lazy way: the debuff itself is skill ID 8058. You can remove the effects and it should work.

The proper way: in mob editor there is a field called temp2. If set to 0, the debuff shouldn't be inflicted. Test if on a single mob, then let us know if that was enough.
11/18/2025 02:23 nobikun2#9
Quote:
Originally Posted by LightYagamiXXX View Post
please let us know where we can modify that maybe it will help anyone in the future !
DNPC_Skill_table.bsk contains all monster skills. You can open and edit it with skill table editor.

Quote:
Originally Posted by Adek View Post
Feel free to share it, that may help other people (including me, to refresh my memory).



The rule of thumb: unless you dip yourself into some retarded RE shit, the debuff appears when you are at least 24 levels higher than a boss.

The lazy way: the debuff itself is skill ID 8058. You can remove the effects and it should work.

The proper way: in mob editor there is a field called temp2. If set to 0, the debuff shouldn't be inflicted. Test if on a single mob, then let us know if that was enough.
I checked again and confirmed exactly what you said. The debuff is set at temp2 with 0 being not applied. But now because I'm using a RE source server, that item doesn't work. Even if temp2 = 0, the debuff is still applied. Maybe I'll switch to removing the debuff at skill id 8058.
11/18/2025 03:43 Adek#10
Quote:
Originally Posted by nobikun2 View Post
DNPC_Skill_table.bsk contains all monster skills. You can open and edit it with skill table editor.


I checked again and confirmed exactly what you said. The debuff is set at temp2 with 0 being not applied. But now because I'm using a RE source server, that item doesn't work. Even if temp2 = 0, the debuff is still applied. Maybe I'll switch to removing the debuff at skill id 8058.
How is RE affecting it? As long as the mob table loading function is not hooked, it should work.
11/18/2025 03:57 nobikun2#11
Quote:
Originally Posted by Adek View Post
How is RE affecting it? As long as the mob table loading function is not hooked, it should work.
I'm not sure how it affects. But I tried with temp2 and it works fine on the original source. But it doesn't work on the RE source. I'll check if it affects temp1 or temp3?

Quote:
Originally Posted by Adek View Post
How is RE affecting it? As long as the mob table loading function is not hooked, it should work.
Besides I have a problem. Do you know what type 100 is in the monster drop. I only know the types in the item file and 101 in CommonRank.txt.
11/18/2025 10:37 Adek#12
Quote:
Originally Posted by nobikun2 View Post
Besides I have a problem. Do you know what type 100 is in the monster drop. I only know the types in the item file and 101 in CommonRank.txt.
I may be wrong about this, but I think type=100 is used, when multiple items (possibly with different types) share item rank. Can't tell for sure, I hope someone can clarify that for me.
11/18/2025 12:26 azgoku0091#13
Weapons
11/18/2025 19:57 Adek#14
Quote:
Originally Posted by Adek View Post
I may be wrong about this, but I think type=100 is used, when multiple items (possibly with different types) share item rank. Can't tell for sure, I hope someone can clarify that for me.
I checked it on 2012 files. I set the item rank 32123 (don't be me and don't forget the max value is 32767...) to multiple items: weapons, elixirs, potions, etc.

With type=100 I can drop all of them. If I set, let's say, type=5, I only dropped elixirs, even though the item rank contains weapons/elixirs/potions/BEs.
11/19/2025 06:03 nobikun2#15
Quote:
Originally Posted by Adek View Post
I checked it on 2012 files. I set the item rank 32123 (don't be me and don't forget the max value is 32767...) to multiple items: weapons, elixirs, potions, etc.

With type=100 I can drop all of them. If I set, let's say, type=5, I only dropped elixirs, even though the item rank contains weapons/elixirs/potions/BEs.
so we can understand. Type 100 will not require specific type of item but only require rank of item to drop. maybe it is made to drop types like type 0 of weapon. thank you very much for this

Quote:
Originally Posted by azgoku0091 View Post
Weapons
thank you for this suggestion

Quote:
Originally Posted by Adek View Post
I checked it on 2012 files. I set the item rank 32123 (don't be me and don't forget the max value is 32767...) to multiple items: weapons, elixirs, potions, etc.

With type=100 I can drop all of them. If I set, let's say, type=5, I only dropped elixirs, even though the item rank contains weapons/elixirs/potions/BEs.
My RE version can install GM function for players. I have set gm = 3 column in database but when entering the game, there is no GM function. Meanwhile, another account with character set gm = 3 and gm = 10 works. It's confusing. I don't know if I missed something or not.