-
Content Count
109 -
Joined
-
Last visited
-
Days Won
5
Jones last won the day on May 29 2019
Jones had the most liked content!
Community Reputation
36 NeutralAbout Jones
-
Rank
Pirate
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Has anyone from you got an idea how to Decompile StringSet.bin?
Jones replied to Vasil's topic in Questions & Help
I have an uncompiled stringset. @dimitrov you can use this. Stringset.txt -
Just a note that if you have empty spaces in your iteminfo it won't work
-
After Rebirth get bonus MIN ATT, MAX ATT, and Defence
Jones replied to DnA's topic in Questions & Help
@DnA local mnatksa = math.floor ( (MnatkSa (role) - rb_bonus ) * ATTR_RADIX ) -- Min Attack (percentage) local mxatksa = math.floor ( (MxatkSa (role) - rb_bonus ) * ATTR_RADIX ) -- Max Attack (percentage) local defsa = math.floor ( (DefSa (role) - rb_bonus ) * ATTR_RADIX ) -- Defense (percentage) local ResistSa = math.floor ( (ResistSa(role) - rb_bonus ) * ATTR_RADIX ) -- Physical Resist (percentage) local rb_bonus = (-1) * ( 0.055 * statelv ) -- Currently, each level of rebirth adds 5.5% of the stats. to change, u can change the value 0.055 to something else. For example, 10% per level will be 0.1 -
After Rebirth get bonus MIN ATT, MAX ATT, and Defence
Jones replied to DnA's topic in Questions & Help
skilleffect.lua function Skill_Rbmp_Use( role , sklv ) edit the skill to what you want. -
oohh, i thought it was just your character, my bad. @NMS3RR
-
nice! what an advancement for the development community
- 66 replies
-
- community source
- src
- (and 4 more)
-
Fundraising for official client & game source code
Jones replied to V3ct0r's topic in News & Announcements
count me in- 37 replies
-
- 1
-
-
- source code
- client
- (and 4 more)
-
congratulations and cheers to @Sultan!
-
can you give us a list of the known bugs? maybe some of us will be able to fix it for you
-
@TheSamurai means you haven't defined what ATTR_EXTEND6 is most likely, so when u try to call ATTR_EXTEND6 from the character, it's calling nothing.
-
is that mickey mouse holy shit LOL technically you can assign these models to any of your unique-made characters and it will have a function.. could you post the list of these weird monsters for us? xDDD