4/12/2022

Make Slot Ragnarok

64
Make Slot Ragnarok Average ratng: 4,8/5 9335 votes

In Ragnarok Mobile players grind for materials which can then be used to craft and upgrade weapons and armor of their choice. First gather the materials you need. First gather the materials you need. Next, locate the appropriate Equipment Crafting NPC found across Rune Midgard.

  1. Make Slot Ragnarok Games
  2. Make Slot Ragnarok Exp
  3. Make Slot Ragnarok Game

Example equipment with 1 card slot:
Example equipment with 2 card slot:

RagnarokSlot

NPC Location:

  1. Geffen

  2. Morroc

  3. Payon

Make Slot Ragnarok

Different Card Slot NPC provide different kind of equipment card slot.

Requirements:

1. Adding extra card slots to equipment required 10 same equipment (total 11 equipment + the one you’re equipping!)and zeny.

**The 10 equipment material must be Level 0 refinement level.**

2. Require to equip the equipment to add card slot.

  • This page contain every hat and headgear quest guides in Ragnarok Online. You can follow each of these guides to make the hat you like from the designated NPC.
  • Make sure that you don't have multiples of the 'to be socket enchanted item' in your inventory. For example, if you have a +7 Manteau and a normal Manteau in your inventory, the NPC will randomly pick on of them for the Slot Addition attempt. So, just remember to only carry one of the equipment to which you want to add a Slot to.

Note:

Make

Equipment refinement level, strengthen level will not decrease when you add card slot.
Enchantment will not be affected.

Card Slot NPC

Geffen

Make Slot Ragnarok Games

Make slot ragnarok exp

Geffen NPC provide Weapon, Shield and Armor Adding Card Slot Function.

Morroc

Morroc NPC provide Footgear, Garment Adding Card Slot Function.

Payon

Payon NPC provide Accessory Adding Card Slot Function.

NPC Error Message

Make Slot Ragnarok Exp

If you can’t add card slot to your equipment, check out the below error message.

  1. Maximum Card Slot number on equipment is reach, cannot add another card slot.

  2. The equipment part that you want to add card slot have no equipment equipped.

Follow FB page for latest guides and translation!

Weapon slots determine which weapons can be selected, what order they can be selected in and which numeric slot each weapon resides in. There are ten slots, numbered 0 through 9. By default, each slot corresponds to a number key on the keyboard and may contain any number of weapons.

  • 1Defining weapon slots

Defining weapon slots

Make Slot Ragnarok Game

There are several different ways to define which slot a weapon should occupy:

In the weapon actor

Weapon slots can also be defined in the DECORATE definition for the weapon actor. The Weapon.SlotNumber property sets the default slot for a weapon. This allows modders to add new weapons without completely redoing the player's arsenal. This method is to be favored when creating 'weapon resource' mods as they are the easiest to merge in a project.

In a custom player class

You can define weapon slots in a custom player class (an actor extending PlayerPawn) by using the Player.WeaponSlot property. Weapon slots set in this way will always be overridden by any slots set in KEYCONF, regardless of the order in which the wads are loaded. If you want your mod's weapons to work with older mods with slots set up in KEYCONF, don't use this method.

In a MAPINFO lump

Weapon slots can be defined in the gameinfo section of the MAPINFO lump. Here is an example of the syntax:

In a KEYCONF lump

This is the original way to set weapon slots, but is now deprecated and should not be used in new projects. Slots defined in the KEYCONF lump will override any slots set in a custom player class and in GAMEINFO. For more information see adding weaponsections.

In the INI file

Weapon slots can be defined on a PlayerClass-basis in the zdoom-user.ini file under a [<Class>.Weapons] section. A slot declaration is of the form Slot[<number>]=<WeaponName> and unlisted slots are left at their default. The setslot console command without any parameter prints what can be copied and pasted into the ini so as to keep the current configuration. An example of this syntax follows:

This example gives a unique slot number to each standard Doom weapon, moving the SSG out of slot 3 and into slot 8, and the chainsaw out of slot 1 and into slot 9.

Retrieved from 'https://zdoom.org/w/index.php?title=Weapon_slots&oldid=28628'