

Recon
Members-
Content Count
37 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout Recon
-
Rank
Villager
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
haha thought your profile pic looked family too when i saw your reply
-
Thanks both @Batta- Yes I found this on a forum actually but couldnt find the command line to use for script runner, any thoughts? @CuddlesI agree its definitely helpful but alot of screens to click though. I've got a custom tutorial with popups upon entering certain areas on my server for new players so ideally I'd like to disable due to duplicating screens. Did you have any luck though before dropping the idea? Thanks both
-
Hey All I'd like to disable the tutorial window from appearing for new players on my server. I've given the code a stab using 'script runner' and positively it works but only if the players create their character, log out and log back in (not very helpful). Attached the code below, any thoughts? function onPlayerLogin(player) { player.setTutorialLevel(9999); player.getTutorialLevel(); com.wurmonline.server.tutorial.PlayerTutorial.skipTutorialCommand(player, "empty"); com.wurmonline.server.tutorial.PlayerTutorial.removeTutorial(com.wurmonline.server.WurmId); } Many Thanks, R
-
Don't believe so - had to manually edit my SQL database to delete the vampire skills to get my server working again
-
You are a star! Think I've cracked it - vampire mod seems to be incompatible with v1.9 so the skills in table prevent others from loading Thank you
-
Thanks Ayluin The second error seemed to be caused by the Treasure Mod which when enabled drops out. Still got an issue with skills not pulling through sadly. Is there anyone I can reach out too?
-
Ah I was using this mod but got all mods disabled currently. Does craft more thing affect character skills not pulling through to the game?
-
I also had this error. Did you also experience Character skills not pulling through to players? Got the below error and struggling to resolve this one even if mods are disabled. any thoughts?
-
Same issue here. Drake Mount Mod also broke in the update
-
You are a star thank you so much. Bet its keeping you mega busy updating your mod suite so no worries at all, totally understand! Thanks for everything
-
Hey Sindusk, I've installed the new versions including the sindusk librabry which loads with no errors, only issue is the spellcraft mod fails to load. Any thoughts? org.gotti.wurmunlimited.modloader.dependency.DependencyException: Spellcraft requires SinduskLibrary which is unavailable at org.gotti.wurmunlimited.modloader.dependency.DependencyResolver.checkRequires(DependencyResolver.java:98) at org.gotti.wurmunlimited.modloader.dependency.DependencyResolver.order(DependencyResolver.java:36) at org.gotti.wurmunlimited.modloader.ModLoaderShared.loadModsFromModDir(ModLoaderShared.java:138) at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(DelegatedLauncher.java:20) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at javassist.Loader.run(Loader.java:288) at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLauncher.java:33)
-
Hey all, is this v1.6 compatible? Had to disable it as it was causing the server to crash but then again it could be a conflict with another mod - any thoughts?