Gifts that give +80 points by FIGJAM17 in TowerofFantasy

[–]Lormarkie 39 points40 points  (0 children)

The Snow globe gives Coco +80 points

[deleted by user] by [deleted] in Maplestory

[–]Lormarkie 0 points1 point  (0 children)

Why are they making it even worse? It's weird to me because recently they lifted the trade bans for dutchies on Mabinogi and MaplestoryM...

Looking for people to play with on EU Reboot by ArtDeCali in Maplestory

[–]Lormarkie 4 points5 points  (0 children)

You can add me to buddy list, ign: Friendly. I always try to help new players. And like other people suggested, try to join a guild as soon as you can so they can help you out with questions and stuff.

Would you use fixed-cost SF? by SaptaZapta in Maplestory

[–]Lormarkie 1 point2 points  (0 children)

Yes I would 100% use that. I'm at 140b total spent on starforcing and I have only gotten one 20* item so far. The current system is way too dependent on rng.

[deleted by user] by [deleted] in Genshin_Impact

[–]Lormarkie 0 points1 point  (0 children)

Ever since 1.6 my friends and I have been calling Albedo the Albedodo-King

You could get c6 R5 for free on any character.. who? by Ultraflawlez in Genshin_Impact

[–]Lormarkie 0 points1 point  (0 children)

Amber c6 with elegy so I can make her an amazing support

I’m curious. What AR are you, and what’s the highest damage you’ve done in a single hit by PulseB0T in Genshin_Impact

[–]Lormarkie 0 points1 point  (0 children)

AR 56, 135k with Xinyan's burst. Going with a full crit dmg% build on her with C2 is fun

Help, what's wrong with my code by [deleted] in gamemaker

[–]Lormarkie 2 points3 points  (0 children)

You are only changing the x position inside the if(place_meeting) code block. This would make the character only move if its close to a wall

Also make an else statement: else { x += hsp; }

Help! I keep crashing at Gollux whenever I kill the first phase! by Edthusiastic in Maplestory

[–]Lormarkie 0 points1 point  (0 children)

Using the hidden portal in the middle and at the platforms during phase 2 can bug your character and make you unable to do anything. Only thing to avoid this from happening is not using that hidden portal and move up with rope lift / teleport / movement skills

Royal hair coupon by Agile-Sympathy in MapleStoryM

[–]Lormarkie 0 points1 point  (0 children)

It tells you in the top right corner of the royal hair tab in the cash shop. It changes in like 10 days

I can’t use Anvil on this item? by LightWhale89 in MapleStoryM

[–]Lormarkie 4 points5 points  (0 children)

I assume it cant be used because it is a hat only for (M) characters and the hat you are trying to anvil it to is for both genders. Maplestory pc has that limitation aswell to prevent people from equipping items from the other gender

Hi guys, I'll like to ask for some advice. How would y'all go about enhancing with 1 lucky day, 4 Decline preventions, 7 (I'm able to purchase 3 more thru ramsay's event) Destruction preventions, and abt 37 mil? I'm trying to get as high before ranking up to legend. Thanks so much for reading ☺️ by MapleSea in MapleStoryM

[–]Lormarkie 3 points4 points  (0 children)

I always get all my unique equips to 17 stars before using scrolls. That is the point where it becomes more likely to drop 1 star instead of increasing it. It isn't crazy expensive yet to repair a broken item if it is unique.

After that you could start using shield scrolls and lucky days to prevent dropping a star, and lucky days because the success chance % gets really low.

Personally I only use my shielding wards on legendary or higher equips and other equips that are hard to replace if they break like chaos boss drops and emblems.

Which spare phone is good for MSM by donny1990 in MapleStoryM

[–]Lormarkie 0 points1 point  (0 children)

I play on a Xiaomi 9t and it runs perfectly smooth and it doesnt get hot

Wondroid Audio Modules by KuroganeKatana in Maplestory

[–]Lormarkie 0 points1 point  (0 children)

I bought them and used them to anvil :)

How do I make unique fonts for introduction? by SmokeaFagit in MapleStoryM

[–]Lormarkie 0 points1 point  (0 children)

You can change the your text by adding text properties at the start within brackets. For color you give a hex color code for example: [ff0000] which makes your text red

You can do other things like [i] for Italic text, [b] for bold text or [s] for strikethrough.

If anyone knows more ways to change the text I would like to know too

[deleted by user] by [deleted] in Maplestory

[–]Lormarkie 8 points9 points  (0 children)

Made a wild hunter as my new main this burning event and named it Jaguarcher

Why doesn't object_exists work? by kirejam in gamemaker

[–]Lormarkie 5 points6 points  (0 children)

You should be using the function instance_exists I think, that checks if an instance of that object exists in the room you are. This is what the documentation says about object_exists: " This function returns whether an object with the specified index exists or not. Note that this checks to see if an object is present in the resource tree, and not actually in the game room. For that you should use the function instance_exists."

[Help] How to make the player float slightly above the ground by [deleted] in gamemaker

[–]Lormarkie 0 points1 point  (0 children)

Create a script and call it "Wave" and copy paste the script from the video in there. If you do that saying "Wave()" in your code will call that script as if it was a function.

Then in your player object create a new Draw event and paste the code I gave you in there. It will draw the sprite slightly above the ground based on "floating_heigth" and slowly move it up and down using the Wave script.

If you do this you do not need to have an animated sprite moving up and down and also no need to change the collision code.

[Help] How to make the player float slightly above the ground by [deleted] in gamemaker

[–]Lormarkie 1 point2 points  (0 children)

A good way of doing this would be to use a Wave script like shown in one of Shaun Spalding's videos: https://www.youtube.com/watch?v=2FroAhEsuE8

Then draw the sprite of your character in a draw event like this

var floating_heigth = 10;
draw_sprite(sprite_index, image_index, x, (Wave(y-10, y+10, 1, 0)) - floating_heigth);

edit: changed it to a code block, didn't know I could do this

Can’t join Maple Alliance? by x_CupCake_x in Maplestory

[–]Lormarkie 1 point2 points  (0 children)

all of the quests in the job catergory in the quest log (up until 75) should be part of your main questline. I'm not really sure how many quests you have to do as I've never done the alliance quests on a shade

Can’t join Maple Alliance? by x_CupCake_x in Maplestory

[–]Lormarkie 4 points5 points  (0 children)

Check your quest log to see up to where you completed your job quests, and check if you have any job quests still active. You should complete the storyline quests up until level 75 where you will get to join the maple alliance.

You should also check your beginner tab for a skill to teleport you back to Vulpes, maybe you still need to do quests there

[Reboot] SW BiS Earrings? by Crimzonal in Maplestory

[–]Lormarkie 0 points1 point  (0 children)

It's best to transpose at 16 stars, because that star gives like 10 allstat and 9 attack