Replies: 4 comments 4 replies
-
This is what I wrote for the Start.Build and Finished build. Not sure what would be best way to break up so it survives and still levels before a respec so both "assassin.StartBuild" and "assasin.TrapsinBuild" are exactly the same. I'm not exactly sure if I have the wanted skills and useful skill correct. I was going off what I thought it was. Maybe you could explain the this file is located at \libs\SoloLeveling\BuildFiles (I've noticed that Kolbot uses the build file located in \libs\config\Builds) Code/** Trap Assassin Build */var build = { |
Beta Was this translation helpful? Give feedback.
-
Here is the autobuild file located in \libs\config\Builds. Not sure why, but the one build located in SoloLeveling\BuildsFiles\ isn't being used. Maybe its called later? Anyways. Code/** Trap Assassin Build */ js_strict(true);if (!isIncluded("common/Cubing.js")) { if (!isIncluded("common/Prototypes.js")) { if (!isIncluded("common/Runewords.js")) { if (!isIncluded("common/Town.js")) { var AutoBuildTemplate = {
}; |
Beta Was this translation helpful? Give feedback.
-
Here is the config file for the Trapsin. Its basically the same as what you have already written with a few changes. Its here where I think I'm most likely missing out on some settings for gearing. If you noticed in my other build file, at certain levels it changes these settings. Codevar finalBuild = "Trapsin"; function LoadConfig () {
} |
Beta Was this translation helpful? Give feedback.
-
So I will post the raw settings for each file.
I'm pretty sure there are things that need to be tweaked and edited to be Assassin specific so any help or edits would be fantastic.
I'm still learning and pretty new to this but I'm very intrigued about how this all works. Its the programmer in me I spose. A lot of this is edited pieces of other peoples script to get it to work with your solo leveling script. So far it is working but she is only level 16 right now and that was after like 20 minutes. I am going to run it over night when my internet is free. (My kids are currently playing fortnight and we have a 5mb connection...yeah its 2021 and I'm rocking a 5mb connection still lol)
Beta Was this translation helpful? Give feedback.
All reactions