[Nexus] Triggers, 101, the Anti-Theft Group, for newbs, by a newb that got robbed.

I got robbed!

Hello everyone, welcome to Achaea. Those of you who aren't new, please help welcome new people like me.


Lucky for me, it was standard city procedure. I learned a few things, and so I'm going to bring that straight to you guys! Trigger guide 2! Basic Anti-Theft Procedures within the Nexus Documentation. I noticed there are some packages out there, but I can't ever get them working. They simply say that things can't be called or variables don't work, etcetera etcetera.

Thereby, I made some simple triggers for basic anti-theft (that even seemed to work whilst controlled and compelled) that I'm going to share with you newbs today. As I said, we're learning together.

This one is the most complicated guide thus far, I hope you've messed around and messed up and messed together some of your own triggers by now, but I'll still act like we're morons for some of this guide so just be prepared for that.

So we have a lot to go over:

First, type that config command in the game! Then you'll see those beautiful configuration options. Our goal is to have advanced curing on. https://cdn.discordapp.com/attachments/589230457292587018/606377617536319509/unknown.png

config advancedcuring on

That'll do.

That gives us access to curing priority options. In the case that you're AFFLICTED and then CONTROLLED to be robbed, you're going to want to make sure that SELFISHNESS is a PRIORITY 10 CURE/DEFENSE. That is because they can turn your selfishness off, but that'll be the FIRST thing you try to turn back on, so check it out.

Our Anti-Theft Group: https://cdn.discordapp.com/attachments/589230457292587018/606378748685582336/unknown.png

Alias Time! We're going to give ourselves some quick commands so we don't have to type SELFISHNESS and GENEROUS-- GENEROSITY every time. I make 'greedy', or selfish, 'gg' like so: https://cdn.discordapp.com/attachments/589230457292587018/606379143759659029/unknown.png

So now when we type ss, (because aliases are what WE type, and not what the game sends, see my part 1 triggers guide.) it throws up 'curing priority defense selfishness 10' which uses our advanced curing option, curing priority, to make selfishness a level 10 priority defense, which will auto-trigger selfishness when you type ss.

Want to turn it off? A little harder, two part command: https://cdn.discordapp.com/attachments/589230457292587018/606379854593785889/unknown.png

gg for generou- generosity, because I can't ever spell it right. But it also RESETS our advanced curing priority for selfishness so it won't auto-trigger if it's turned off because we want to be generous for a second and give someone something, then our command stack delimiter, and then generosity to turn that shit on!

Then we give x, and then we type ss again really fast to make sure we are a selfish bastard and protect ourselves!

Save that shit: https://cdn.discordapp.com/attachments/589230457292587018/605477363496648821/unknown.png

So now we're greedy, and it's a priority. Lit'rally.

Now is when shit gets real.

Gear: https://cdn.discordapp.com/attachments/589230457292587018/605288911450800128/unknown.png
Nexus Page: https://cdn.discordapp.com/attachments/589230457292587018/605289036671614986/unknown.png

Make sure this little button is clicked: https://media.discordapp.net/attachments/589230457292587018/606381886201397268/unknown.png?width=578&height=665

So we see item numbers in our inventory/room/etc/whathaveyou (Everything in the game has a number. They come up alot.). The pack you keep your gold in? Note that number.

I use an embossed suede backpack. When I was controlled, and it was removed, you get this message!
'You removed an embossed suede backpack.'

That's something the game sent me, so it's a trigger. Take your pack off, see what it's called, copy that message and paste it up top, like so: https://cdn.discordapp.com/attachments/589230457292587018/606383361103101952/unknown.png

Find your pack number: https://cdn.discordapp.com/attachments/589230457292587018/606383705799393290/unknown.png

You cannot be robbed of things you are wearing. SO MAKE SURE YOU'RE WEARING YOUR PACK!

That's why this is step one of our anti-theft package. When the game sends us the message we removed out pack, we immediately send a command to wear that pack BY THE NUMBER in case we've got more than one pack.


https://cdn.discordapp.com/attachments/589230457292587018/606383361103101952/unknown.png

You can see I've named the trigger 'Uh-oh, Pack on.' Because I'm adorable.

But that means when I take my pack off! It goes RIGHT back on.

REALER SHIT.

To get your gold, a thief has to remove it from your pack. The message for removing gold from your pack always looks like this despite the amount: https://cdn.discordapp.com/attachments/589230457292587018/606384957752999937/unknown.png


You always want these gold related messages to say SOVEREIGNS and not GOLD because a thief could sneak a gold nugget into your pack and if you say 'put gold in pack' bewm, you've been bamboozled.

I took the end of the string, 'sovereigns from an embossed suede backpack.'
named the trigger 'Put Gold in Pack' because duh, and sent the message put sovereigns in pack. Like so: https://cdn.discordapp.com/attachments/589230457292587018/606386278925205505/unknown.png

Muahaha! Now we automatically instantly shove gold in our pack when it's taken out!

Wait a second, how do we get gold out to buy things. BOY AM I GLAD YOU ASKED.

All of these things connect. We gotta make sure we hit gg for generou-generosity, and tug out gold out and make sure it doesn't go back in, and etc. etc. So now we bridge alllllllll the commands.

Alias, because it's something WE type. Groups are important. Know your Trigger Names because we'll need them. Time to go, new alias: https://cdn.discordapp.com/attachments/589230457292587018/606388242140495882/unknown.png


I chose 'buypls' for my alias: https://cdn.discordapp.com/attachments/589230457292587018/606388388584751104/unknown.png

I called it 'get gold from pack for buying' because that's what we're gonna do! Next, we look at our trigger that makes DAMN sure we put our gold back instantly, and we're going to need that name. We add an action- to disable reflex because we have to disable that if we want to get gold from our pack to buy anything.

So: https://cdn.discordapp.com/attachments/589230457292587018/606388779455873024/unknown.png

Disable reflex, our last trigger, that is the Put Gold in Pack trigger.


A look at the whole thing again: https://cdn.discordapp.com/attachments/589230457292587018/606387742988828683/unknown.png

So, the next command is going to go ahead and get the sovereigns from my pack for me, plus an asinine time. How long is it going to take me to buy something? Probably just a few seconds, I put 10 just because, a closer look: https://cdn.discordapp.com/attachments/589230457292587018/606394526332092416/unknown.png


Then AFTER that ten seconds is done and over with, it RE-ENABLES the gold reflex, like so:

https://cdn.discordapp.com/attachments/589230457292587018/606397183360630795/unknown.png

So there we are, a complete anti-theft, 101 starter guide.

Good luck out there.


Sign In or Register to comment.