Tree of Savior Forum

[ADDON] cwFarmed

Could you make an addon that applies this to chat

a = ‘this is a text from a spammer…WW…W. M–MO tank c.o…–m’
a = a:lower()
a = a.gsub(a, ‘[%p%s]’ , ‘’)
www_start,b = a.find(a, ‘www’)
com_start,b = a.find(a, ‘com’)

if www_start ~= nil and com_start ~= nil then
a = ‘***’
io.write(a)

else
io.write(a)
end

Hi everyone. I finally put the fixes on a new release. It can be download at https://github.com/fiote/treeofsavior-addons/releases/tag/1.0.3

Sorry for the trouble and thanks for letting me know!

@Rizorx @taw_24978 @vaikyrie_odin

You’re looking for an addon that someone has already created, btw.

LKChat.

Yeah, sure you can. :expressionless:

Hello.
I love your addon, but i can only use it alone. When i try to use with others addons that a like (expviewer, mapfogviewer, minimapfogviewer, monsterframes and monstertracker) the load addon button doesn’t work. Can someone help me please, or upload your addon folder that work properly. Thank you guys.

By ‘doesnt work’ you mean the button appears, but when you click it nothing really happens? If that’s the case, can you please provide an SS of the chat messages that show up?

It’s working now. I was probably doing something wrong. Thanks for the reply.

1 Like

Hey when I downloaded the 1.0.3 release, I no longer get the “Load Addons” box when I loaded up the game.

Relaunched game. I get the -Load Addons- box but this happens now.

@StormHaven, can you show me your addon folder?

Yup.

Annnnd now it’s working again for the first time since yesterday O_o.

I contacted you via Private Message here and on Reddit for the same issue (Questionguy663 https://www.reddit.com/r/treeofsavior/comments/4g8yn5/list_of_all_the_top_addons_people_would_like/ )

I had instructions using your awesome addonloader.lua to compile addons from any author to work together, but the most recent version of your addon loader prints all those ======= signs like on the other persons screenshots :slight_smile:

I think it was almost a week ago I tried to send the message, I assume you might have quit the game! :o

I deleted but kept a backup of the old instructions but they basically showed people how to install anything in combination then overwrite excrulons loader with yours and it worked perfectly until really recently.

EDIT: Tried your latest version, loads other addons fine. problem solved.

@deanoreadman I don’t use reddit that much, lol. But anyone can hit me on discord if they want.

I failed to work discord, damn new thing :stuck_out_tongue:

I wanted to ask, in your old cwfarmed.lua you had under settings

settings.show.xp = true; that I could turn to false

Under the new settings what do I turn to false? Or do I need to use a slash command ingame?

EDIT: Figured it out, slash command. :smiley:

– function to reset xp values (usually after a level up)
settings.resetXP = function()
settings.xpbase = {};
settings.xpbase.now = session.GetEXP();
settings.xpbase.gain = 0;
settings.xpbase.qtmobs = 0;

The slash commands you let you edit any settings, but if you update them directly on the cwfarmed.json file.

Hey thanks for the link for the new mod, I’m not sure how long you stayed on Reddit so I thought i’d ask you on here too, Theres a guy making up lies about how he “inspected” your addonloader.LUA and that it is incapable of loading a mod (I know this is a lie because I’m using it to load that Mod and so are tons of people I have been helping)

He says and I quote “I tried it. Then inspected the lua file myself from CW to find out why it is not working. CW does not load tooltip helper lua”

This is complete horseshit! I’d love for you to set him straight lol.

Just replied lol.

/20chars

I saw that LKChat has some kind of script loader but I’m not sure if it works. It’s also great how LKChat loads itself.

This post was flagged by the community and is temporarily hidden.

Thanks! that guy really set off my anger with the way he was saying he “inspected” your LUA and said it wasn’t “able” to do it. What a joker lying like that! and he even ruined the rating of the real reply I made to get that persons install running

Yeah everyone wants that, but I’ve heard its unlikely because the game doesn’t output the numbers in a way that a addon can write it all down and add it up (afaik)