1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
Dismiss Notice
Wynncraft, the Minecraft MMORPG. Play it now on your Minecraft client at (IP): play.wynncraft.com. No mods required! Click here for more info...

Tool [unofficial] Wynn Expansion V0.027.c (a Continuation Of Shsupercm's Wynncraft Mod)

Discussion in 'Your Work' started by EHTYCSCYTHE, May 16, 2017.

Thread Status:
Not open for further replies.
  1. SpongeyLasers

    SpongeyLasers Well-Known Adventurer

    Messages:
    6
    Likes Received:
    2
    Trophy Points:
    45
    Minecraft:
    Whenever I open an enderchest with the expansion on my game crashes, any idea why?
     
  2. SHsuperCM

    SHsuperCM Super the 3rd of the SHCM kingdom VIP+

    Messages:
    152
    Likes Received:
    136
    Trophy Points:
    67
    Minecraft:
    1.12 version works better on forge 2555..
    It works ok for me on that....
     
  3. Nienna

    Nienna Extreme Gamer (Send help) HERO

    Messages:
    194
    Likes Received:
    49
    Trophy Points:
    55
    Guild:
    Minecraft:
    1. Not sure if anyone's said this or not but the changelogs section on Twitch/Curse is for the changelogs. The overview section is not. It just gets way too cluttered there. Overview should be for a summary/list of the features included.
    2. Is it possible to remove the music thing? I think it's called WynnSound. It's just quite annoying not being able to hear the actual Wynncraft music.
     
  4. SHsuperCM

    SHsuperCM Super the 3rd of the SHCM kingdom VIP+

    Messages:
    152
    Likes Received:
    136
    Trophy Points:
    67
    Minecraft:
    1. I know, tell ehtyscsythe :D
    2. It doesnt block wynncraft's sounds as far as I know.. you can just not use it and use /toggle music to re-enable wynncraft's muzic engine cant you?
     
  5. Tolemi959

    Tolemi959 Well-Known Adventurer HERO

    Messages:
    80
    Likes Received:
    26
    Trophy Points:
    51
    Minecraft:
    Love the mod! I have one request though (not sure if it's an option already, but the setting menu is so many pages). Would it be possible to make it so whenever you enable the quest text in the top left corner and the quest advances a step, it automatically updates the text? Now all it does is go away after the quest step in which you enabled it. Thanks :)
     
    SHsuperCM likes this.
  6. Piano

    Piano Famous Adventurer

    Messages:
    694
    Likes Received:
    381
    Trophy Points:
    111
    Minecraft:
    How do the commands /crd and /cordsformat work?
     
  7. Dankification

    Dankification Meme Master HERO

    Messages:
    10
    Likes Received:
    4
    Trophy Points:
    15
    Minecraft:
    Feature Request:
    1. The ability to turn off and on friend join/switch class messages in chat (Example: user has logged on to server ^ as an class)
    2. While mage/dark mage make it so the "Sorry, you can't teleport... Try moving away from blocks." is cancelled out from chat and instead put in the same location is where "You don't have enough mana to do that spell"

    These 2 requests are just a few simple addition I'd like to be added to the mod and to make chat less cluttered for everyone :D
     
  8. SHsuperCM

    SHsuperCM Super the 3rd of the SHCM kingdom VIP+

    Messages:
    152
    Likes Received:
    136
    Trophy Points:
    67
    Minecraft:
    These are awesome suggestions for the mod, Meanwhile, What I've been doing is using the ChatFlow mod to filter out the messages I dont want..
    For example:
    Match(normal dots that dont contribute to the regex filter require "\\" before them):
    Code:
    .*Sorry, you can't teleport\\.\\.\\. Try moving away from blocks\\..*
    Replace:
    Code:
    
    
    Any chat message containing "Sorry, you can't teleport... Try moving away from blocks.." will now be suppressed


    In the wiki, You have the green coordinates format, when selecting the coordinates(starting from the green "X")
    and pasting it in chat, it'll look something like this:
    Code:
     X      ###      Y      ###      Z      ### 
    I made this feature because, In Voxelmap and Journeymap, If a chat message that came from external sources contains this format:
    Code:
    [x:###,y:###,z:###] 
    It will be clickable and loadable as a waypoint/target on the minimap..
    If you type "/crd" and paste the cords from the wiki:
    Code:
     /crd X      949      Y      129      Z      -4475 
    It'll make you say in chat:
    Code:
    [x:949,y:129,z:-4475] 
    Its really nice for when you're playing with the wiki open on complicated quests..
     
    Dankification and Piano like this.
  9. Piano

    Piano Famous Adventurer

    Messages:
    694
    Likes Received:
    381
    Trophy Points:
    111
    Minecraft:
    Ah, I see.

    Also as a possible feature request due to the new quest book: When tracking a quest, could you make the compass auto-point to the cords mentioned (or from the wiki if not mentioned)? And could you make it possible to have the compass auto-point to any of the area discoveries, or specifically certain towns?

    Lastly, I would like to mention that the xp tracker on the right (next to the killstreak) takes too long (at least for me) for it to end. Could you possibly add a slider/timer option to make the streaks less or more difficult?

    Thanks for the mod though.
     
  10. SHsuperCM

    SHsuperCM Super the 3rd of the SHCM kingdom VIP+

    Messages:
    152
    Likes Received:
    136
    Trophy Points:
    67
    Minecraft:
    I am no longer working on the mod, Its up to @EHTYCSCYTHE to do these features..
    But, I'm currently working on another mod that will add the coordinates thing from quests and will take coords pasted from the wiki more easily..
    It will not be a mod that replaces this mod at all but rather a map mod for wynncraft specifically..
     
    Piano likes this.
  11. Dankification

    Dankification Meme Master HERO

    Messages:
    10
    Likes Received:
    4
    Trophy Points:
    15
    Minecraft:
    I tried that code but it doesn't seem to work it still spams me with that line
     
  12. SHsuperCM

    SHsuperCM Super the 3rd of the SHCM kingdom VIP+

    Messages:
    152
    Likes Received:
    136
    Trophy Points:
    67
    Minecraft:
    Really?
    Hmm weird...
    Imma check if its the same line in mine..
     
  13. SHsuperCM

    SHsuperCM Super the 3rd of the SHCM kingdom VIP+

    Messages:
    152
    Likes Received:
    136
    Trophy Points:
    67
    Minecraft:
    @Dankification
    Wooops, my mistake..
    Dots that are a part of the string require 1 \, not 2 \...
    Here's the one I have:
    Code:
    .*Sorry, you can't teleport\.\.\. Try moving away from blocks\..*
    Also, I dont replace it with nothing..
    I changed "Chat" to "Notification" in the filter and replaced it with
    Code:
    You can't teleport there
    Now it displays that above the health and mana
     
    aws404 and Dankification like this.
  14. CommonSenseUsed

    CommonSenseUsed New IGN: Jrua

    Messages:
    10
    Likes Received:
    1
    Trophy Points:
    48
    Guild:
    Minecraft:
    @EHTYCSCYTHE Could you make a 1.8.9 version of this mod.
     
  15. euouae

    euouae euouae VIP

    Messages:
    1,320
    Likes Received:
    2,388
    Trophy Points:
    153
    Guild:
    Minecraft:
    OK
    I feel pretty stupid asking this
    but how do you enable like, the emerald labels, item highlights, etc?
     
  16. SHsuperCM

    SHsuperCM Super the 3rd of the SHCM kingdom VIP+

    Messages:
    152
    Likes Received:
    136
    Trophy Points:
    67
    Minecraft:
    Questbook>LeftClick a quest>Hit the gear button top-right>Look for the option you want to change..
     
  17. euouae

    euouae euouae VIP

    Messages:
    1,320
    Likes Received:
    2,388
    Trophy Points:
    153
    Guild:
    Minecraft:
    k thanks
     
  18. SuPeRB1K3R

    SuPeRB1K3R A Noob Who Has A Follower

    Messages:
    327
    Likes Received:
    19
    Trophy Points:
    56
    doesnt work anymore for me :/ keeps saying "The game crashed whilst intializing game",
    "Error: java.lang.NoClassDefFoundError: adm"
    ________________________________
    now it says game has crashed :/
     
    Last edited: Jan 14, 2018
  19. SHsuperCM

    SHsuperCM Super the 3rd of the SHCM kingdom VIP+

    Messages:
    152
    Likes Received:
    136
    Trophy Points:
    67
    Minecraft:
    What exact java build are you using? you might help me also with something..
     
  20. SuPeRB1K3R

    SuPeRB1K3R A Noob Who Has A Follower

    Messages:
    327
    Likes Received:
    19
    Trophy Points:
    56
    im using Java 8
    ________________________________
    Java 8 Update 101*
    ________________________________
    let me get the recent one ill tell u if it works
    ________________________________
    okay i uninstalled the Java 8 Update 101, i got the 151, same thing is happening should i reinstall the modpack?
    ________________________________
    I fixed it i dont know if it had to do with the Java, but i fixed it i dont know how
     
    Last edited: Jan 15, 2018
    SHsuperCM likes this.
Thread Status:
Not open for further replies.