#Support SkyWolfXP

1 messages · Page 1 of 1 (latest)

marsh vigilBOT
#

<@&872407642302197760>

Welcome to your Support Thread

Please check if your using the latest Skytils version at #Releases then check #Faq to see if your issue is maybe there, support will come soon.

If you crash do the *crash command in Discord and follow the instructions.

jolly burrow
#

I think the line symbol “|” can be used to match either pattern in regex

nimble sierra
jolly burrow
# nimble sierra Can you provide more explanation?

Regex is a way to filter stuff from text. If you use | between two strings (sentences) the mod will filter either one of them. In your case, you could do Checking escrow for recent transaction|Putting coins in escrow in one spam filter and it should hide both

nimble sierra
#

Thanks for this valuable information though, I will try to use that when I start ah flipping!

jolly burrow
nimble sierra
# jolly burrow <:smile:807699828431388692>

So I have tried this ¶r¶cThere was an error with the auction house! ¶r¶7(AUCTION_EXPIRED_OR_NOT_FOUND)¶r|¶r¶7Checking escrow for recent transaction...¶r|¶r¶7Processing purchase...¶r|¶r¶7Putting coins in escrow...¶r but it doesn't work...What could be wrong here?

jolly burrow
#
  1. You need to put backslashes () before the brackets otherwise skytils thinks they’re a function in the regex
  2. Make sure there aren’t any spaces around the | line dividers
nimble sierra
#

hmm

#

it didnt work without backslashes tho

#

imma try

jolly burrow
#

Oh and you need backslashes before the full stops too

nimble sierra
#

¶r¶cThere was an error with the auction house! ¶r¶7\(AUCTION_EXPIRED_OR_NOT_FOUND\)¶r|¶r¶7Checking escrow for recent transaction\.\.\.¶r|¶r¶7Processing purchase\.\.\.¶r|¶r¶7Putting coins in escrow\.\.\.¶r but it doesn't work\.\.\.What could be wrong here?

#

this should be correct so lemme try

#

also here is this

jolly burrow
#

Make sure to delete the “but it doesn’t work” at the end

nimble sierra
#

im dumb asf lmfao

#

Nice it works now!

#

Thanks man, You are the legend